mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Add directioner
This commit is contained in:
@@ -20,7 +20,7 @@ $level-item-spacing: ($block-spacing / 2) !default
|
||||
.level-item
|
||||
&:not(:last-child)
|
||||
margin-bottom: 0
|
||||
margin-right: $level-item-spacing
|
||||
+directioner("margin", $level-item-spacing)
|
||||
&:not(.is-narrow)
|
||||
flex-grow: 1
|
||||
// Responsiveness
|
||||
@@ -57,7 +57,7 @@ $level-item-spacing: ($block-spacing / 2) !default
|
||||
// Responsiveness
|
||||
+tablet
|
||||
&:not(:last-child)
|
||||
margin-right: $level-item-spacing
|
||||
+directioner("margin", $level-item-spacing)
|
||||
|
||||
.level-left
|
||||
align-items: center
|
||||
|
||||
Reference in New Issue
Block a user