mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 05:19:35 -07:00
Move docs to bulma repo (#299)
* Add package files whitelist * Add flex shrink * Add flex shrink * Add docs config * Fix flex shrink * Fix hero pages * Add docs folder
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
|
||||
.modal-card
|
||||
@extend .modal-content
|
||||
background-color: $white
|
||||
border-radius: $radius-large
|
||||
display: flex
|
||||
flex-direction: column
|
||||
max-height: calc(100vh - 40px)
|
||||
@@ -44,21 +42,28 @@
|
||||
|
||||
.modal-card-head
|
||||
border-bottom: 1px solid $border
|
||||
border-top-left-radius: $radius-large
|
||||
border-top-right-radius: $radius-large
|
||||
|
||||
.modal-card-title
|
||||
color: $text-strong
|
||||
flex-grow: 1
|
||||
flex-shrink: 0
|
||||
font-size: $size-4
|
||||
line-height: 1
|
||||
|
||||
.modal-card-foot
|
||||
border-bottom-left-radius: $radius-large
|
||||
border-bottom-right-radius: $radius-large
|
||||
border-top: 1px solid $border
|
||||
.button
|
||||
&:not(:last-child)
|
||||
margin-right: 10px
|
||||
|
||||
.modal-card-body
|
||||
background-color: $white
|
||||
flex-grow: 1
|
||||
flex-shrink: 1
|
||||
overflow: auto
|
||||
padding: 20px
|
||||
|
||||
|
||||
Reference in New Issue
Block a user