2018-08-21 19:26:15 +00:00
|
|
|
.footer {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
2020-02-02 19:52:12 +00:00
|
|
|
font-size: 0.8em;
|
|
|
|
line-height: 2rem;
|
|
|
|
margin-bottom: 1rem;
|
2018-08-21 19:26:15 +00:00
|
|
|
}
|
2020-02-02 19:52:12 +00:00
|
|
|
|
2020-09-12 23:26:35 +00:00
|
|
|
.footer-item {
|
|
|
|
margin: 0 0.3em;
|
2020-02-02 19:52:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cs-mode-button {
|
|
|
|
padding: 0 0.3em;
|
|
|
|
border: none;
|
|
|
|
background: transparent;
|
|
|
|
font-family: $heading-font-family;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $link-color;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-09-12 23:26:35 +00:00
|
|
|
.footer-link {
|
|
|
|
font-family: $heading-font-family;
|
|
|
|
color: $fg-color;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: $link-color;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-02-02 19:52:12 +00:00
|
|
|
.cs-mode-state {
|
|
|
|
text-transform: capitalize;
|
|
|
|
font-weight: $heading-font-weight--bold;
|
|
|
|
}
|