hypothetical/resources/assets/sass/sections/_footer.scss

8 lines
192 B
SCSS
Vendored

.footer-section-component {
width: 100%;
height: px2rem(32px);
padding: 0px px2rem(10px);
background-color: $c-base;
color: $c-text-light;
line-height: px2rem(32px);
}