1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 22:29:41 +02:00
documize/gui/app/styles/layout/layout-footer.scss

10 lines
217 B
SCSS
Raw Normal View History

.footer {
background-color: $color-off-white;
background-color: $color-primary-light;
// border-top: 1px solid $color-gray-light2;
color: $color-gray;
font-weight: 500;
font-size: 0.9rem;
padding: 10px 2rem;
}