Files
new.anwisystems.com/enterprise/assets/sass/components/scroll-up/_scroll-up.scss
T

27 lines
504 B
SCSS
Raw Normal View History

2024-03-08 17:28:57 +05:30
/********************************
scrollUp style
********************************/
#scrollUp {
background: $theme-color;
width: 40px;
height: 40px;
bottom: 50px;
right: 50px;
border-radius: 100%;
color: $color-white;
text-align: center;
font-size: 22px;
line-height: 40px;
font-weight: fontweight(medium);
&:hover {
background: $theme-color2;
color: $color-white;
}
}
/********************************
scrollUp style End
********************************/