PC styles done

This commit is contained in:
Schmelczer András 2019-12-28 20:51:43 +01:00
parent 98160edc72
commit 632a7703ff
49 changed files with 1545 additions and 1267 deletions

View file

@ -13,13 +13,14 @@ a {
$border-shift: 10px;
transition: transform $slow-transition-time;
$dot-size: 4px;
&:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: $line-width;
height: $dot-size;
bottom: 0;
z-index: 1;
background: linear-gradient(
@ -36,7 +37,7 @@ a {
display: block;
width: calc(100% + #{$border-shift});
z-index: 0;
border-bottom: $line-width dotted $accent-color;
border-bottom: $dot-size dotted $accent-color;
transition: transform $slow-transition-time;
}