Make colruler color customizable
This commit is contained in:
parent
ab4ae91f38
commit
a5393bbb7c
@ -151,9 +151,9 @@
|
|||||||
:border-right #{!border_width} solid #{!border_color}
|
:border-right #{!border_width} solid #{!border_color}
|
||||||
|
|
||||||
// Mixin this to an hr to make a horizontal ruler across a column.
|
// Mixin this to an hr to make a horizontal ruler across a column.
|
||||||
=colruler
|
=colruler(!border_color = #ddd)
|
||||||
:background #ddd
|
:background= !border_color
|
||||||
:color #ddd
|
:color= !border_color
|
||||||
:clear both
|
:clear both
|
||||||
:float none
|
:float none
|
||||||
:width 100%
|
:width 100%
|
||||||
|
Loading…
Reference in New Issue
Block a user