Renamed attract-form to attract-box, and added with-status class.

The with-status class enables the status-coloured thick border at the top.
The rename from 'form' to 'box' was made to allow non-form contents too.
This commit is contained in:
2016-10-04 15:15:12 +02:00
parent 45bff7a77e
commit 5e6762ff1a
4 changed files with 7 additions and 9 deletions

View File

@@ -1,10 +1,11 @@
.attract-form
.attract-box
margin: 10px
padding: 0 10px 10px
+container-box
border-top: thick solid $color-background-dark
@include status-color-property(border-top-color, '', 'dark')
&.with-status
border-top: thick solid $color-background-dark
@include status-color-property(border-top-color, '', 'dark')
.item-name
font-size: 1.6em