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

9 lines
168 B
SCSS
Raw Normal View History

.footer-section-component {
width: 100%;
height: 32px;
2018-03-06 19:34:07 -05:00
padding: 0px 10px;
background-color: $c-base;
color: $c-text-light;
line-height: 32px;
}