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:
@@ -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
|
||||
|
Reference in New Issue
Block a user