From e589ff4a69a9730e354876efd9c289253f48b628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 28 Jul 2019 13:12:23 -0400 Subject: [PATCH] Commit compiled CSS --- .../custom/geofresco/dist/css/global.css | 45 +++++++++---------- .../custom/geofresco/dist/css/overrides.css | 9 ++-- 2 files changed, 28 insertions(+), 26 deletions(-) diff --git a/web/themes/custom/geofresco/dist/css/global.css b/web/themes/custom/geofresco/dist/css/global.css index f81a3f6..0c47009 100644 --- a/web/themes/custom/geofresco/dist/css/global.css +++ b/web/themes/custom/geofresco/dist/css/global.css @@ -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; diff --git a/web/themes/custom/geofresco/dist/css/overrides.css b/web/themes/custom/geofresco/dist/css/overrides.css index 06c66bb..4d5a72b 100644 --- a/web/themes/custom/geofresco/dist/css/overrides.css +++ b/web/themes/custom/geofresco/dist/css/overrides.css @@ -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; +} +*/