Make scroll up button a bit more noticeable

This commit is contained in:
Ramon Wenger 2020-06-15 16:01:21 +02:00
parent 711f67b5eb
commit a9b3dddd8b
1 changed files with 2 additions and 0 deletions

View File

@ -55,10 +55,12 @@
@include default-box-shadow;
cursor: pointer;
background-color: $color-white;
border: 1px solid $color-silver;
&__icon {
width: 50px;
height: 50px;
fill: $color-brand;
}
}