first commit

This commit is contained in:
2024-03-15 16:26:27 +05:30
commit 381106cbe5
1046 changed files with 285998 additions and 0 deletions
@@ -0,0 +1,26 @@
/********************************
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
********************************/