mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
loader inputs
This commit is contained in:
@@ -51,8 +51,8 @@ $white: #ffffff !default;
|
||||
$body-bg: $light !default;
|
||||
$body-color: $dark !default;
|
||||
|
||||
$text-muted: mix($body-color, #fff, 70%) !default;
|
||||
$border-color: rgba(mix($body-color, #fff, 70%), .24) !default;
|
||||
$text-muted: mix($body-color, #fff, 64%) !default;
|
||||
$border-color: rgba(mix($body-color, #fff, 64%), .24) !default;
|
||||
|
||||
$hover-bg: $light-white !default;
|
||||
$active-bg: rgba($blue, .06) !default;
|
||||
@@ -344,8 +344,10 @@ $steps-color-inactive: #f3f5f5 !default;
|
||||
//spinner
|
||||
$spinner-width: 1.5rem !default;
|
||||
$spinner-height: 1.5rem !default;
|
||||
$spinner-width-sm: 1rem !default;
|
||||
$spinner-height-sm: 1rem !default;
|
||||
$spinner-border-width: 2px !default;
|
||||
$spinner-border-width-sm: 2px !default;
|
||||
$spinner-border-width-sm: 1px !default;
|
||||
|
||||
//tables
|
||||
$table-head-border-color: $border-color !default;
|
||||
|
||||
@@ -177,3 +177,12 @@ Input group
|
||||
transition: $input-transition;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
Upload files
|
||||
*/
|
||||
.form-file-button {
|
||||
margin-left: 0;
|
||||
border-left: 0;
|
||||
}
|
||||
@@ -1,6 +1,5 @@
|
||||
%validation-lite {
|
||||
border-color: $border-color;
|
||||
|
||||
}
|
||||
|
||||
@each $state, $data in $form-validation-states {
|
||||
|
||||
Reference in New Issue
Block a user