mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Remove flex shorthand
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
margin-right: 10px
|
||||
// Modifiers
|
||||
&.is-flexible
|
||||
flex: 1
|
||||
flex-grow: 1
|
||||
|
||||
.navbar-left
|
||||
// Responsiveness
|
||||
@@ -48,10 +48,10 @@
|
||||
&:not(:last-child)
|
||||
margin-bottom: 0
|
||||
&:not(.is-narrow)
|
||||
flex: 1
|
||||
flex-grow: 1
|
||||
// Responsiveness
|
||||
+tablet
|
||||
display: flex
|
||||
& > .navbar-item
|
||||
&:not(.is-narrow)
|
||||
flex: 1
|
||||
flex-grow: 1
|
||||
|
||||
Reference in New Issue
Block a user