From c9e7db430c1b4ee787d6c1f8d9f3ac8d0163e3d0 Mon Sep 17 00:00:00 2001 From: ouidade Date: Wed, 21 Apr 2021 11:09:04 +0200 Subject: [PATCH] ? --- .../epau-antimatter/css-compiled/template.css | 17 ++++++++--------- .../scss/template/_custom.scss | 19 ++++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index 29a0d65..2093ac0 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -978,7 +978,7 @@ ul.pagination { background-color: transparent; text-transform: uppercase; left: 45%; - margin-bottom: 2rem; } + margin-bottom: 2rem !important; } .gouvernance { background-color: #000; @@ -1033,23 +1033,22 @@ ul.pagination { flex-direction: column; font-family: "Sarabun", sans-serif; width: 50%; - height: 23rem; + height: 15rem; min-width: 15rem; } .mozaique_personnes .equipe .personne .mozaique .info h5 { font-weight: 900; - font-size: 1.3rem; + font-size: 1.1rem; margin: 0; - padding-top: 1rem; + padding-top: 0.8rem; padding-right: 1rem; padding-left: 1.3rem; } .mozaique_personnes .equipe .personne .mozaique .info h6 { font-weight: 300; - font-size: 1rem; + font-size: 0.9rem; font-style: italic; - line-height: 1.5; + line-height: 1.3; margin: 0; padding-right: 1.2rem; - padding-bottom: 1.2rem; padding-left: 1.3rem; } .mozaique_personnes .equipe .personne .mozaique .info:hover { background-color: #000; @@ -1063,7 +1062,8 @@ ul.pagination { text-transform: uppercase; align-self: flex-end; margin: auto; - margin-bottom: 2rem; } + margin-bottom: 0.8rem !important; + font-size: 0.7rem; } .modal { position: fixed; @@ -1160,7 +1160,6 @@ button:focus { text-transform: uppercase; align-self: flex-end; margin: auto; - margin-bottom: 2rem; outline: -webkit-focus-ring-color auto 0px; outline-color: -webkit-focus-ring-color; outline-style: auto; diff --git a/user/themes/epau-antimatter/scss/template/_custom.scss b/user/themes/epau-antimatter/scss/template/_custom.scss index 92c42a6..dd40bd7 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -337,7 +337,7 @@ text-transform: uppercase; left: 45%; // margin-top: 3rem; - margin-bottom: 2rem; + margin-bottom: 2rem !important; } @@ -427,25 +427,25 @@ flex-direction: column; font-family: $font-family-default; width: 50%; - height: 23rem; + height: 15rem; min-width: 15rem; h5 { font-weight: 900; - font-size: 1.3rem; + font-size: 1.1rem; margin: 0; - padding-top: 1rem; + padding-top: 0.8rem; padding-right: 1rem; padding-left: 1.3rem; } h6 { font-weight: 300; - font-size: 1rem; + font-size: 0.9rem; font-style: italic; - line-height: 1.5; + line-height: 1.3; margin: 0; padding-right: 1.2rem; - padding-bottom: 1.2rem; + // padding-bottom: 1rem; padding-left: 1.3rem; } @@ -474,7 +474,8 @@ text-transform: uppercase; align-self: flex-end; margin:auto; - margin-bottom: 2rem; + margin-bottom: 0.8rem !important; + font-size: 0.7rem; } // // .bouton :hover { @@ -635,7 +636,7 @@ button:focus { text-transform: uppercase; align-self: flex-end; margin:auto; - margin-bottom: 2rem; + // margin-bottom: 2rem; outline: -webkit-focus-ring-color auto 0px; outline-color: -webkit-focus-ring-color; outline-style: auto;