PATH:
home
/
lab2454c
/
baas.elementalrock.com
/
wp-content
/
themes
/
oceanwp
/
sass
/
components
/
footer
/** * Scroll top */ #scroll-top { display: none; position: fixed; right: 20px; bottom: 20px; width: 40px; height: 40px; line-height: 40px; background-color: rgba(0, 0, 0, 0.4); color: $color-1; font-size: 18px; cursor: pointer; @include border-radius( 2px ); text-align: center; z-index: 100; @include box-sizing( content-box ); > span { line-height: inherit; vertical-align: top; } &:hover { background-color: rgba(0, 0, 0, 0.8); } &.scroll-top-left { left: 20px; right: auto; } } /*------------------------------------* Phone Landscape *------------------------------------*/ @media only screen and (max-width: 480px) { #scroll-top { right: 10px; bottom: 10px; width: 26px; height: 26px; line-height: 24px; font-size: 14px; } }
[+]
..
[-] _scroll-top.scss
[edit]
[-] _footer-bottom.scss
[edit]
[-] _footer-widgets.scss
[edit]