section improvements, area elements mostly

This commit is contained in:
2015-03-03 16:43:57 +01:00
parent 196f998c38
commit c038ca3954
40 changed files with 679 additions and 55 deletions
@@ -0,0 +1,15 @@
.section-area-container
position: absolute
background-color: #aaa
text-align: center
&.rounded
border-radius: 999px
.title
display: inline-block
&.vertical
.title
transform: rotate(270deg)
&.right-half
.title
transform: rotate(90deg)