2017-04-12 10:01:59 -04:00
|
|
|
.footer {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 30px;
|
|
|
|
font-size: 12px;
|
2018-04-18 10:52:15 -04:00
|
|
|
color: $darker-text-color;
|
2017-04-12 10:01:59 -04:00
|
|
|
|
2018-05-17 20:26:51 -04:00
|
|
|
.footer__domain {
|
2017-04-12 10:01:59 -04:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
2018-05-19 10:10:55 -04:00
|
|
|
|
|
|
|
img {
|
|
|
|
margin: 0 4px;
|
|
|
|
position: relative;
|
|
|
|
bottom: -1px;
|
|
|
|
height: 18px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
2017-04-12 10:01:59 -04:00
|
|
|
}
|
|
|
|
}
|