mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
@@ -55,4 +55,4 @@
|
||||
&.is-fullwidth
|
||||
width: 100%
|
||||
&.is-rounded
|
||||
border-radius: 5px
|
||||
border-radius: $radius-large
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
.menu-list
|
||||
a
|
||||
border-radius: 2px
|
||||
border-radius: $radius-small
|
||||
color: $text
|
||||
display: block
|
||||
padding: 5px 10px
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
.modal-card
|
||||
@extend .modal-content
|
||||
background: $white
|
||||
border-radius: 5px
|
||||
border-radius: $radius-large
|
||||
display: flex
|
||||
flex-direction: column
|
||||
max-height: calc(100vh - 40px)
|
||||
|
||||
@@ -52,6 +52,6 @@ a.panel-block
|
||||
|
||||
.panel
|
||||
border: 1px solid $border
|
||||
border-radius: 5px
|
||||
border-radius: $radius-large
|
||||
&:not(:last-child)
|
||||
margin-bottom: 20px
|
||||
|
||||
Reference in New Issue
Block a user