Commit compiled CSS

This commit is contained in:
benjamin melançon 2019-07-28 13:12:23 -04:00
parent c17cc2a35d
commit e589ff4a69
2 changed files with 28 additions and 26 deletions

View file

@ -16,29 +16,25 @@
@font-face { @font-face {
font-family: 'Pagella'; font-family: 'Pagella';
src: url("../../fonts/texgyrepagella-regular-webfont.eot"); src: url("../../fonts/texgyrepagella-regular-webfont.woff") format("woff");
src: url("../../fonts/texgyrepagella-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/texgyrepagella-regular-webfont.woff") format("woff"), url("../../fonts/texgyrepagella-regular-webfont.ttf") format("truetype"), url("../../fonts/texgyrepagella-regular-webfont.svg#tex_gyre_pagellaregular") format("svg");
font-weight: normal; font-weight: normal;
font-style: normal; } font-style: normal; }
@font-face { @font-face {
font-family: 'Pagella'; font-family: 'Pagella';
src: url("../../fonts/texgyrepagella-bold-webfont.eot"); src: url("../../fonts/texgyrepagella-bold-webfont.woff") format("woff");
src: url("../../fonts/texgyrepagella-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/texgyrepagella-bold-webfont.woff") format("woff"), url("../../fonts/texgyrepagella-bold-webfont.ttf") format("truetype"), url("../../fonts/texgyrepagella-bold-webfont.svg#tex_gyre_pagellabold") format("svg");
font-weight: 700; font-weight: 700;
font-style: normal; } font-style: normal; }
@font-face { @font-face {
font-family: 'Pagella'; font-family: 'Pagella';
src: url("../../fonts/texgyrepagella-italic-webfont.eot"); src: url("../../fonts/texgyrepagella-italic-webfont.woff") format("woff");
src: url("../../fonts/texgyrepagella-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/texgyrepagella-italic-webfont.woff") format("woff"), url("../../fonts/texgyrepagella-italic-webfont.ttf") format("truetype"), url("../../fonts/texgyrepagella-italic-webfont.svg#tex_gyre_pagellaitalic") format("svg");
font-weight: normal; font-weight: normal;
font-style: italic; } font-style: italic; }
@font-face { @font-face {
font-family: 'Pagella'; font-family: 'Pagella';
src: url("../../fonts/texgyrepagella-bolditalic-webfont.eot"); src: url("../../fonts/texgyrepagella-bolditalic-webfont.woff") format("woff");
src: url("../../fonts/texgyrepagella-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/texgyrepagella-bolditalic-webfont.woff") format("woff"), url("../../fonts/texgyrepagella-bolditalic-webfont.ttf") format("truetype"), url("../../fonts/texgyrepagella-bolditalic-webfont.svg#tex_gyre_pagellabold_italic") format("svg");
font-weight: 700; font-weight: 700;
font-style: italic; } font-style: italic; }
@ -3785,28 +3781,29 @@ a.tag:hover {
text-align: center; text-align: center;
vertical-align: top; } vertical-align: top; }
/*
.slogan.title { .slogan.title {
color: #a70c20; color: $red;
font-style: italic; font-style: italic;
font-weight: normal; font-weight: normal;
display: inline-block; display: inline-block;
margin-top: 0.8rem; margin-top: 0.8rem; // 1.2rem
margin-left: 0.6rem; } margin-left: 0.6rem; // 0.8rem
}
.hero.is-primary .family-home-branding__front { .hero.is-primary .family-home-branding__front {
padding: .5rem .75rem; padding: .5rem .75rem;
background-color: white; } background-color: white;
.hero.is-primary .family-home-branding__front .column { .column {
display: -webkit-box;
display: -ms-flexbox;
display: flex; display: flex;
-webkit-box-pack: center; justify-content: center;
-ms-flex-pack: center; }
justify-content: center; } .slogan.title {
.hero.is-primary .family-home-branding__front .slogan.title {
margin-top: 0; margin-top: 0;
color: #a70c20; } color: $red;
}
}
*/
.breadcrumb { .breadcrumb {
-webkit-touch-callout: none; -webkit-touch-callout: none;
-webkit-user-select: none; -webkit-user-select: none;
@ -7667,9 +7664,11 @@ label.panel-block {
background-color: whitesmoke; background-color: whitesmoke;
padding: 3rem 1.5rem 6rem; } padding: 3rem 1.5rem 6rem; }
/*
.hero-body { .hero-body {
padding: 2rem 1.5rem; } padding: 2rem 1.5rem;
}
*/
.timeline { .timeline {
display: -webkit-box; display: -webkit-box;
display: -ms-flexbox; display: -ms-flexbox;

View file

@ -1,5 +1,8 @@
.navbar > .container > .navbar-brand { /* .navbar > .container > .navbar-brand {
margin-left: inherit; } margin-left: inherit;
}
.section { .section {
padding-top: 1.5rem; } padding-top: 1.5rem;
}
*/