Files
TechRadarAJR/styles/components/quadrant-section.css
2017-02-12 13:33:17 +01:00

16 lines
186 B
CSS

.quadrant-section {
&__header {
margin-bottom: 20px;
}
&__rings {
display: flex;
}
&__ring {
box-sizing: border-box;
padding: 0 8px;
flex: 0 0 25%;
}
}