|
@@ -30,7 +30,7 @@
|
|
align-items: center
|
|
align-items: center
|
|
border-bottom: 1px solid $border
|
|
border-bottom: 1px solid $border
|
|
display: flex
|
|
display: flex
|
|
- flex: 1
|
|
|
|
|
|
+ flex-grow: 1
|
|
justify-content: flex-start
|
|
justify-content: flex-start
|
|
&.is-left
|
|
&.is-left
|
|
padding-right: 10px
|
|
padding-right: 10px
|
|
@@ -72,7 +72,7 @@
|
|
border-bottom-color: transparent !important
|
|
border-bottom-color: transparent !important
|
|
&.is-fullwidth
|
|
&.is-fullwidth
|
|
li
|
|
li
|
|
- flex: 1
|
|
|
|
|
|
+ flex-grow: 1
|
|
&.is-toggle
|
|
&.is-toggle
|
|
a
|
|
a
|
|
border: 1px solid $border
|
|
border: 1px solid $border
|