mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
Add directioner
This commit is contained in:
@@ -24,7 +24,7 @@ $breadcrumb-item-separator-color: $border-hover !default
|
||||
align-items: center
|
||||
display: flex
|
||||
&:first-child a
|
||||
padding-left: 0
|
||||
+directioner("padding", 0, false)
|
||||
&.is-active
|
||||
a
|
||||
color: $breadcrumb-item-active-color
|
||||
@@ -41,9 +41,9 @@ $breadcrumb-item-separator-color: $border-hover !default
|
||||
justify-content: flex-start
|
||||
.icon
|
||||
&:first-child
|
||||
margin-right: 0.5em
|
||||
+directioner("margin", 0.5em)
|
||||
&:last-child
|
||||
margin-left: 0.5em
|
||||
+directioner("margin", 0.5em, false)
|
||||
// Alignment
|
||||
&.is-centered
|
||||
ol,
|
||||
|
||||
Reference in New Issue
Block a user