fix css
This commit is contained in:
parent
6e1e1f5c99
commit
e3db92b726
@ -229,7 +229,7 @@ span.btn {
|
|||||||
}
|
}
|
||||||
&.btn {
|
&.btn {
|
||||||
background:$couleurSecondaire;
|
background:$couleurSecondaire;
|
||||||
color:$couleurPrincipale !important;
|
color:white !important;
|
||||||
&:hover {
|
&:hover {
|
||||||
background:$couleurPrincipaleOn;
|
background:$couleurPrincipaleOn;
|
||||||
color:white !important;
|
color:white !important;
|
||||||
@ -545,6 +545,7 @@ h2 {
|
|||||||
}
|
}
|
||||||
.derniere_emission & {
|
.derniere_emission & {
|
||||||
margin:0 -($spacer*4);
|
margin:0 -($spacer*4);
|
||||||
|
width:auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -717,9 +718,7 @@ a:hover .fab, a:hover .fas {
|
|||||||
.article__infos {
|
.article__infos {
|
||||||
margin-left:-$spacer;
|
margin-left:-$spacer;
|
||||||
}
|
}
|
||||||
h1 > a {
|
|
||||||
border:0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.pagination .pagination-items a, .pagination .pagination-items span, .pagination .lien_pagination, .pagination .lien_pagination span {
|
.pagination .pagination-items a, .pagination .pagination-items span, .pagination .lien_pagination, .pagination .lien_pagination span {
|
||||||
color:white;
|
color:white;
|
||||||
@ -732,6 +731,7 @@ a:hover .fab, a:hover .fas {
|
|||||||
.sujet_autre {
|
.sujet_autre {
|
||||||
margin: $spacer -($spacer) -($spacer);
|
margin: $spacer -($spacer) -($spacer);
|
||||||
padding:$spacer;
|
padding:$spacer;
|
||||||
|
width:auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.liste.emissions.chroniques {
|
.liste.emissions.chroniques {
|
||||||
@ -797,6 +797,9 @@ a:hover .fab, a:hover .fas {
|
|||||||
/*! Plusieurs typographies sont finalement trop grosses, j'ai réduit. */
|
/*! Plusieurs typographies sont finalement trop grosses, j'ai réduit. */
|
||||||
h1, .h1 {
|
h1, .h1 {
|
||||||
font-size: 2.6em;
|
font-size: 2.6em;
|
||||||
|
a {
|
||||||
|
border:0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
|
Loading…
Reference in New Issue
Block a user