mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
@@ -55,4 +55,4 @@
|
|||||||
&.is-fullwidth
|
&.is-fullwidth
|
||||||
width: 100%
|
width: 100%
|
||||||
&.is-rounded
|
&.is-rounded
|
||||||
border-radius: 5px
|
border-radius: $radius-large
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
.menu-list
|
.menu-list
|
||||||
a
|
a
|
||||||
border-radius: 2px
|
border-radius: $radius-small
|
||||||
color: $text
|
color: $text
|
||||||
display: block
|
display: block
|
||||||
padding: 5px 10px
|
padding: 5px 10px
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
.modal-card
|
.modal-card
|
||||||
@extend .modal-content
|
@extend .modal-content
|
||||||
background: $white
|
background: $white
|
||||||
border-radius: 5px
|
border-radius: $radius-large
|
||||||
display: flex
|
display: flex
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
max-height: calc(100vh - 40px)
|
max-height: calc(100vh - 40px)
|
||||||
|
|||||||
@@ -52,6 +52,6 @@ a.panel-block
|
|||||||
|
|
||||||
.panel
|
.panel
|
||||||
border: 1px solid $border
|
border: 1px solid $border
|
||||||
border-radius: 5px
|
border-radius: $radius-large
|
||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
margin-bottom: 20px
|
margin-bottom: 20px
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
.box
|
.box
|
||||||
@extend .block
|
@extend .block
|
||||||
background: $white
|
background: $white
|
||||||
border-radius: 5px
|
border-radius: $radius-large
|
||||||
box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)
|
box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)
|
||||||
display: block
|
display: block
|
||||||
padding: 20px
|
padding: 20px
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
=button-small
|
=button-small
|
||||||
border-radius: 2px
|
border-radius: $radius-small
|
||||||
font-size: 11px
|
font-size: 11px
|
||||||
height: 24px
|
height: 24px
|
||||||
line-height: 16px
|
line-height: 16px
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
color: rgba($control, 0.3)
|
color: rgba($control, 0.3)
|
||||||
|
|
||||||
=control-small
|
=control-small
|
||||||
border-radius: 2px
|
border-radius: $radius-small
|
||||||
font-size: 11px
|
font-size: 11px
|
||||||
height: 24px
|
height: 24px
|
||||||
line-height: 16px
|
line-height: 16px
|
||||||
|
|||||||
@@ -52,7 +52,9 @@ $nav-height: 50px !default
|
|||||||
// Miscellaneous
|
// Miscellaneous
|
||||||
|
|
||||||
$easing: ease-out !default
|
$easing: ease-out !default
|
||||||
|
$radius-small: 2px !default
|
||||||
$radius: 3px !default
|
$radius: 3px !default
|
||||||
|
$radius-large: 5px !default
|
||||||
$speed: 86ms !default
|
$speed: 86ms !default
|
||||||
|
|
||||||
// 2. Primary colors
|
// 2. Primary colors
|
||||||
|
|||||||
Reference in New Issue
Block a user