boutons carré
This commit is contained in:
parent
6f46c16a9a
commit
eba9b6063a
@ -4,6 +4,7 @@
|
|||||||
.btn {
|
.btn {
|
||||||
padding: 0.5em 1em;
|
padding: 0.5em 1em;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
border-radius:0;
|
||||||
&:hover {
|
&:hover {
|
||||||
background:$couleurPrincipaleOn;
|
background:$couleurPrincipaleOn;
|
||||||
color:$couleurPrincipale !important;
|
color:$couleurPrincipale !important;
|
||||||
@ -13,7 +14,7 @@
|
|||||||
padding: 0.7em 1em;
|
padding: 0.7em 1em;
|
||||||
}
|
}
|
||||||
.btn.blanc {
|
.btn.blanc {
|
||||||
border-radius: 0.7em;
|
/* border-radius: 0.7em; */
|
||||||
}
|
}
|
||||||
span.btn {
|
span.btn {
|
||||||
cursor:text;
|
cursor:text;
|
||||||
@ -169,6 +170,10 @@ span.btn {
|
|||||||
@include bouton($couleur-boutons, #fff, $couleurPrincipaleOn);
|
@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 {
|
.sansbordure a.spip_out, a.sansbordure {
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
@ -380,7 +385,7 @@ ul.spip {
|
|||||||
color:$couleurPrincipale !important;
|
color:$couleurPrincipale !important;
|
||||||
background:white;
|
background:white;
|
||||||
border:1px solid rgba($couleurPrincipale,0.2);
|
border:1px solid rgba($couleurPrincipale,0.2);
|
||||||
border-radius:0.5em;
|
border-radius:0;
|
||||||
&:hover {
|
&:hover {
|
||||||
background:$couleurPrincipaleOn;
|
background:$couleurPrincipaleOn;
|
||||||
}
|
}
|
||||||
@ -883,6 +888,9 @@ a:hover .fab, a:hover .fas {
|
|||||||
padding-bottom: 2rem;
|
padding-bottom: 2rem;
|
||||||
.article__infos {
|
.article__infos {
|
||||||
margin: 0 0 0 -4rem;
|
margin: 0 0 0 -4rem;
|
||||||
|
@include media($bp-medium) {
|
||||||
|
margin: 0 0 0 -2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.article__date {
|
.article__date {
|
||||||
font-size:1rem;
|
font-size:1rem;
|
||||||
@ -954,11 +962,6 @@ a:hover .fab, a:hover .fas {
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.formulaire_forum.formulaire_spip {
|
|
||||||
.boutons {
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.page_recherche {
|
.page_recherche {
|
||||||
.page_content .formulaire_spip.formulaire_recherche {
|
.page_content .formulaire_spip.formulaire_recherche {
|
||||||
@ -1104,9 +1107,7 @@ a.spip_out {
|
|||||||
color: #005184;
|
color: #005184;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
.btn.blanc {
|
|
||||||
border-radius: 0.8em;
|
|
||||||
}
|
|
||||||
.telecharger .btn.blanc {
|
.telecharger .btn.blanc {
|
||||||
border-width: 0.3rem;
|
border-width: 0.3rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user