This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-04-12 16:01:59 +02:00
|
|
|
.footer {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 30px;
|
|
|
|
font-size: 12px;
|
|
|
|
color: darken($color2, 25%);
|
|
|
|
|
|
|
|
.domain {
|
|
|
|
font-weight: 500;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-04-25 15:06:24 +02:00
|
|
|
.powered-by, .single-user-login {
|
2017-04-12 16:01:59 +02:00
|
|
|
font-weight: 400;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-weight: 500;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|