This commit is contained in:
chankalan 2020-12-07 21:20:41 +01:00
parent 9490d936f7
commit 54db9803c5
1 changed files with 2 additions and 8 deletions

View File

@ -13,10 +13,10 @@ body {
a { a {
.tp { &.tp {
background:none !important; background:none !important;
padding:0; padding:0;
color:$couleur-lien; color:$couleurPrincipale;
position:relative; position:relative;
border:0 !important; border:0 !important;
font-weight:700; font-weight:700;
@ -27,7 +27,6 @@ a {
position:absolute; position:absolute;
bottom:-0.5em; bottom:-0.5em;
left:0; left:0;
color: $couleurSecondaire;
min-width:18px; min-width:18px;
padding-bottom: 10px; padding-bottom: 10px;
background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px); background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px);
@ -35,11 +34,6 @@ a {
background-size: 6px 4px; background-size: 6px 4px;
background-repeat: repeat-x; background-repeat: repeat-x;
} }
&.taille3 {
&:before {
line-height:2.2;
}
}
&:hover, &:focus, &.on { &:hover, &:focus, &.on {
color:$couleurSecondaire; color:$couleurSecondaire;
&:before { &:before {