From eba9b6063a6c5fdb551738ade4cc5ab2430fb201 Mon Sep 17 00:00:00 2001 From: chankalan Date: Sun, 3 Oct 2021 17:54:47 +0200 Subject: [PATCH] =?UTF-8?q?boutons=20carr=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- squelettes/scss/styles/_perso.scss | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/squelettes/scss/styles/_perso.scss b/squelettes/scss/styles/_perso.scss index 90f9a2e..2a2e4e5 100644 --- a/squelettes/scss/styles/_perso.scss +++ b/squelettes/scss/styles/_perso.scss @@ -4,6 +4,7 @@ .btn { padding: 0.5em 1em; font-weight: 500; + border-radius:0; &:hover { background:$couleurPrincipaleOn; color:$couleurPrincipale !important; @@ -13,7 +14,7 @@ padding: 0.7em 1em; } .btn.blanc { - border-radius: 0.7em; +/* border-radius: 0.7em; */ } span.btn { cursor:text; @@ -169,6 +170,10 @@ span.btn { @include bouton($couleur-boutons, #fff, $couleurPrincipaleOn); } +.formulaire_spip.formulaire_recherche form, .button, .formulaire_spip:not(.formulaire_recherche):not(.formulaire_abomailman_mini_une_liste) button, .formulaire_spip input[type="submit"], +html .formulaire_spip input[type="text"] { + border-radius:0; +} .sansbordure a.spip_out, a.sansbordure { border: 0 !important; @@ -380,7 +385,7 @@ ul.spip { color:$couleurPrincipale !important; background:white; border:1px solid rgba($couleurPrincipale,0.2); - border-radius:0.5em; + border-radius:0; &:hover { background:$couleurPrincipaleOn; } @@ -883,6 +888,9 @@ a:hover .fab, a:hover .fas { padding-bottom: 2rem; .article__infos { margin: 0 0 0 -4rem; + @include media($bp-medium) { + margin: 0 0 0 -2rem; + } } .article__date { font-size:1rem; @@ -954,11 +962,6 @@ a:hover .fab, a:hover .fas { margin: 0 auto; } -.formulaire_forum.formulaire_spip { - .boutons { - - } -} .page_recherche { .page_content .formulaire_spip.formulaire_recherche { @@ -1104,9 +1107,7 @@ a.spip_out { color: #005184; font-weight: 300; } -.btn.blanc { - border-radius: 0.8em; -} + .telecharger .btn.blanc { border-width: 0.3rem; }