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

View file

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