mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
fix icon-text icon margin for rtl
This commit is contained in:
committed by
Jeremy Thomas
parent
4891c6382e
commit
7e0ea44a47
@@ -32,9 +32,15 @@ $icon-text-spacing: 0.25em !default
|
|||||||
flex-grow: 0
|
flex-grow: 0
|
||||||
flex-shrink: 0
|
flex-shrink: 0
|
||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
margin-right: $icon-text-spacing
|
+ltr
|
||||||
|
margin-right: $icon-text-spacing
|
||||||
|
+rtl
|
||||||
|
margin-left: $icon-text-spacing
|
||||||
&:not(:first-child)
|
&:not(:first-child)
|
||||||
margin-left: $icon-text-spacing
|
+ltr
|
||||||
|
margin-left: $icon-text-spacing
|
||||||
|
+rtl
|
||||||
|
margin-right: $icon-text-spacing
|
||||||
|
|
||||||
div.icon-text
|
div.icon-text
|
||||||
display: flex
|
display: flex
|
||||||
|
|||||||
Reference in New Issue
Block a user