This commit is contained in:
2020-02-13 22:24:28 +01:00
parent 9b0c154f61
commit ef23d90eb6
60 changed files with 1665 additions and 930 deletions

View File

@@ -6,20 +6,21 @@
padding: 0 8px;
color: $color-secondary;
text-decoration: none;
transition: color 200ms ease;
transition: color 200ms $ease-cubic;
// Line
&:after {
content: "";
position: absolute;
z-index: -1;
background-color: rgba($color-secondary, .22);
background-color: rgba($color-secondary, 0.22);
height: 14px;
width: 100%;
bottom: 5px;
left: 0;
border-radius: 50vh;
transition: all 200ms ease;
transition: all 200ms $ease-cubic;
transition-delay: 50ms;
}
// Icon
@@ -46,7 +47,7 @@
color: $color-text;
&:after {
background-color: rgba($color-secondary, .4);
background-color: rgba($color-secondary, 0.4);
}
svg * {
animation-play-state: running;