33 lines
500 B
SCSS
33 lines
500 B
SCSS
.footer {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 0.8em;
|
|
line-height: 2rem;
|
|
margin-bottom: 1rem;
|
|
a {
|
|
color: $link-color;
|
|
}
|
|
}
|
|
|
|
.cs-mode-container {
|
|
margin: 0 0 0 0.3em;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
|
|
.cs-mode-state {
|
|
text-transform: capitalize;
|
|
font-weight: $heading-font-weight--bold;
|
|
}
|