mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add only responsive classes, Remove test tiles, Remove section border, Add widescreen container
This commit is contained in:
@@ -211,19 +211,6 @@
|
||||
&.is-desktop
|
||||
display: flex
|
||||
|
||||
.tilefiejsoif
|
||||
flex: 1
|
||||
// Modifiers
|
||||
&.is-parent
|
||||
padding: 10px
|
||||
// Responsiveness
|
||||
+tablet
|
||||
// Sizes
|
||||
@for $i from 1 through 12
|
||||
&.is-#{$i}
|
||||
flex: none
|
||||
width: ($i / 12) * 100%
|
||||
|
||||
.tile
|
||||
align-items: stretch
|
||||
flex: 1
|
||||
|
||||
@@ -34,16 +34,24 @@
|
||||
|
||||
.navbar
|
||||
@extend .block
|
||||
align-items: center
|
||||
justify-content: space-between
|
||||
code
|
||||
border-radius: $radius
|
||||
img
|
||||
display: inline-block
|
||||
vertical-align: top
|
||||
// Modifiers
|
||||
&.is-mobile
|
||||
display: flex
|
||||
& > .navbar-item
|
||||
&:not(:last-child)
|
||||
margin-bottom: 0
|
||||
&:not(.is-narrow)
|
||||
flex: 1
|
||||
// Responsiveness
|
||||
+tablet
|
||||
align-items: center
|
||||
display: flex
|
||||
justify-content: space-between
|
||||
& > .navbar-item
|
||||
&:not(.is-narrow)
|
||||
flex: 1
|
||||
|
||||
Reference in New Issue
Block a user