Styles for letter index

This commit is contained in:
Tom Raithel
2017-02-12 21:39:35 +01:00
parent 7ac1e97a7d
commit d96380a57f
13 changed files with 109 additions and 12 deletions

View File

@@ -4,6 +4,7 @@
display: block;
text-decoration: none;
transition: background 200ms ease-out;
color: var(--color-gray-normal);
&.is-active {
background: var(--color-gray-dark-alt);
@@ -23,6 +24,12 @@
}
}
&--no-trailing-border {
&:last-child {
border-bottom: none;
}
}
&__title {
font-size: 16px;
color: var(--color-white);