Actualiser main-site.scss
This commit is contained in:
parent
445d940ee6
commit
d82ff7a61e
1 changed files with 14 additions and 1 deletions
|
@ -20,9 +20,22 @@ $confirmationcolortext: rgb(220, 255, 220);
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
color:$textcolor;
|
color:$textcolor;
|
||||||
&::after{content:"";background-color:$pricolor;width:0px;height:5px;position:relative;top:-10px;left:50%;transform:translate(-50% 0%);}
|
position:relative;
|
||||||
|
&::after{
|
||||||
|
content:"";
|
||||||
|
background-color:$pricolor;
|
||||||
|
width:0px;
|
||||||
|
height:0px;
|
||||||
|
position:relative;
|
||||||
|
top:50%;
|
||||||
|
left:50%;
|
||||||
|
transform:translate(-50%, -50%);
|
||||||
|
border:0px solid transparent;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
&:hover::after{
|
&:hover::after{
|
||||||
width:100%;
|
width:100%;
|
||||||
|
height:100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue