.tp
This commit is contained in:
parent
9490d936f7
commit
54db9803c5
@ -13,10 +13,10 @@ body {
|
||||
|
||||
a {
|
||||
|
||||
.tp {
|
||||
&.tp {
|
||||
background:none !important;
|
||||
padding:0;
|
||||
color:$couleur-lien;
|
||||
color:$couleurPrincipale;
|
||||
position:relative;
|
||||
border:0 !important;
|
||||
font-weight:700;
|
||||
@ -27,7 +27,6 @@ a {
|
||||
position:absolute;
|
||||
bottom:-0.5em;
|
||||
left:0;
|
||||
color: $couleurSecondaire;
|
||||
min-width:18px;
|
||||
padding-bottom: 10px;
|
||||
background-image:radial-gradient(circle, $couleurSecondaire 2px, rgba(255,255,255,0) 2px);
|
||||
@ -35,11 +34,6 @@ a {
|
||||
background-size: 6px 4px;
|
||||
background-repeat: repeat-x;
|
||||
}
|
||||
&.taille3 {
|
||||
&:before {
|
||||
line-height:2.2;
|
||||
}
|
||||
}
|
||||
&:hover, &:focus, &.on {
|
||||
color:$couleurSecondaire;
|
||||
&:before {
|
||||
|
Loading…
Reference in New Issue
Block a user