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

21 lines
322 B
SCSS
Raw Normal View History

2018-05-22 17:00:42 +01:00
footer {
background-color: $color-off-white;
background-color: $color-primary-light;
2018-05-22 17:00:42 +01:00
color: $color-dark;
font-weight: 500;
font-size: 0.9rem;
padding: 10px 2rem;
}
2018-05-22 17:00:42 +01:00
.footer {
a, a:visited {
@include ease-in();
color: $color-primary;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
}