|
| 1 | +// Fonts |
| 2 | +$font-family-sans-serif: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !default; |
| 3 | +$font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !default; |
| 4 | +$font-family-base: $font-family-sans-serif !default; |
| 5 | +$black: #000000 !default; |
| 6 | +$white: #ffffff !default; |
| 7 | + |
| 8 | +// Checkbox |
| 9 | +$checkbox-border-width: 0.125rem !default; |
| 10 | +$checkbox-border-radius: 0.125rem !default; |
| 11 | +$checkbox-border-color: rgba($black,.54) !default; |
| 12 | +$checkbox-check-size: 0.125rem !default; |
| 13 | +$checkbox-check-color: #ffffff !default; |
| 14 | +$checkbox-checked-bg: #4285f4 !default; |
| 15 | + |
| 16 | +// Datatable |
| 17 | +$datatable-control-bg: #ffffff !default; |
| 18 | +$datatable-control-color: #31b131 !default; |
| 19 | + |
| 20 | +$datatable-checkbox-border-color: $checkbox-border-color !default; |
| 21 | +$datatable-checkbox-border-radius: $checkbox-border-radius !default; |
| 22 | +$datatable-checkbox-border-width: $checkbox-border-width !default; |
| 23 | +$datatable-checkbox-check-color: $checkbox-check-color !default; |
| 24 | +$datatable-checkbox-check-size: $checkbox-check-size !default; |
| 25 | +$datatable-checkbox-checked-bg: $checkbox-checked-bg !default; |
| 26 | +$datatable-checkbox-checked-border-color: $datatable-checkbox-checked-bg !default; |
| 27 | + |
| 28 | +$datatable-active-bg: #edf4fd !default; |
| 29 | +$datatable-dark-active-bg: #313131 !default; |
| 30 | +$datatable-dark-checkbox-border-color: rgba($white,.54); |
| 31 | + |
| 32 | +$custom-select-inverse-bg: rgba($black, .84) !default; |
| 33 | +$custom-select-inverse-color: $white !default; |
| 34 | +$child-table-inverse-bg: rgba($black, .84) !default; |
| 35 | +$custom-select-option-inverse-color:rgba($black, .84) !default; |
0 commit comments