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

@@ -0,0 +1,16 @@
.letter-index {
margin-bottom: 60px;
&__group {
border-top: 1px solid var(--color-gray-normal);
position: relative;
padding: 0 0 0 200px;
min-height: 100px;
}
&__letter {
font-size: 50px;
color: var(--color-gray-normal);
position: absolute;
left: 50px;
top: 10px;
}
}