mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
20 lines
322 B
SCSS
20 lines
322 B
SCSS
footer {
|
|
background-color: $color-off-white;
|
|
background-color: $color-primary-light;
|
|
color: $color-dark;
|
|
font-weight: 500;
|
|
font-size: 0.9rem;
|
|
padding: 10px 2rem;
|
|
}
|
|
|
|
.footer {
|
|
a, a:visited {
|
|
@include ease-in();
|
|
color: $color-primary;
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|