
theme-base.components.misc._scrolltop.scss Maven / Gradle / Ivy
body {
.ui-scrolltop {
width: $scrollTopWidth;
height: $scrollTopHeight;
border-radius: $scrollTopBorderRadius;
box-shadow: $inputOverlayShadow;
transition: $transition;
background: $scrollTopBg;
&:hover {
background: $scrollTopHoverBg;
}
.ui-scrolltop-icon {
font-size: $scrollTopFontSize;
color: $scrollTopTextColor;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy