bulma/sass/components/level.sass

58 lines
969 B
Sass
Raw Normal View History

2016-05-08 00:35:43 +00:00
.level-item
.title,
.subtitle
margin-bottom: 0
// Responsiveness
+mobile
&:not(:last-child)
margin-bottom: 10px
.level-left,
.level-right
.level-item
&:not(:last-child)
margin-right: 10px
// Modifiers
&.is-flexible
2016-07-31 10:45:56 +00:00
flex-grow: 1
2016-05-08 00:35:43 +00:00
.level-left
// Responsiveness
+mobile
& + .level-right
margin-top: 20px
+tablet
align-items: center
display: flex
.level-right
// Responsiveness
+tablet
align-items: center
display: flex
justify-content: flex-end
.level
2016-09-22 22:14:18 +00:00
+block
2016-05-08 00:35:43 +00:00
align-items: center
justify-content: space-between
code
border-radius: $radius
img
display: inline-block
vertical-align: top
// Modifiers
&.is-mobile
display: flex
& > .level-item
&:not(:last-child)
margin-bottom: 0
&:not(.is-narrow)
2016-07-31 10:45:56 +00:00
flex-grow: 1
2016-05-08 00:35:43 +00:00
// Responsiveness
+tablet
display: flex
& > .level-item
&:not(.is-narrow)
2016-07-31 10:45:56 +00:00
flex-grow: 1