mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Add klmn
This commit is contained in:
@@ -287,15 +287,13 @@ $column-gap: 0.75rem !default
|
||||
margin-bottom: (-$column-gap)
|
||||
&:not(:last-child)
|
||||
margin-bottom: calc(1.5rem - #{$column-gap})
|
||||
// .columns
|
||||
// margin-top: 1.5rem
|
||||
// Modifiers
|
||||
&.is-centered
|
||||
justify-content: center
|
||||
&.is-gapless
|
||||
margin-bottom: 0
|
||||
margin-left: 0
|
||||
margin-right: 0
|
||||
margin-top: 0
|
||||
& > .column
|
||||
margin: 0
|
||||
padding: 0 !important
|
||||
@@ -325,6 +323,6 @@ $column-gap: 0.75rem !default
|
||||
.column
|
||||
padding-left: var(--columnGap)
|
||||
padding-right: var(--columnGap)
|
||||
@for $i from 0 through 12
|
||||
@for $i from 0 through 8
|
||||
&.is-#{$i}
|
||||
--columnGap: $i * 0.25rem
|
||||
|
||||
Reference in New Issue
Block a user