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