mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Add klmn
This commit is contained in:
@@ -51,6 +51,8 @@
|
||||
|
||||
.highlight-full,
|
||||
#navbarJsExample
|
||||
&:not(:last-child)
|
||||
margin-bottom: 1.5rem
|
||||
.highlight pre
|
||||
max-height: none
|
||||
|
||||
|
||||
32
docs/_sass/klmn.sass
Normal file
32
docs/_sass/klmn.sass
Normal file
@@ -0,0 +1,32 @@
|
||||
.bd-klmn
|
||||
margin-bottom: 1.5rem
|
||||
|
||||
.bd-klmn-gaps
|
||||
align-items: center
|
||||
display: flex
|
||||
flex-wrap: wrap
|
||||
justify-content: flex-start
|
||||
margin-bottom: 1.25rem
|
||||
|
||||
.bd-klmn-label
|
||||
margin: 0.25rem auto 0.25rem 0
|
||||
|
||||
.bd-klmn-gap
|
||||
background-color: $background
|
||||
border-radius: $radius
|
||||
color: $red
|
||||
font-family: $family-monospace
|
||||
font-size: 0.75rem
|
||||
margin: 0.25rem 0 0.25rem 0.5rem
|
||||
padding: 0.375em 0.75em
|
||||
text-align: center
|
||||
vertical-align: middle !important
|
||||
white-space: nowrap
|
||||
&.bd-is-selected
|
||||
background-color: $green
|
||||
color: $white
|
||||
|
||||
.bd-klmn-columns:last-child
|
||||
.bd-notification
|
||||
font-size: 0.75rem
|
||||
white-space: nowrap
|
||||
Reference in New Issue
Block a user