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,13 @@
.quadrant-section {
&__header {
}
&__lists {
display: flex;
}
&__list {
flex: 0 0 20%;
}
}