Progress commit

This commit is contained in:
2015-03-01 16:04:57 +01:00
parent 9cba5a11ff
commit d172b28850
16 changed files with 106 additions and 24 deletions
@@ -9,3 +9,26 @@
border: 2px outset #aaa
&:hover
border-color: $active-color
.section-element-handles
width: 80px
height: 22px
position: absolute
top: -22px
.rotate-left
+button($bg: $secondary-color, $padding: $button-tny)
+button-icon-only
margin-right: 4px
span
@extend .fa, .fa-lg, .fa-rotate-left
.rotate-right
+button($bg: $secondary-color, $padding: $button-tny)
+button-icon-only
margin-right: 4px
span
@extend .fa, .fa-lg, .fa-rotate-right
.remove-section-element
+button($bg: $alert-color, $padding: $button-tny)
+button-icon-only
span
@extend .fa, .fa-lg, .fa-times