2017-04-12 14:01:59 +00:00
|
|
|
.footer {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 30px;
|
|
|
|
font-size: 12px;
|
2017-05-08 13:57:49 +00:00
|
|
|
color: darken($ui-secondary-color, 25%);
|
2017-04-12 14:01:59 +00:00
|
|
|
|
|
|
|
.domain {
|
|
|
|
font-weight: 500;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-05-07 18:47:31 +00:00
|
|
|
.powered-by,
|
|
|
|
.single-user-login {
|
2017-04-12 14:01:59 +00:00
|
|
|
font-weight: 400;
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: inherit;
|
|
|
|
text-decoration: underline;
|
|
|
|
font-weight: 500;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|