Add more styles

This commit is contained in:
Tom Raithel
2017-02-10 21:06:52 +01:00
parent 70ce2feefb
commit 10e6fd89eb
15 changed files with 118 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
.ring-list {
&__header {
margin-bottom: 10px;
}
&__item {
display: block;
color: var(--color-white);
margin-bottom: 10px;
}
}