mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 11:54:30 -07:00
Fix button docs
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
|
||||
.bd-snippet-code
|
||||
background-color: $pre-background
|
||||
border-radius: $radius-large
|
||||
|
||||
.bd-snippet-code.bd-is-more.bd-is-more-clipped
|
||||
.highlight
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
.highlight
|
||||
background-color: #f5f5f5
|
||||
background-color: $pre-background
|
||||
border-radius: $radius-large
|
||||
color: #586e75
|
||||
pre
|
||||
background-color: transparent
|
||||
font-size: 0.875em
|
||||
line-height: 1.375
|
||||
.c
|
||||
|
||||
@@ -2,6 +2,12 @@
|
||||
background-color: $primary
|
||||
color: $primary-invert
|
||||
|
||||
.bd-post
|
||||
.table
|
||||
font-size: 1rem
|
||||
.bd-anchor-title
|
||||
margin-top: 0 !important
|
||||
|
||||
.bd-has-drawing
|
||||
position: relative
|
||||
|
||||
@@ -52,6 +58,14 @@
|
||||
&:hover
|
||||
background-color: $white-bis
|
||||
|
||||
.bd-link-surtitle
|
||||
float: right
|
||||
font-size: 0.75em
|
||||
margin-bottom: 1em
|
||||
margin-left: 2em
|
||||
opacity: 0.5
|
||||
padding-top: 0.25em
|
||||
|
||||
.bd-link-name
|
||||
line-height: 1.25
|
||||
margin-bottom: 0.25em
|
||||
|
||||
Reference in New Issue
Block a user