mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Use imports everywhere
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import "shared"
|
||||
|
||||
%checkbox-radio
|
||||
cursor: pointer
|
||||
display: inline-block
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import "shared"
|
||||
|
||||
$file-border-color: $border !default
|
||||
$file-radius: $radius !default
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import "shared"
|
||||
|
||||
$textarea-padding: $control-padding-horizontal !default
|
||||
$textarea-max-height: 40em !default
|
||||
$textarea-min-height: 8em !default
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import "shared"
|
||||
|
||||
$select-colors: $form-colors !default
|
||||
|
||||
.select
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
@import "../utilities/controls"
|
||||
@import "../utilities/mixins"
|
||||
|
||||
$form-colors: $colors !default
|
||||
|
||||
$input-color: $text-strong !default
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import "shared"
|
||||
|
||||
$label-color: $text-strong !default
|
||||
$label-weight: $weight-bold !default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user