Actualiser main-site.scss
This commit is contained in:
parent
f5ced363ec
commit
305ba44793
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ $confirmationcolortext: rgb(220, 255, 220);
|
||||||
a{
|
a{
|
||||||
color:$textcolor;
|
color:$textcolor;
|
||||||
position:relative;
|
position:relative;
|
||||||
&::after{
|
&::before{
|
||||||
content:"";
|
content:"";
|
||||||
background-color:scale-color($pricolor,$lightness:-50%);
|
background-color:scale-color($pricolor,$lightness:-50%);
|
||||||
display:block;
|
display:block;
|
||||||
|
@ -35,7 +35,7 @@ a{
|
||||||
border:0px solid transparent;
|
border:0px solid transparent;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
&:hover::after{
|
&:hover::before{
|
||||||
width:100%;
|
width:100%;
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue