blaze-css-rails 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/README.md +914 -0
- data/app/assets/stylesheets/animations.alerts.scss +73 -0
- data/app/assets/stylesheets/animations.bubbles.scss +31 -0
- data/app/assets/stylesheets/animations.calendars.scss +31 -0
- data/app/assets/stylesheets/animations.drawers.scss +13 -0
- data/app/assets/stylesheets/animations.hints.scss +5 -0
- data/app/assets/stylesheets/animations.menus.scss +31 -0
- data/app/assets/stylesheets/animations.modals.scss +31 -0
- data/app/assets/stylesheets/animations.navs.scss +19 -0
- data/app/assets/stylesheets/animations.overlays.scss +15 -0
- data/app/assets/stylesheets/animations.ranges.scss +13 -0
- data/app/assets/stylesheets/animations.tabs.scss +19 -0
- data/app/assets/stylesheets/animations.toasts.scss +33 -0
- data/app/assets/stylesheets/animations.toggles.scss +31 -0
- data/app/assets/stylesheets/animations.trees.scss +47 -0
- data/app/assets/stylesheets/blaze.animations.scss +14 -0
- data/app/assets/stylesheets/blaze.scss +35 -0
- data/app/assets/stylesheets/components.addresses.scss +9 -0
- data/app/assets/stylesheets/components.alerts.scss +21 -0
- data/app/assets/stylesheets/components.badges.scss +25 -0
- data/app/assets/stylesheets/components.bubbles.scss +22 -0
- data/app/assets/stylesheets/components.buttons.scss +80 -0
- data/app/assets/stylesheets/components.calendars.scss +50 -0
- data/app/assets/stylesheets/components.cards.scss +92 -0
- data/app/assets/stylesheets/components.drawers.scss +81 -0
- data/app/assets/stylesheets/components.headings.scss +33 -0
- data/app/assets/stylesheets/components.hints.scss +23 -0
- data/app/assets/stylesheets/components.inputs.scss +283 -0
- data/app/assets/stylesheets/components.links.scss +10 -0
- data/app/assets/stylesheets/components.lists.scss +57 -0
- data/app/assets/stylesheets/components.menus.scss +51 -0
- data/app/assets/stylesheets/components.modals.scss +53 -0
- data/app/assets/stylesheets/components.navs.scss +104 -0
- data/app/assets/stylesheets/components.overlays.scss +17 -0
- data/app/assets/stylesheets/components.pagination.scss +33 -0
- data/app/assets/stylesheets/components.ranges.scss +86 -0
- data/app/assets/stylesheets/components.tables.scss +53 -0
- data/app/assets/stylesheets/components.tabs.scss +45 -0
- data/app/assets/stylesheets/components.tags.scss +25 -0
- data/app/assets/stylesheets/components.toasts.scss +41 -0
- data/app/assets/stylesheets/components.toggles.scss +49 -0
- data/app/assets/stylesheets/components.tooltips.scss +21 -0
- data/app/assets/stylesheets/components.trees.scss +21 -0
- data/app/assets/stylesheets/components.typography.scss +73 -0
- data/app/assets/stylesheets/generic.global.scss +3 -0
- data/app/assets/stylesheets/mixins/_animations.alerts.scss +54 -0
- data/app/assets/stylesheets/mixins/_animations.bubbles.scss +54 -0
- data/app/assets/stylesheets/mixins/_animations.calendars.scss +46 -0
- data/app/assets/stylesheets/mixins/_animations.drawers.scss +15 -0
- data/app/assets/stylesheets/mixins/_animations.hints.scss +5 -0
- data/app/assets/stylesheets/mixins/_animations.menus.scss +46 -0
- data/app/assets/stylesheets/mixins/_animations.modals.scss +54 -0
- data/app/assets/stylesheets/mixins/_animations.navs.scss +15 -0
- data/app/assets/stylesheets/mixins/_animations.overlays.scss +28 -0
- data/app/assets/stylesheets/mixins/_animations.ranges.scss +43 -0
- data/app/assets/stylesheets/mixins/_animations.tabs.scss +15 -0
- data/app/assets/stylesheets/mixins/_animations.toasts.scss +45 -0
- data/app/assets/stylesheets/mixins/_animations.toggles.scss +29 -0
- data/app/assets/stylesheets/mixins/_animations.trees.scss +42 -0
- data/app/assets/stylesheets/mixins/_components.addresses.scss +12 -0
- data/app/assets/stylesheets/mixins/_components.alerts.scss +30 -0
- data/app/assets/stylesheets/mixins/_components.badges.scss +33 -0
- data/app/assets/stylesheets/mixins/_components.bubbles.scss +59 -0
- data/app/assets/stylesheets/mixins/_components.buttons.scss +197 -0
- data/app/assets/stylesheets/mixins/_components.calendars.scss +81 -0
- data/app/assets/stylesheets/mixins/_components.cards.scss +122 -0
- data/app/assets/stylesheets/mixins/_components.drawers.scss +116 -0
- data/app/assets/stylesheets/mixins/_components.headings.scss +39 -0
- data/app/assets/stylesheets/mixins/_components.hints.scss +25 -0
- data/app/assets/stylesheets/mixins/_components.inputs.scss +283 -0
- data/app/assets/stylesheets/mixins/_components.links.scss +44 -0
- data/app/assets/stylesheets/mixins/_components.lists.scss +53 -0
- data/app/assets/stylesheets/mixins/_components.menus.scss +63 -0
- data/app/assets/stylesheets/mixins/_components.modals.scss +63 -0
- data/app/assets/stylesheets/mixins/_components.navs.scss +165 -0
- data/app/assets/stylesheets/mixins/_components.overlays.scss +30 -0
- data/app/assets/stylesheets/mixins/_components.pagination.scss +45 -0
- data/app/assets/stylesheets/mixins/_components.ranges.scss +90 -0
- data/app/assets/stylesheets/mixins/_components.tables.scss +85 -0
- data/app/assets/stylesheets/mixins/_components.tabs.scss +53 -0
- data/app/assets/stylesheets/mixins/_components.tags.scss +41 -0
- data/app/assets/stylesheets/mixins/_components.toasts.scss +62 -0
- data/app/assets/stylesheets/mixins/_components.toggles.scss +75 -0
- data/app/assets/stylesheets/mixins/_components.tooltips.scss +89 -0
- data/app/assets/stylesheets/mixins/_components.trees.scss +39 -0
- data/app/assets/stylesheets/mixins/_components.typography.scss +101 -0
- data/app/assets/stylesheets/mixins/_generic.global.scss +15 -0
- data/app/assets/stylesheets/mixins/_objects.containers.scss +13 -0
- data/app/assets/stylesheets/mixins/_objects.grid.scss +104 -0
- data/app/assets/stylesheets/mixins/_objects.images.scss +5 -0
- data/app/assets/stylesheets/mixins/_objects.panels.scss +23 -0
- data/app/assets/stylesheets/mixins/_settings.animations.scss +5 -0
- data/app/assets/stylesheets/mixins/_settings.global.scss +876 -0
- data/app/assets/stylesheets/mixins/_tools.mediaqueries.scss +73 -0
- data/app/assets/stylesheets/mixins/_utilities.alignment.scss +24 -0
- data/app/assets/stylesheets/mixins/_utilities.boxing.scss +125 -0
- data/app/assets/stylesheets/objects.containers.scss +6 -0
- data/app/assets/stylesheets/objects.grid.responsive.scss +124 -0
- data/app/assets/stylesheets/objects.grid.scss +62 -0
- data/app/assets/stylesheets/objects.images.scss +5 -0
- data/app/assets/stylesheets/objects.panels.scss +17 -0
- data/app/assets/stylesheets/themes/blaze.example.scss +7 -0
- data/app/assets/stylesheets/utilities.alignment.scss +22 -0
- data/app/assets/stylesheets/utilities.boxing.scss +101 -0
- data/lib/blaze-css-rails.rb +2 -0
- data/lib/blaze-css-rails/engine.rb +6 -0
- data/lib/blaze-css-rails/version.rb +6 -0
- metadata +201 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 2d3384d46ce7799c46174d35963b5acdd0136dbd
|
4
|
+
data.tar.gz: 38e7e196a62d80c0ef63dece8436c10666164a8c
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: fea092f965ae334c2a2b87ded560caa562c130ed24e92be1a8abf7281363ada39743d7b5a30ab1493bb90532258b98bd789d1871960be828b952bb622a27497c
|
7
|
+
data.tar.gz: 6792c4aa893bd1019c21ed54051c655d38c61f7a31642e6dc2298793fad6c1136d4a9c1327ccae62d514f620efd143f2917517cc27d1016ded69e538402d437a
|
data/README.md
ADDED
@@ -0,0 +1,914 @@
|
|
1
|
+
# blaze-css-rails
|
2
|
+
|
3
|
+
Blaze Css Rails gemifies the outstanding [Blaze CSS Framework](http://blazecss.com/) for Ruby on Rails applications. This gem is built with two main goals:
|
4
|
+
- Instantly install Blaze CSS in the Rails asset pipeline.
|
5
|
+
- Give you full power to customize your theme directly within the asset pipeline.
|
6
|
+
|
7
|
+
## Installation
|
8
|
+
|
9
|
+
Add the following line of code to your application's Gemfile:
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
gem 'blaze-css-rails'
|
13
|
+
```
|
14
|
+
|
15
|
+
and run `bundle install`.
|
16
|
+
|
17
|
+
## Useage
|
18
|
+
|
19
|
+
The most basic way to use this gem is to add in your application.css, include this line in the css file:
|
20
|
+
|
21
|
+
```css
|
22
|
+
/*
|
23
|
+
*= require blaze-css
|
24
|
+
*/
|
25
|
+
```
|
26
|
+
|
27
|
+
Then restart your server if it was previously running. That is all that needs to be done.
|
28
|
+
|
29
|
+
### Sass
|
30
|
+
|
31
|
+
If you prefer Sass (like me) you can instead add `@import 'blaze'` into your import file. If you would also like to include the animations css that blaze provides, also include `@import 'blaze.animations'` to your import file.
|
32
|
+
|
33
|
+
By default, this gem includes settings set by Blaze CSS. If you would like to change these settings, import a variables file before importing 'blaze'.
|
34
|
+
|
35
|
+
This is the default settings file, over-ride any of the settings that you wish to change:
|
36
|
+
|
37
|
+
```css
|
38
|
+
//
|
39
|
+
/// Screen Sizes
|
40
|
+
//
|
41
|
+
$screen-limit-xsmall: 20em !default;
|
42
|
+
$screen-limit-small: 30em !default;
|
43
|
+
$screen-limit-medium: 48em !default;
|
44
|
+
$screen-limit-large: 64em !default;
|
45
|
+
$screen-limit-xlarge: 78em !default;
|
46
|
+
$screen-limit-super: 116em !default;
|
47
|
+
|
48
|
+
$screen-adjustment: 0.01 !default;
|
49
|
+
|
50
|
+
$screen-limits: (
|
51
|
+
xsmall: $screen-limit-xsmall,
|
52
|
+
small: $screen-limit-small,
|
53
|
+
medium: $screen-limit-medium,
|
54
|
+
large: $screen-limit-large,
|
55
|
+
xlarge: $screen-limit-xlarge,
|
56
|
+
super: $screen-limit-super
|
57
|
+
);
|
58
|
+
|
59
|
+
//
|
60
|
+
// Spacing
|
61
|
+
//
|
62
|
+
$spacing-tiny: .1em !default;
|
63
|
+
$spacing-xsmall: .3em !default;
|
64
|
+
$spacing-small: .5em !default;
|
65
|
+
$spacing-medium: 1em !default;
|
66
|
+
$spacing-large: 1.5em !default;
|
67
|
+
$spacing-xlarge: 2em !default;
|
68
|
+
$spacing-super: 3em !default;
|
69
|
+
|
70
|
+
//
|
71
|
+
// Grid
|
72
|
+
//
|
73
|
+
$grid-gutter: 1em !default;
|
74
|
+
$grid-widths: (
|
75
|
+
5: 5/100,
|
76
|
+
10: 1/10,
|
77
|
+
15: 15/100,
|
78
|
+
20: 1/5,
|
79
|
+
25: 1/4,
|
80
|
+
30: 3/10,
|
81
|
+
33: 1/3,
|
82
|
+
35: 35/100,
|
83
|
+
40: 2/5,
|
84
|
+
45: 45/100,
|
85
|
+
50: 1/2,
|
86
|
+
55: 55/100,
|
87
|
+
60: 3/5,
|
88
|
+
65: 65/100,
|
89
|
+
66: 2/3,
|
90
|
+
70: 7/10,
|
91
|
+
75: 3/4,
|
92
|
+
80: 4/5,
|
93
|
+
85: 85/100,
|
94
|
+
90: 9/10,
|
95
|
+
95: 95/100,
|
96
|
+
100: 1
|
97
|
+
);
|
98
|
+
|
99
|
+
//
|
100
|
+
// Colors
|
101
|
+
//
|
102
|
+
$color-black: #111111 !default;
|
103
|
+
$color-white: #FFFFFF !default;
|
104
|
+
$color-beige: #F2F2EA !default;
|
105
|
+
$color-red: #EF4F52 !default;
|
106
|
+
$color-pink: #EC65C3 !default;
|
107
|
+
$color-purple: #AB47BC !default;
|
108
|
+
$color-blue: #42A5F5 !default;
|
109
|
+
$color-green: #66BB6A !default;
|
110
|
+
$color-yellow: #F6ED30 !default;
|
111
|
+
$color-orange: #FF7043 !default;
|
112
|
+
$color-brown: #8D6E63 !default;
|
113
|
+
$color-grey: lighten($color-black, 70) !default;
|
114
|
+
|
115
|
+
$color-tint: 9 !default;
|
116
|
+
$color-tint-dark: $color-tint !default;
|
117
|
+
$color-tint-darker: $color-tint * 2 !default;
|
118
|
+
$color-tint-light: $color-tint !default;
|
119
|
+
$color-tint-lighter: $color-tint * 2 !default;
|
120
|
+
|
121
|
+
$color-dark-grey: darken($color-grey, $color-tint-dark);
|
122
|
+
$color-dark-red: darken($color-red, $color-tint-dark);
|
123
|
+
$color-dark-pink: darken($color-pink, $color-tint-dark);
|
124
|
+
$color-dark-purple: darken($color-purple, $color-tint-dark);
|
125
|
+
$color-dark-blue: darken($color-blue, $color-tint-dark);
|
126
|
+
$color-dark-green: darken($color-green, $color-tint-dark);
|
127
|
+
$color-dark-yellow: darken($color-yellow, $color-tint-dark);
|
128
|
+
$color-dark-orange: darken($color-orange, $color-tint-dark);
|
129
|
+
$color-dark-brown: darken($color-brown, $color-tint-dark);
|
130
|
+
|
131
|
+
$color-darker-grey: darken($color-grey, $color-tint-darker);
|
132
|
+
$color-darker-red: darken($color-red, $color-tint-darker);
|
133
|
+
$color-darker-pink: darken($color-pink, $color-tint-darker);
|
134
|
+
$color-darker-purple: darken($color-purple, $color-tint-darker);
|
135
|
+
$color-darker-blue: darken($color-blue, $color-tint-darker);
|
136
|
+
$color-darker-green: darken($color-green, $color-tint-darker);
|
137
|
+
$color-darker-yellow: darken($color-yellow, $color-tint-darker);
|
138
|
+
$color-darker-orange: darken($color-orange, $color-tint-darker);
|
139
|
+
$color-darker-brown: darken($color-brown, $color-tint-darker);
|
140
|
+
|
141
|
+
$color-light-grey: lighten($color-grey, $color-tint-light);
|
142
|
+
$color-light-red: lighten($color-red, $color-tint-light);
|
143
|
+
$color-light-pink: lighten($color-pink, $color-tint-light);
|
144
|
+
$color-light-purple: lighten($color-purple, $color-tint-light);
|
145
|
+
$color-light-blue: lighten($color-blue, $color-tint-light);
|
146
|
+
$color-light-green: lighten($color-green, $color-tint-light);
|
147
|
+
$color-light-yellow: lighten($color-yellow, $color-tint-light);
|
148
|
+
$color-light-orange: lighten($color-orange, $color-tint-light);
|
149
|
+
$color-light-brown: lighten($color-brown, $color-tint-light);
|
150
|
+
|
151
|
+
$color-lighter-grey: lighten($color-grey, $color-tint-lighter);
|
152
|
+
$color-lighter-red: lighten($color-red, $color-tint-lighter);
|
153
|
+
$color-lighter-pink: lighten($color-pink, $color-tint-lighter);
|
154
|
+
$color-lighter-purple: lighten($color-purple, $color-tint-lighter);
|
155
|
+
$color-lighter-blue: lighten($color-blue, $color-tint-lighter);
|
156
|
+
$color-lighter-green: lighten($color-green, $color-tint-lighter);
|
157
|
+
$color-lighter-yellow: lighten($color-yellow, $color-tint-lighter);
|
158
|
+
$color-lighter-orange: lighten($color-orange, $color-tint-lighter);
|
159
|
+
$color-lighter-brown: lighten($color-brown, $color-tint-lighter);
|
160
|
+
|
161
|
+
$color-default: $color-dark-grey !default;
|
162
|
+
$color-primary: $color-blue !default;
|
163
|
+
$color-secondary: $color-orange !default;
|
164
|
+
$color-success: $color-green !default;
|
165
|
+
$color-error: $color-red !default;
|
166
|
+
|
167
|
+
$color-dark-primary: darken($color-primary, $color-tint-dark);
|
168
|
+
$color-darker-primary: darken($color-dark-primary, $color-tint-darker);
|
169
|
+
$color-light-primary: lighten($color-primary, $color-tint-light);
|
170
|
+
$color-lighter-primary: lighten($color-light-primary, $color-tint-lighter);
|
171
|
+
|
172
|
+
$color-dark-secondary: darken($color-secondary, $color-tint-dark);
|
173
|
+
$color-darker-secondary: darken($color-dark-secondary, $color-tint-darker);
|
174
|
+
$color-light-secondary: lighten($color-secondary, $color-tint-light);
|
175
|
+
$color-lighter-secondary: lighten($color-light-secondary, $color-tint-lighter);
|
176
|
+
|
177
|
+
$color-dark-success: darken($color-success, $color-tint-dark);
|
178
|
+
$color-darker-success: darken($color-dark-success, $color-tint-darker);
|
179
|
+
$color-light-success: lighten($color-success, $color-tint-light);
|
180
|
+
$color-lighter-success: lighten($color-light-success, $color-tint-lighter);
|
181
|
+
|
182
|
+
$color-dark-error: darken($color-error, $color-tint-dark);
|
183
|
+
$color-darker-error: darken($color-dark-error, $color-tint-darker);
|
184
|
+
$color-light-error: lighten($color-error, $color-tint-light);
|
185
|
+
$color-lighter-error: lighten($color-light-error, $color-tint-lighter);
|
186
|
+
|
187
|
+
$color-disabled: $color-dark-grey !default;
|
188
|
+
$color-quiet: $color-dark-grey !default;
|
189
|
+
|
190
|
+
//
|
191
|
+
// Borders
|
192
|
+
//
|
193
|
+
$border-width: 1px !default;
|
194
|
+
$border-style: solid !default;
|
195
|
+
$border-color: $color-dark-grey !default;
|
196
|
+
|
197
|
+
//
|
198
|
+
// Border radius
|
199
|
+
//
|
200
|
+
$border-radius: 4px !default;
|
201
|
+
$border-radius-rounded: 30em !default;
|
202
|
+
|
203
|
+
//
|
204
|
+
// Box shadows
|
205
|
+
//
|
206
|
+
$box-shadow: 0 0 1px transparentize($color-black, .7) !default;
|
207
|
+
$box-shadow-high: 0 0 1px transparentize($color-black, .7), 0 5px 10px -3px transparentize($color-black, .8) !default;
|
208
|
+
$box-shadow-higher: 0 0 1px transparentize($color-black, .7), 0 10px 25px -4px transparentize($color-black, .8) !default;
|
209
|
+
$box-shadow-highest: 0 0 1px transparentize($color-black, .7), 0 20px 55px -8px transparentize($color-black, .8) !default;
|
210
|
+
|
211
|
+
$box-shadow-solid: 0 0 1px transparentize($color-black, .3) !default;
|
212
|
+
$box-shadow-solid-high: 0 0 1px transparentize($color-black, .3), 0 5px 10px -3px transparentize($color-black, .2) !default;
|
213
|
+
$box-shadow-solid-higher: 0 0 1px transparentize($color-black, .3), 0 10px 25px -4px transparentize($color-black, .2) !default;
|
214
|
+
$box-shadow-solid-highest: 0 0 1px transparentize($color-black, .3), 0 20px 55px -8px transparentize($color-black, .2) !default;
|
215
|
+
|
216
|
+
//
|
217
|
+
// Focus styles
|
218
|
+
//
|
219
|
+
$border-color-focus: $color-blue !default;
|
220
|
+
$box-shadow-focus: inset 0 0 0 2px lighten($border-color-focus, $color-tint) !default;
|
221
|
+
|
222
|
+
//
|
223
|
+
// Z Indexes
|
224
|
+
//
|
225
|
+
$z-over-content: 100 !default;
|
226
|
+
$z-over-control: 200 !default;
|
227
|
+
$z-over-page: 300 !default;
|
228
|
+
$z-over-screen: 400 !default;
|
229
|
+
$z-over-everything: 500 !default;
|
230
|
+
|
231
|
+
//
|
232
|
+
// Typography
|
233
|
+
//
|
234
|
+
$text-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !default;
|
235
|
+
$text-font-family-serif: Georgia, Cambria, "Times New Roman", Times, serif !default;
|
236
|
+
$text-font-family-mono: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace !default;
|
237
|
+
$text-font-size-super: 3em !default;
|
238
|
+
$text-font-size-xlarge: 2em !default;
|
239
|
+
$text-font-size-large: 1.5em !default;
|
240
|
+
$text-font-size-medium: 1em !default;
|
241
|
+
$text-font-size-small: 0.9em !default;
|
242
|
+
$text-font-size-xsmall: 0.7em !default;
|
243
|
+
$text-font-weight: normal !default;
|
244
|
+
$text-font-weight-heavy: bold !default;
|
245
|
+
$text-line-height: 1.55 !default;
|
246
|
+
$text-color: $color-black !default;
|
247
|
+
|
248
|
+
$highlight-padding: $spacing-xsmall $spacing-xsmall $spacing-tiny !default;
|
249
|
+
$highlight-margin: 0 -$spacing-tiny !default;
|
250
|
+
$highlight-color: $color-black !default;
|
251
|
+
$highlight-background-color: $color-yellow !default;
|
252
|
+
|
253
|
+
$help-border: $border-width dashed $color-dark-grey !default;
|
254
|
+
|
255
|
+
$paragraph-padding: $spacing-small 0 !default;
|
256
|
+
$paragraph-margin: 0 !default;
|
257
|
+
$paragraph-font-style: normal !default;
|
258
|
+
|
259
|
+
$code-color: $text-color !default;
|
260
|
+
$code-background-color: $color-lighter-grey !default;
|
261
|
+
$code-font-family: $text-font-family-mono !default;
|
262
|
+
$code-font-weight: $text-font-weight !default;
|
263
|
+
|
264
|
+
$code-multiline-padding: $spacing-small $spacing-medium !default;
|
265
|
+
$code-multiline-border-radius: $border-radius !default;
|
266
|
+
|
267
|
+
$keyboard-color: $color-white !default;
|
268
|
+
$keyboard-background-color: $color-primary !default;
|
269
|
+
|
270
|
+
$keyboard-border-width: 2px !default;
|
271
|
+
$keyboard-border-style: $border-style !default;
|
272
|
+
$keyboard-border-color: $color-darker-primary !default;
|
273
|
+
$keyboard-border: $keyboard-border-width $keyboard-border-style $keyboard-border-color !default;
|
274
|
+
$keyboard-border-radius: $border-radius !default;
|
275
|
+
|
276
|
+
$quotation-padding: $spacing-medium $spacing-large !default;
|
277
|
+
$quotation-margin: 0 !default;
|
278
|
+
$quotation-color: $color-quiet !default;
|
279
|
+
$quotation-font-size: $text-font-size-large !default;
|
280
|
+
$quotation-font-family: $text-font-family-serif !default;
|
281
|
+
$quotation-border-width: 5px !default;
|
282
|
+
$quotation-border-style: $border-style !default;
|
283
|
+
$quotation-border-color: $color-default !default;
|
284
|
+
$quotation-primary-border-color: $color-primary !default;
|
285
|
+
$quotation-secondary-border-color: $color-secondary !default;
|
286
|
+
$quotation-success-border-color: $color-success !default;
|
287
|
+
$quotation-error-border-color: $color-error !default;
|
288
|
+
|
289
|
+
$quotation-footer-color: $color-quiet !default;
|
290
|
+
$quotation-footer-font-style: italic !default;
|
291
|
+
|
292
|
+
//
|
293
|
+
// Addresses
|
294
|
+
//
|
295
|
+
$address-font-style: normal !default;
|
296
|
+
$address-heading-font-weight: $text-font-weight-heavy !default;
|
297
|
+
|
298
|
+
//
|
299
|
+
// Alerts
|
300
|
+
//
|
301
|
+
$alert-margin: 0 0 $spacing-medium 0 !default;
|
302
|
+
$alert-padding: $spacing-medium $spacing-super $spacing-medium $spacing-medium !default;
|
303
|
+
$alert-background-color: $color-default !default;
|
304
|
+
$alert-primary-background-color: $color-primary !default;
|
305
|
+
$alert-secondary-background-color: $color-secondary !default;
|
306
|
+
$alert-error-background-color: $color-error !default;
|
307
|
+
$alert-success-background-color: $color-success !default;
|
308
|
+
$alert-color: $color-white !default;
|
309
|
+
$alert-border-radius: $border-radius !default;
|
310
|
+
|
311
|
+
//
|
312
|
+
// Badges
|
313
|
+
//
|
314
|
+
$badge-padding: $spacing-xsmall $spacing-small !default;
|
315
|
+
$badge-margin: 0 !default;
|
316
|
+
$badge-background-color: $color-default !default;
|
317
|
+
$badge-color: $color-white !default;
|
318
|
+
$badge-primary-background-color: $color-primary !default;
|
319
|
+
$badge-primary-color: $color-white !default;
|
320
|
+
$badge-secondary-background-color: $color-secondary !default;
|
321
|
+
$badge-secondary-color: $color-white !default;
|
322
|
+
$badge-success-background-color: $color-success !default;
|
323
|
+
$badge-success-color: $color-white !default;
|
324
|
+
$badge-error-background-color: $color-error !default;
|
325
|
+
$badge-error-color: $color-white !default;
|
326
|
+
$badge-font-size: 0.8em !default;
|
327
|
+
$badge-font-weight: $text-font-weight-heavy !default;
|
328
|
+
$badge-border-radius: $border-radius !default;
|
329
|
+
$badge-border-radius-rounded: $border-radius-rounded !default;
|
330
|
+
|
331
|
+
//
|
332
|
+
// Bubbles
|
333
|
+
//
|
334
|
+
$bubble-padding: $spacing-medium !default;
|
335
|
+
$bubble-background-color: $color-black !default;
|
336
|
+
$bubble-color: $color-white !default;
|
337
|
+
$bubble-text-align: center !default;
|
338
|
+
$bubble-border-radius: $border-radius !default;
|
339
|
+
$bubble-arrow-width: 10px !default;
|
340
|
+
|
341
|
+
//
|
342
|
+
// Buttons
|
343
|
+
//
|
344
|
+
$button-padding: $spacing-small !default;
|
345
|
+
$button-margin: 0 !default;
|
346
|
+
|
347
|
+
$button-color: $color-white !default;
|
348
|
+
$button-background-color: $color-default !default;
|
349
|
+
$button-primary-color: $color-white !default;
|
350
|
+
$button-primary-background-color: $color-primary !default;
|
351
|
+
$button-secondary-color: $color-white !default;
|
352
|
+
$button-secondary-background-color: $color-secondary !default;
|
353
|
+
$button-success-color: $color-white !default;
|
354
|
+
$button-success-background-color: $color-success !default;
|
355
|
+
$button-error-color: $color-white !default;
|
356
|
+
$button-error-background-color: $color-error !default;
|
357
|
+
|
358
|
+
$button-disabled-color: $color-disabled !default;
|
359
|
+
$button-disabled-background-color: $color-lighter-grey !default;
|
360
|
+
$button-disabled-border-color: $color-default !default;
|
361
|
+
$button-disabled-font-style: italic !default;
|
362
|
+
|
363
|
+
$button-font-family: inherit !default;
|
364
|
+
$button-font-size: 1em !default;
|
365
|
+
$button-line-height: normal !default;
|
366
|
+
$button-text-align: center !default;
|
367
|
+
$button-text-transform: uppercase !default;
|
368
|
+
$button-white-space: nowrap !default;
|
369
|
+
|
370
|
+
$button-border-width: $border-width !default;
|
371
|
+
$button-border-style: $border-style !default;
|
372
|
+
$button-border-color: transparent !default;
|
373
|
+
$button-border: $button-border-width $button-border-style $button-border-color !default;
|
374
|
+
$button-border-radius: $border-radius !default;
|
375
|
+
|
376
|
+
$button-focus-border-color: $border-color-focus !default;
|
377
|
+
$button-focus-box-shadow: $box-shadow-focus !default;
|
378
|
+
|
379
|
+
$button-ghost-color: $border-color !default;
|
380
|
+
$button-ghost-hover-color: $color-white !default;
|
381
|
+
$button-ghost-primary-color: $color-primary !default;
|
382
|
+
$button-ghost-primary-hover-color: $color-white !default;
|
383
|
+
$button-ghost-secondary-color: $color-secondary !default;
|
384
|
+
$button-ghost-secondary-hover-color: $color-white !default;
|
385
|
+
$button-ghost-success-color: $color-success !default;
|
386
|
+
$button-ghost-success-hover-color: $color-white !default;
|
387
|
+
$button-ghost-error-color: $color-error !default;
|
388
|
+
$button-ghost-error-hover-color: $color-white !default;
|
389
|
+
$button-ghost-border-width: $button-border-width !default;
|
390
|
+
$button-ghost-border-style: $button-border-style !default;
|
391
|
+
|
392
|
+
$button-rounded-border-radius: $border-radius-rounded !default;
|
393
|
+
|
394
|
+
$button-close-font-weight: $text-font-weight-heavy !default;
|
395
|
+
$button-close-font-size: 1.4em !default;
|
396
|
+
|
397
|
+
$button-icon-left-padding: $spacing-small !default;
|
398
|
+
$button-icon-right-padding: $spacing-small !default;
|
399
|
+
|
400
|
+
$button-super-font-size: $text-font-size-super !default;
|
401
|
+
$button-xlarge-font-size: $text-font-size-xlarge !default;
|
402
|
+
$button-large-font-size: $text-font-size-large !default;
|
403
|
+
$button-medium-font-size: $text-font-size-medium !default;
|
404
|
+
$button-small-font-size: $text-font-size-small !default;
|
405
|
+
$button-xsmall-font-size: $text-font-size-xsmall !default;
|
406
|
+
|
407
|
+
//
|
408
|
+
// Calendars
|
409
|
+
//
|
410
|
+
$calendar-padding: $spacing-xsmall !default;
|
411
|
+
$calendar-max-width: 400px !default;
|
412
|
+
$calendar-background-color: $color-white !default;
|
413
|
+
$calendar-color: $color-black !default;
|
414
|
+
$calendar-text-align: center !default;
|
415
|
+
$calendar-border-width: $border-width !default;
|
416
|
+
$calendar-border-style: $border-style !default;
|
417
|
+
$calendar-border-color: $border-color !default;
|
418
|
+
$calendar-border: $calendar-border-width $calendar-border-style $calendar-border-color !default;
|
419
|
+
$calendar-border-radius: $border-radius !default;
|
420
|
+
|
421
|
+
$calendar-control-padding: $spacing-medium $spacing-small !default;
|
422
|
+
$calendar-control-background-color: $color-white !default;
|
423
|
+
$calendar-control-color: $color-default !default;
|
424
|
+
$calendar-control-date-in-month-color: $color-black !default;
|
425
|
+
$calendar-control-font-size: $text-font-size-medium !default;
|
426
|
+
$calendar-control-border-width: $border-width !default;
|
427
|
+
$calendar-control-border-style: $border-style !default;
|
428
|
+
$calendar-control-border-color: $border-color !default;
|
429
|
+
$calendar-control-border: $calendar-control-border-width $calendar-control-border-style $calendar-control-border-color !default;
|
430
|
+
$calendar-control-border-hover: $calendar-control-border !default;
|
431
|
+
$calendar-control-border-radius: $border-radius !default;
|
432
|
+
|
433
|
+
$calendar-control-selected-background-color: $color-primary !default;
|
434
|
+
$calendar-control-selected-color: $color-white !default;
|
435
|
+
$calendar-control-selected-border-color: $color-primary !default;
|
436
|
+
|
437
|
+
$calendar-header-padding: $spacing-small 0 !default;
|
438
|
+
|
439
|
+
$calendar-day-font-weight: $text-font-weight-heavy !default;
|
440
|
+
$calendar-day-padding: $spacing-small 0 !default;
|
441
|
+
|
442
|
+
$calendar-today-border-color: $color-light-grey !default;
|
443
|
+
|
444
|
+
//
|
445
|
+
// Cards
|
446
|
+
//
|
447
|
+
$card-margin: $spacing-medium 0 0 0 !default;
|
448
|
+
$card-box-shadow: $box-shadow !default;
|
449
|
+
$card-border-radius: $border-radius !default;
|
450
|
+
|
451
|
+
$card-divider-background-color: $color-dark-grey !default;
|
452
|
+
$card-divider-color: $color-white !default;
|
453
|
+
|
454
|
+
$card-primary-divider-background-color: $color-primary !default;
|
455
|
+
$card-primary-divider-color: $color-white !default;
|
456
|
+
$card-primary-divider-border-bottom-color: $color-lighter-primary !default;
|
457
|
+
|
458
|
+
$card-secondary-divider-background-color: $color-secondary !default;
|
459
|
+
$card-secondary-divider-color: $color-white !default;
|
460
|
+
$card-secondary-divider-border-bottom-color: $color-lighter-secondary !default;
|
461
|
+
|
462
|
+
$card-success-divider-background-color: $color-success !default;
|
463
|
+
$card-success-divider-color: $color-white !default;
|
464
|
+
$card-success-divider-border-bottom-color: $color-lighter-success !default;
|
465
|
+
|
466
|
+
$card-error-divider-background-color: $color-error !default;
|
467
|
+
$card-error-divider-color: $color-white !default;
|
468
|
+
$card-error-divider-border-bottom-color: $color-lighter-error !default;
|
469
|
+
|
470
|
+
$card-divider-font-weight: $text-font-weight-heavy !default;
|
471
|
+
|
472
|
+
$card-item-border-width: $border-width !default;
|
473
|
+
$card-item-border-style: $border-style !default;
|
474
|
+
$card-item-border-color: $color-light-grey !default;
|
475
|
+
$card-item-border-bottom: $card-item-border-width $card-item-border-style $card-item-border-color !default;
|
476
|
+
|
477
|
+
$card-item-active-background-color: $card-item-border-color !default;
|
478
|
+
$card-item-padding: $spacing-small !default;
|
479
|
+
|
480
|
+
//
|
481
|
+
// Drawers
|
482
|
+
//
|
483
|
+
$drawer-width-horizontal: 80% !default;
|
484
|
+
$drawer-width-vertical: 260px !default;
|
485
|
+
$drawer-background-color: $color-white !default;
|
486
|
+
$drawer-color: $color-black !default;
|
487
|
+
$drawer-border-radius: $border-radius !default;
|
488
|
+
$drawer-z-index: $z-over-everything !default;
|
489
|
+
|
490
|
+
$drawer-heading-padding: $spacing-medium !default;
|
491
|
+
|
492
|
+
$drawer-body-padding: $spacing-small !default;
|
493
|
+
|
494
|
+
$drawer-footer-padding: $spacing-small !default;
|
495
|
+
$drawer-footer-block-padding: 0 !default;
|
496
|
+
$drawer-footer-block-button-border-radius: 0 !default;
|
497
|
+
|
498
|
+
//
|
499
|
+
// Headings
|
500
|
+
//
|
501
|
+
$heading-margin: 0 !default;
|
502
|
+
$heading-padding: $spacing-medium 0 $spacing-small !default;
|
503
|
+
|
504
|
+
$heading-font-weight: $text-font-weight !default;
|
505
|
+
$heading-font-size: $text-font-size-medium !default;
|
506
|
+
|
507
|
+
$heading-font-size-super: $text-font-size-medium * 4 !default;
|
508
|
+
$heading-font-size-xlarge: $text-font-size-medium * 3 !default;
|
509
|
+
$heading-font-size-large: $text-font-size-medium * 2 !default;
|
510
|
+
$heading-font-size-medium: $text-font-size-medium * 1.5 !default;
|
511
|
+
$heading-font-size-small: $text-font-size-medium * 1.25 !default;
|
512
|
+
$heading-font-size-xsmall: $text-font-size-medium * 1.05 !default;
|
513
|
+
|
514
|
+
$heading-subheading-padding: $spacing-small 0 !default;
|
515
|
+
$heading-subheading-color: $color-quiet !default;
|
516
|
+
$heading-subheading-font-size: $text-font-size-medium * 0.8 !default;
|
517
|
+
|
518
|
+
//
|
519
|
+
// Hints
|
520
|
+
//
|
521
|
+
$hint-padding: 0 $spacing-small !default;
|
522
|
+
$hint-color: $color-darker-grey !default;
|
523
|
+
$hint-font-size: $text-font-size-medium !default;
|
524
|
+
|
525
|
+
$hint-success-color: $color-success !default;
|
526
|
+
$hint-error-color: $color-error !default;
|
527
|
+
|
528
|
+
//
|
529
|
+
// Inputs
|
530
|
+
//
|
531
|
+
$label-padding: $spacing-medium 0 !default;
|
532
|
+
$label-field-margin: $spacing-small 0 0 0 !default;
|
533
|
+
|
534
|
+
$field-padding: $spacing-small !default;
|
535
|
+
$field-margin: 0 !default;
|
536
|
+
|
537
|
+
$field-color: inherit !default;
|
538
|
+
$field-background-color: $color-white !default;
|
539
|
+
|
540
|
+
$field-font-size-super: $text-font-size-super !default;
|
541
|
+
$field-font-size-xlarge: $text-font-size-xlarge !default;
|
542
|
+
$field-font-size-large: $text-font-size-large !default;
|
543
|
+
$field-font-size-medium: $text-font-size-medium !default;
|
544
|
+
$field-font-size-small: $text-font-size-small !default;
|
545
|
+
$field-font-size-xsmall: $text-font-size-xsmall !default;
|
546
|
+
$field-font-weight: $text-font-weight !default;
|
547
|
+
|
548
|
+
$field-border-width: $border-width !default;
|
549
|
+
$field-border-style: $border-style !default;
|
550
|
+
$field-border-color: $border-color !default;
|
551
|
+
$field-border: $field-border-width $field-border-style $field-border-color !default;
|
552
|
+
$field-border-radius: $border-radius !default;
|
553
|
+
|
554
|
+
$field-focus-border-color: $border-color-focus !default;
|
555
|
+
$field-focus-box-shadow: $box-shadow-focus !default;
|
556
|
+
|
557
|
+
$field-disabled-background-color: $color-lighter-grey !default;
|
558
|
+
$field-disabled-border-color: $border-color !default;
|
559
|
+
$field-disabled-color: $color-disabled !default;
|
560
|
+
|
561
|
+
$field-error-border-color: $color-error !default;
|
562
|
+
$field-error-color: $color-error !default;
|
563
|
+
|
564
|
+
$field-success-border-color: $color-success !default;
|
565
|
+
$field-success-color: $field-color !default;
|
566
|
+
|
567
|
+
$choice-padding: $spacing-small 0 !default;
|
568
|
+
$choice-margin: 0 !default;
|
569
|
+
$choice-font-size-super: $text-font-size-super !default;
|
570
|
+
$choice-font-size-xlarge: $text-font-size-xlarge !default;
|
571
|
+
$choice-font-size-large: $text-font-size-large !default;
|
572
|
+
$choice-font-size-medium: $text-font-size-medium !default;
|
573
|
+
$choice-font-size-small: $text-font-size-small !default;
|
574
|
+
$choice-font-size-xsmall: $text-font-size-xsmall !default;
|
575
|
+
|
576
|
+
$choice-error-color: $color-error !default;
|
577
|
+
$choice-success-color: $color-success !default;
|
578
|
+
|
579
|
+
$checkbox-margin: $spacing-tiny !default;
|
580
|
+
$checkbox-font-size: $text-font-size-medium !default;
|
581
|
+
|
582
|
+
$fieldset-padding: 0 !default;
|
583
|
+
$fieldset-margin: $spacing-small 0 !default;
|
584
|
+
$fieldset-width: 100% !default;
|
585
|
+
$fieldset-border: 0 !default;
|
586
|
+
|
587
|
+
$legend-padding: $spacing-xsmall 0 !default;
|
588
|
+
|
589
|
+
$form-element-padding: $spacing-medium 0 !default;
|
590
|
+
$form-element-label-padding: 0 0 $spacing-small 0 !default;
|
591
|
+
|
592
|
+
//
|
593
|
+
// Links
|
594
|
+
//
|
595
|
+
$link-color: $color-dark-primary !default;
|
596
|
+
$link-primary-color: $color-primary !default;
|
597
|
+
$link-secondary-color: $color-secondary !default;
|
598
|
+
$link-success-color: $color-success !default;
|
599
|
+
$link-error-color: $color-error !default;
|
600
|
+
$link-text-decoration: none !default;
|
601
|
+
$link-hover-text-decoration: underline !default;
|
602
|
+
|
603
|
+
//
|
604
|
+
// Lists
|
605
|
+
//
|
606
|
+
$list-margin: 0 !default;
|
607
|
+
$list-padding: 0 0 0 $spacing-medium !default;
|
608
|
+
|
609
|
+
$list-unstyled-padding: 0 !default;
|
610
|
+
$list-unstyled-list-style: none !default;
|
611
|
+
|
612
|
+
$list-nested-padding: $list-padding !default;
|
613
|
+
|
614
|
+
$list-item-padding: 0 !default;
|
615
|
+
$list-item-unstyled-list-style: none !default;
|
616
|
+
|
617
|
+
$list-ordered-item-padding: 0 $spacing-small 0 0 !default;
|
618
|
+
|
619
|
+
$list-inline-padding: 0 !default;
|
620
|
+
$list-inline-item-padding-right: $spacing-medium !default;
|
621
|
+
|
622
|
+
$list-inline-item-bullet-content: '\2022' !default;
|
623
|
+
$list-inline-item-bullet-padding: 0 $spacing-small 0 0 !default;
|
624
|
+
|
625
|
+
//
|
626
|
+
// Menus
|
627
|
+
//
|
628
|
+
$menu-width: 100% !default;
|
629
|
+
$menu-max-height: 280px !default;
|
630
|
+
$menu-margin: $spacing-xsmall 0 0 0 !default;
|
631
|
+
$menu-background-color: $color-white !default;
|
632
|
+
$menu-border-radius: $border-radius !default;
|
633
|
+
$menu-z-index: $z-over-content !default;
|
634
|
+
|
635
|
+
$menu-item-divider-color: $color-quiet !default;
|
636
|
+
$menu-item-divider-font-weight: $text-font-weight-heavy !default;
|
637
|
+
|
638
|
+
$menu-item-hover-background-color: $color-lighter-grey !default;
|
639
|
+
|
640
|
+
$menu-item-active-background-color: $color-lighter-grey !default;
|
641
|
+
$menu-item-active-font-weight: $text-font-weight-heavy !default;
|
642
|
+
|
643
|
+
$menu-item-disabled-color: $color-disabled !default;
|
644
|
+
|
645
|
+
//
|
646
|
+
// Modals
|
647
|
+
//
|
648
|
+
$modal-width: 80% !default;
|
649
|
+
$modal-background-color: $color-white !default;
|
650
|
+
$modal-border-width: 0 !default;
|
651
|
+
$modal-border-style: $border-style !default;
|
652
|
+
$modal-border-color: $border-color !default;
|
653
|
+
$modal-border: $modal-border-width $modal-border-style $modal-border-color !default;
|
654
|
+
$modal-border-radius: $border-radius !default;
|
655
|
+
$modal-z-index: $z-over-everything !default;
|
656
|
+
|
657
|
+
$modal-header-text-align: center !default;
|
658
|
+
|
659
|
+
$modal-body-padding: $spacing-medium !default;
|
660
|
+
|
661
|
+
$modal-footer-padding: $spacing-medium !default;
|
662
|
+
$modal-footer-block-padding: $spacing-large 0 0 0 !default;
|
663
|
+
$modal-footer-block-button-border-radius: 0 !default;
|
664
|
+
|
665
|
+
$modal-ghost-background-color: transparent !default;
|
666
|
+
$modal-ghost-color: $color-white !default;
|
667
|
+
$modal-ghost-heading-color: $color-white !default;
|
668
|
+
|
669
|
+
//
|
670
|
+
// Navs
|
671
|
+
//
|
672
|
+
$nav-width: 100% !default;
|
673
|
+
$nav-padding: 0 !default;
|
674
|
+
$nav-margin: 0 !default;
|
675
|
+
$nav-background-color: $color-black !default;
|
676
|
+
$nav-color: $color-white !default;
|
677
|
+
$nav-z-index: $z-over-page !default;
|
678
|
+
|
679
|
+
$nav-light-background-color: $color-beige !default;
|
680
|
+
$nav-light-color: $color-darker-brown !default;
|
681
|
+
|
682
|
+
$nav-item-padding: $spacing-medium !default;
|
683
|
+
$nav-item-letter-spacing: 1px !default;
|
684
|
+
|
685
|
+
$nav-item-hover-background-color: $color-darker-grey !default;
|
686
|
+
$nav-item-hover-color: $color-white !default;
|
687
|
+
$nav-item-primary-hover-background-color: $color-primary !default;
|
688
|
+
$nav-item-primary-hover-color: $color-white !default;
|
689
|
+
$nav-item-secondary-hover-background-color: $color-secondary !default;
|
690
|
+
$nav-item-secondary-hover-color: $color-white !default;
|
691
|
+
$nav-item-success-hover-background-color: $color-success !default;
|
692
|
+
$nav-item-success-hover-color: $color-white !default;
|
693
|
+
$nav-item-error-hover-background-color: $color-error !default;
|
694
|
+
$nav-item-error-hover-color: $color-white !default;
|
695
|
+
|
696
|
+
$nav-item-active-background-color: $color-darker-grey !default;
|
697
|
+
$nav-item-active-color: $color-white !default;
|
698
|
+
$nav-item-primary-active-background-color: $color-primary !default;
|
699
|
+
$nav-item-primary-active-color: $color-white !default;
|
700
|
+
$nav-item-secondary-active-background-color: $color-secondary !default;
|
701
|
+
$nav-item-secondary-active-color: $color-white !default;
|
702
|
+
$nav-item-success-active-background-color: $color-success !default;
|
703
|
+
$nav-item-success-active-color: $color-white !default;
|
704
|
+
$nav-item-error-active-background-color: $color-error !default;
|
705
|
+
$nav-item-error-active-color: $color-white !default;
|
706
|
+
|
707
|
+
//
|
708
|
+
// Overlays
|
709
|
+
//
|
710
|
+
$overlay-background-color: $color-black !default;
|
711
|
+
$overlay-z-index: $z-over-screen !default;
|
712
|
+
$overlay-transparent-background-color: transparent !default;
|
713
|
+
|
714
|
+
//
|
715
|
+
// Pagination
|
716
|
+
//
|
717
|
+
$pagination-padding: $spacing-medium !default;
|
718
|
+
$pagination-width: 100% !default;
|
719
|
+
$pagination-font-size: $text-font-size-small !default;
|
720
|
+
|
721
|
+
$pagination-control-color: $color-primary !default;
|
722
|
+
|
723
|
+
$pagination-page-color: $color-primary !default;
|
724
|
+
|
725
|
+
$pagination-page-current-background-color: $color-primary !default;
|
726
|
+
$pagination-page-current-color: $color-white !default;
|
727
|
+
|
728
|
+
$pagination-ellipsis-padding: 0 $spacing-medium !default;
|
729
|
+
|
730
|
+
//
|
731
|
+
// Panels
|
732
|
+
//
|
733
|
+
$panel-nav-top: ($nav-item-padding * 2) + ($text-line-height * 1em);
|
734
|
+
$panel-nav-bottom: $panel-nav-top;
|
735
|
+
|
736
|
+
//
|
737
|
+
// Ranges
|
738
|
+
//
|
739
|
+
$range-width: 100% !default;
|
740
|
+
$range-height: 10px !default;
|
741
|
+
$range-padding: $spacing-small 0 !default;
|
742
|
+
$range-background-color: $color-default !default;
|
743
|
+
$range-primary-background-color: $color-primary !default;
|
744
|
+
$range-secondary-background-color: $color-secondary !default;
|
745
|
+
$range-success-background-color: $color-success !default;
|
746
|
+
$range-error-background-color: $color-error !default;
|
747
|
+
$range-border-width: $border-width !default;
|
748
|
+
$range-border-style: $border-style !default;
|
749
|
+
$range-border-color: transparent !default;
|
750
|
+
$range-border: 0 !default;
|
751
|
+
$range-border-radius: $border-radius-rounded !default;
|
752
|
+
$range-box-shadow: none !default;
|
753
|
+
$range-disabled-background-color: $color-lighter-grey !default;
|
754
|
+
|
755
|
+
$range-thumb-height: 20px !default;
|
756
|
+
$range-thumb-width: 20px !default;
|
757
|
+
$range-thumb-margin: -5px 0 0 0 !default;
|
758
|
+
$range-thumb-background-color: $color-white !default;
|
759
|
+
$range-thumb-border-width: $border-width !default;
|
760
|
+
$range-thumb-border-style: $border-style !default;
|
761
|
+
$range-thumb-border-color: transparent !default;
|
762
|
+
$range-thumb-border: 0 !default;
|
763
|
+
$range-thumb-border-radius: $border-radius-rounded !default;
|
764
|
+
$range-thumb-box-shadow: 0 1px 4px -1px $color-black !default;
|
765
|
+
$range-thumb-focus-border-color: $border-color-focus !default;
|
766
|
+
$range-thumb-focus-box-shadow: $box-shadow-focus !default;
|
767
|
+
|
768
|
+
//
|
769
|
+
// Tables
|
770
|
+
//
|
771
|
+
$table-width: 100% !default;
|
772
|
+
$table-margin: 0 !default;
|
773
|
+
$table-padding: 0 !default;
|
774
|
+
$table-border-width: $border-width !default;
|
775
|
+
$table-border-style: $border-style !default;
|
776
|
+
$table-border-color: $border-color !default;
|
777
|
+
$table-border: 0 !default;
|
778
|
+
|
779
|
+
$table-caption-padding: $spacing-small 0 !default;
|
780
|
+
$table-caption-color: $color-quiet !default;
|
781
|
+
$table-caption-max-width: 100% !default;
|
782
|
+
$table-caption-font-size: $text-font-size-small !default;
|
783
|
+
$table-caption-text-align: left !default;
|
784
|
+
|
785
|
+
$table-cell-padding: $spacing-small !default;
|
786
|
+
$table-cell-text-align: left !default;
|
787
|
+
|
788
|
+
$table-heading-background-color: $color-light-grey !default;
|
789
|
+
$table-heading-color: initial !default;
|
790
|
+
$table-heading-border-width: $border-width !default;
|
791
|
+
$table-heading-border-style: $border-style !default;
|
792
|
+
$table-heading-border-color: $color-grey !default;
|
793
|
+
$table-heading-border: $table-heading-border-width $table-heading-border-style $table-heading-border-color !default;
|
794
|
+
$table-heading-font-weight: $text-font-weight-heavy !default;
|
795
|
+
|
796
|
+
$table-heading-striped-color: initial !default;
|
797
|
+
$table-heading-striped-background-color: $color-white !default;
|
798
|
+
|
799
|
+
$table-row-striped-color: initial !default;
|
800
|
+
$table-row-striped-background-color: $color-lighter-grey !default;
|
801
|
+
|
802
|
+
$table-row-clickable-color: $color-primary !default;
|
803
|
+
$table-row-clickable-background-color: initial !default;
|
804
|
+
|
805
|
+
$table-row-inactive-color: $color-disabled !default;
|
806
|
+
$table-row-inactive-background-color: initial !default;
|
807
|
+
|
808
|
+
$table-condensed-font-size: $text-font-size-small !default;
|
809
|
+
$table-condensed-cell-padding: $spacing-xsmall !default;
|
810
|
+
|
811
|
+
//
|
812
|
+
// Tabs
|
813
|
+
//
|
814
|
+
$tab-headings-text-align: center !default;
|
815
|
+
|
816
|
+
$tab-heading-padding: $spacing-medium !default;
|
817
|
+
$tab-heading-margin: 0 !default;
|
818
|
+
$tab-heading-box-shadow-color: $color-lighter-grey !default;
|
819
|
+
|
820
|
+
$tab-heading-active-box-shadow-color: $color-default !default;
|
821
|
+
$tab-heading-primary-active-box-shadow-color: $color-primary !default;
|
822
|
+
$tab-heading-secondary-active-box-shadow-color: $color-secondary !default;
|
823
|
+
$tab-heading-success-active-box-shadow-color: $color-success !default;
|
824
|
+
$tab-heading-error-active-box-shadow-color: $color-error !default;
|
825
|
+
|
826
|
+
$tab-heading-disabled-color: $color-disabled !default;
|
827
|
+
$tab-heading-disabled-background-color: initial !default;
|
828
|
+
|
829
|
+
$tab-padding: $spacing-medium !default;
|
830
|
+
|
831
|
+
//
|
832
|
+
// Tags
|
833
|
+
//
|
834
|
+
$tags-width: 100% !default;
|
835
|
+
$tags-text-align: left !default;
|
836
|
+
|
837
|
+
$tag-padding: $spacing-small $spacing-large $spacing-small $spacing-small !default;
|
838
|
+
$tag-margin: $spacing-tiny !default;
|
839
|
+
|
840
|
+
$tag-close-color: $color-light-grey !default;
|
841
|
+
|
842
|
+
$tags-container-width: 70% !default;
|
843
|
+
|
844
|
+
$tags-field-container-margin: $spacing-tiny !default;
|
845
|
+
$tags-field-container-width: 30% !default;
|
846
|
+
|
847
|
+
//
|
848
|
+
// Toasts
|
849
|
+
//
|
850
|
+
$toasts-width: 250px !default;
|
851
|
+
$toasts-background-color: transparent !default;
|
852
|
+
$toasts-z-index: $z-over-page !default;
|
853
|
+
|
854
|
+
$toast-padding: $spacing-medium !default;
|
855
|
+
$toast-margin: $spacing-small !default;
|
856
|
+
$toast-background-color: $color-default !default;
|
857
|
+
$toast-color: $color-white !default;
|
858
|
+
$toast-primary-background-color: $color-primary !default;
|
859
|
+
$toast-primary-color: $color-white !default;
|
860
|
+
$toast-secondary-background-color: $color-secondary !default;
|
861
|
+
$toast-secondary-color: $color-white !default;
|
862
|
+
$toast-success-background-color: $color-success !default;
|
863
|
+
$toast-success-color: $color-white !default;
|
864
|
+
$toast-error-background-color: $color-error !default;
|
865
|
+
$toast-error-color: $color-white !default;
|
866
|
+
$toast-border-radius: $border-radius !default;
|
867
|
+
|
868
|
+
//
|
869
|
+
// Toggles
|
870
|
+
//
|
871
|
+
$toggle-margin: 0 0.5em !default;
|
872
|
+
|
873
|
+
$toggle-track-background-color: $color-default !default;
|
874
|
+
$toggle-track-primary-background-color: $color-primary !default;
|
875
|
+
$toggle-track-secondary-background-color: $color-secondary !default;
|
876
|
+
$toggle-track-success-background-color: $color-success !default;
|
877
|
+
$toggle-track-error-background-color: $color-error !default;
|
878
|
+
$toggle-track-border-radius: $border-radius-rounded !default;
|
879
|
+
$toggle-track-unchecked-background-color: $color-lighter-grey !default;
|
880
|
+
$toggle-track-disabled-background-color: $color-lighter-grey !default;
|
881
|
+
|
882
|
+
$toggle-handle-background-color: $color-white !default;
|
883
|
+
$toggle-handle-border-radius: $border-radius-rounded !default;
|
884
|
+
$toggle-handle-box-shadow: 0 1px 4px -1px $color-black !default;
|
885
|
+
$toggle-handle-disabled-background-color: $color-lighter-grey !default;
|
886
|
+
|
887
|
+
//
|
888
|
+
// Tooltips
|
889
|
+
//
|
890
|
+
$tooltip-z-index: $z-over-page;
|
891
|
+
$tooltip-arrow-width: 0.6em;
|
892
|
+
$tooltip-body-padding: $spacing-small $spacing-medium;
|
893
|
+
$tooltip-body-background-color: $color-black;
|
894
|
+
$tooltip-body-color: $color-white;
|
895
|
+
$tooltip-body-border-width: 1px;
|
896
|
+
$tooltip-body-border-style: solid;
|
897
|
+
$tooltip-body-border-color: $tooltip-body-background-color;
|
898
|
+
$tooltip-body-border-radius: $border-radius;
|
899
|
+
|
900
|
+
//
|
901
|
+
// Trees
|
902
|
+
//
|
903
|
+
$tree-padding: 0 !default;
|
904
|
+
$tree-margin: 0 !default;
|
905
|
+
|
906
|
+
$tree-nested-padding: 0 0 0 $spacing-medium !default;
|
907
|
+
|
908
|
+
$tree-item-padding: 0 !default;
|
909
|
+
$tree-item-indicator-padding: 0 $spacing-small 0 0 !default;
|
910
|
+
$tree-item-indicator-color: $color-light-grey !default;
|
911
|
+
|
912
|
+
$tree-item-expandable-indicator-color: $color-grey !default;
|
913
|
+
$tree-item-expanded-indicator-color: $color-darker-grey !default;
|
914
|
+
```
|