mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add Bulma badges
This commit is contained in:
@@ -105,6 +105,22 @@
|
||||
flex-grow: 1
|
||||
.highlight pre
|
||||
white-space: pre
|
||||
&.bd-is-one-fifth
|
||||
.bd-snippet-preview
|
||||
align-items: center
|
||||
display: flex
|
||||
justify-content: center
|
||||
width: calc(128px + 3rem)
|
||||
.bd-snippet-code
|
||||
width: calc(100% - 128px - 3rem)
|
||||
&.bd-is-two-fifths
|
||||
.bd-snippet-preview
|
||||
align-items: center
|
||||
display: flex
|
||||
justify-content: center
|
||||
width: calc(256px + 3rem)
|
||||
.bd-snippet-code
|
||||
width: calc(100% - 256px - 3rem)
|
||||
&.bd-is-one-third
|
||||
.bd-snippet-preview
|
||||
width: 33.3333%
|
||||
|
||||
@@ -70,4 +70,4 @@
|
||||
a
|
||||
color: $text-light
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
text-decoration: underline
|
||||
|
||||
Reference in New Issue
Block a user