Use imports everywhere

This commit is contained in:
Jeremy Thomas
2020-10-31 23:52:27 +00:00
parent a9a48d1512
commit a6130bf160
49 changed files with 6796 additions and 17 deletions

View File

@@ -1,3 +1,5 @@
@import "shared"
%checkbox-radio
cursor: pointer
display: inline-block

View File

@@ -1,3 +1,5 @@
@import "shared"
$file-border-color: $border !default
$file-radius: $radius !default

View File

@@ -1,3 +1,5 @@
@import "shared"
$textarea-padding: $control-padding-horizontal !default
$textarea-max-height: 40em !default
$textarea-min-height: 8em !default

View File

@@ -1,3 +1,5 @@
@import "shared"
$select-colors: $form-colors !default
.select

View File

@@ -1,3 +1,6 @@
@import "../utilities/controls"
@import "../utilities/mixins"
$form-colors: $colors !default
$input-color: $text-strong !default

View File

@@ -1,3 +1,5 @@
@import "shared"
$label-color: $text-strong !default
$label-weight: $weight-bold !default