hypothetical/resources/sass/sections/_footer.scss

8 lines
183 B
SCSS

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