activeadmin_blaze_theme 0.5.16 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +28 -24
- data/app/assets/stylesheets/activeadmin_blaze_theme/_base.scss +197 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/_contents.scss +42 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/_footer.scss +15 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/_form.scss +381 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/_header.scss +140 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/_navigation.scss +69 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/_sidebars.scss +64 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/_tables.scss +96 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/_variables.scss +46 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.addresses.scss +11 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.alerts.scss +78 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.avatars.scss +38 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.back-to-top.scss +17 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.badges.scss +71 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.breadcrumbs.scss +24 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.buttons.scss +91 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.calendars.scss +80 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.cards.scss +195 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.divider.scss +39 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.file-upload.scss +24 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.github-buttons.scss +131 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.headings.scss +12 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.hints.scss +21 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.input-groups.scss +164 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.inputs.scss +128 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.links.scss +72 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.lists.scss +64 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.navs.scss +83 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.overlays.scss +23 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.pagination.scss +31 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.progress.scss +83 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.ranges.scss +176 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tables.scss +86 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tabs.scss +68 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tags.scss +39 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.timelines.scss +113 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.toggles.scss +89 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{components.tooltips.scss → _components.tooltips.scss} +28 -30
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.trees.scss +48 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_generics.global.scss +17 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.containers.scss +37 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.drawers.scss +91 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.forms.scss +25 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{objects.grid.responsive.scss → _objects.grid.responsive.scss} +14 -14
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{objects.grid.scss → _objects.grid.scss} +2 -2
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{objects.images.scss → _objects.images.scss} +1 -1
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{objects.media.scss → _objects.media.scss} +3 -3
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.modals.scss +70 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{objects.panels.scss → _objects.panels.scss} +1 -11
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{utilities.alignment.scss → _utilities.alignment.scss} +13 -1
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.boxing.scss +111 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.elevation.scss +17 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.radius.scss +11 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.sizes.scss +23 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.typography.scss +160 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.visibility.scss +54 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_variables.scss +93 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.scss +49 -41
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss +82 -43
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.inputs.scss +2 -40
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss +35 -6
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_tools.mediaqueries.scss +13 -34
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.alignment.scss +12 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.states.scss +7 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.visibility.scss +7 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss +10 -988
- data/lib/activeadmin_blaze_theme/version.rb +1 -1
- metadata +61 -57
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.colors.scss +0 -30
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.addresses.scss +0 -12
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss +0 -59
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.avatars.scss +0 -36
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss +0 -60
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.breadcrumbs.scss +0 -20
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss +0 -49
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss +0 -77
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss +0 -69
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss +0 -213
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss +0 -14
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss +0 -27
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss +0 -163
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss +0 -144
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss +0 -31
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss +0 -60
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss +0 -126
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.overlays.scss +0 -26
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss +0 -42
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss +0 -51
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss +0 -114
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss +0 -88
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss +0 -72
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss +0 -42
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss +0 -74
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss +0 -47
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss +0 -94
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/generics.global.scss +0 -13
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.alerts.scss +0 -6
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.badges.scss +0 -8
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss +0 -22
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.lists.scss +0 -10
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss +0 -29
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss +0 -89
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.tabs.scss +0 -5
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.toggles.scss +0 -6
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss +0 -25
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss +0 -10
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_settings.global.scss +0 -864
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.boxing.scss +0 -125
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss +0 -31
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss +0 -88
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.forms.scss +0 -25
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss +0 -58
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/themes/blaze.example.scss +0 -7
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss +0 -101
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.elevation.scss +0 -19
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss +0 -25
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: activeadmin_blaze_theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mattia Roccoberton
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activeadmin
|
@@ -174,67 +174,71 @@ files:
|
|
174
174
|
- app/assets/fonts/icomoon.svg
|
175
175
|
- app/assets/fonts/icomoon.ttf
|
176
176
|
- app/assets/fonts/icomoon.woff
|
177
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/
|
177
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/_base.scss
|
178
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/_contents.scss
|
179
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/_footer.scss
|
180
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/_form.scss
|
181
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/_header.scss
|
182
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/_navigation.scss
|
183
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/_sidebars.scss
|
184
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/_tables.scss
|
185
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/_variables.scss
|
186
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.addresses.scss
|
187
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.alerts.scss
|
188
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.avatars.scss
|
189
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.back-to-top.scss
|
190
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.badges.scss
|
191
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.breadcrumbs.scss
|
192
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.buttons.scss
|
193
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.calendars.scss
|
194
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.cards.scss
|
195
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.divider.scss
|
196
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.file-upload.scss
|
197
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.github-buttons.scss
|
198
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.headings.scss
|
199
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.hints.scss
|
200
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.input-groups.scss
|
201
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.inputs.scss
|
202
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.links.scss
|
203
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.lists.scss
|
204
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.navs.scss
|
205
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.overlays.scss
|
206
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.pagination.scss
|
207
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.progress.scss
|
208
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.ranges.scss
|
209
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tables.scss
|
210
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tabs.scss
|
211
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tags.scss
|
212
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.timelines.scss
|
213
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.toggles.scss
|
214
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tooltips.scss
|
215
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.trees.scss
|
216
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_generics.global.scss
|
217
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.containers.scss
|
218
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.drawers.scss
|
219
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.forms.scss
|
220
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.grid.responsive.scss
|
221
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.grid.scss
|
222
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.images.scss
|
223
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.media.scss
|
224
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.modals.scss
|
225
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.panels.scss
|
226
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.alignment.scss
|
227
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.boxing.scss
|
228
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.elevation.scss
|
229
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.radius.scss
|
230
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.sizes.scss
|
231
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.typography.scss
|
232
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.visibility.scss
|
233
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/_variables.scss
|
178
234
|
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.scss
|
179
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.addresses.scss
|
180
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss
|
181
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.avatars.scss
|
182
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss
|
183
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.breadcrumbs.scss
|
184
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss
|
185
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss
|
186
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss
|
187
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss
|
188
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss
|
189
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss
|
190
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss
|
191
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss
|
192
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss
|
193
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss
|
194
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss
|
195
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.overlays.scss
|
196
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss
|
197
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss
|
198
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss
|
199
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss
|
200
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss
|
201
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss
|
202
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss
|
203
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss
|
204
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss
|
205
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss
|
206
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/generics.global.scss
|
207
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.alerts.scss
|
208
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.badges.scss
|
209
235
|
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss
|
210
236
|
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.inputs.scss
|
211
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss
|
212
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.lists.scss
|
213
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss
|
214
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss
|
215
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.tabs.scss
|
216
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.toggles.scss
|
217
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss
|
218
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss
|
219
237
|
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss
|
220
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_settings.global.scss
|
221
238
|
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_tools.mediaqueries.scss
|
222
239
|
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.alignment.scss
|
223
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.
|
224
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/
|
225
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss
|
226
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.forms.scss
|
227
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss
|
228
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss
|
229
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.images.scss
|
230
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.media.scss
|
231
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss
|
232
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.panels.scss
|
233
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/themes/blaze.example.scss
|
234
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.alignment.scss
|
235
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss
|
236
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.elevation.scss
|
237
|
-
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss
|
240
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.states.scss
|
241
|
+
- app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.visibility.scss
|
238
242
|
- app/assets/stylesheets/activeadmin_blaze_theme/icomoon.scss
|
239
243
|
- app/assets/stylesheets/activeadmin_blaze_theme/theme.scss
|
240
244
|
- bin/rails
|
@@ -1,30 +0,0 @@
|
|
1
|
-
@import "mixins/settings.global";
|
2
|
-
|
3
|
-
//
|
4
|
-
// Colors
|
5
|
-
//
|
6
|
-
@each $name, $value in $colors {
|
7
|
-
.u-color-#{$name} {
|
8
|
-
color: $value;
|
9
|
-
}
|
10
|
-
|
11
|
-
.u-bg-#{$name} {
|
12
|
-
background-color: $value;
|
13
|
-
}
|
14
|
-
|
15
|
-
.u-fill-#{$name} {
|
16
|
-
fill: $value;
|
17
|
-
}
|
18
|
-
|
19
|
-
.u-stroke-#{$name} {
|
20
|
-
stroke: $value;
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
.u-stroke-none {
|
25
|
-
stroke: none;
|
26
|
-
}
|
27
|
-
|
28
|
-
.u-fill-none {
|
29
|
-
fill: none;
|
30
|
-
}
|
@@ -1,59 +0,0 @@
|
|
1
|
-
@import "mixins/components.alerts";
|
2
|
-
|
3
|
-
.c-alerts {
|
4
|
-
display: block;
|
5
|
-
position: absolute;
|
6
|
-
width: $alerts-width;
|
7
|
-
max-height: 100%;
|
8
|
-
background-color: $alerts-background-color;
|
9
|
-
z-index: $alerts-z-index;
|
10
|
-
overflow-y: auto;
|
11
|
-
}
|
12
|
-
|
13
|
-
.c-alerts--topleft {
|
14
|
-
top: $alerts-margin;
|
15
|
-
left: $alerts-margin;
|
16
|
-
}
|
17
|
-
|
18
|
-
.c-alerts--topright {
|
19
|
-
top: $alerts-margin;
|
20
|
-
right: $alerts-margin;
|
21
|
-
}
|
22
|
-
|
23
|
-
.c-alerts--bottomleft {
|
24
|
-
bottom: 0;
|
25
|
-
left: $alerts-margin;
|
26
|
-
}
|
27
|
-
|
28
|
-
.c-alerts--bottomright {
|
29
|
-
right: $alerts-margin;
|
30
|
-
bottom: 0;
|
31
|
-
}
|
32
|
-
|
33
|
-
.c-alert {
|
34
|
-
@include alert-color;
|
35
|
-
position: relative;
|
36
|
-
margin: $alert-margin;
|
37
|
-
padding: $alert-padding;
|
38
|
-
border-radius: $alert-border-radius;
|
39
|
-
}
|
40
|
-
|
41
|
-
.c-alert--brand {
|
42
|
-
@include alert-color($alert-brand-background-color);
|
43
|
-
}
|
44
|
-
|
45
|
-
.c-alert--info {
|
46
|
-
@include alert-color($alert-info-background-color);
|
47
|
-
}
|
48
|
-
|
49
|
-
.c-alert--warning {
|
50
|
-
@include alert-color($alert-warning-background-color);
|
51
|
-
}
|
52
|
-
|
53
|
-
.c-alert--success {
|
54
|
-
@include alert-color($alert-success-background-color);
|
55
|
-
}
|
56
|
-
|
57
|
-
.c-alert--error {
|
58
|
-
@include alert-color($alert-error-background-color);
|
59
|
-
}
|
@@ -1,36 +0,0 @@
|
|
1
|
-
@import "mixins/settings.global";
|
2
|
-
|
3
|
-
.c-avatar {
|
4
|
-
display: inline-block;
|
5
|
-
position: relative;
|
6
|
-
width: $avatar-medium-size;
|
7
|
-
height: $avatar-medium-size;
|
8
|
-
margin: $avatar-margin;
|
9
|
-
border-radius: $avatar-img-border-radius;
|
10
|
-
background-color: $avatar-background-color;
|
11
|
-
color: $avatar-color;
|
12
|
-
}
|
13
|
-
|
14
|
-
.c-avatar[data-text]:after {
|
15
|
-
position: absolute;
|
16
|
-
top: 50%;
|
17
|
-
left: 50%;
|
18
|
-
transform: translate(-50%, -50%);
|
19
|
-
content: attr(data-text);
|
20
|
-
}
|
21
|
-
|
22
|
-
.c-avatar__img {
|
23
|
-
display: block;
|
24
|
-
width: 100%;
|
25
|
-
height: 100%;
|
26
|
-
border-radius: $avatar-img-border-radius;
|
27
|
-
overflow: hidden;
|
28
|
-
}
|
29
|
-
|
30
|
-
.c-avatar__img + .c-avatar__img {
|
31
|
-
position: absolute;
|
32
|
-
right: 0;
|
33
|
-
bottom: 0;
|
34
|
-
width: $avatar-inner-img-size;
|
35
|
-
height: $avatar-inner-img-size;
|
36
|
-
}
|
@@ -1,60 +0,0 @@
|
|
1
|
-
@import "mixins/components.badges";
|
2
|
-
|
3
|
-
.c-badge {
|
4
|
-
@include badge($badge-background-color, $badge-color, $badge-background-color);
|
5
|
-
display: inline-block;
|
6
|
-
margin: $badge-margin;
|
7
|
-
padding: $badge-padding;
|
8
|
-
border-radius: $badge-border-radius;
|
9
|
-
font-size: $badge-font-size;
|
10
|
-
font-weight: $badge-font-weight;
|
11
|
-
line-height: $badge-line-height;
|
12
|
-
|
13
|
-
&.c-badge--ghost {
|
14
|
-
@include badge($badge-ghost-background-color, $badge-ghost-color)
|
15
|
-
}
|
16
|
-
}
|
17
|
-
|
18
|
-
.c-badge--rounded {
|
19
|
-
border-radius: $badge-border-radius-rounded;
|
20
|
-
}
|
21
|
-
|
22
|
-
.c-badge--brand {
|
23
|
-
@include badge($badge-brand-background-color, $badge-brand-color, $badge-brand-background-color);
|
24
|
-
|
25
|
-
&.c-badge--ghost {
|
26
|
-
@include badge($badge-ghost-brand-background-color, $badge-ghost-brand-color)
|
27
|
-
}
|
28
|
-
}
|
29
|
-
|
30
|
-
.c-badge--info {
|
31
|
-
@include badge($badge-info-background-color, $badge-info-color, $badge-info-background-color);
|
32
|
-
|
33
|
-
&.c-badge--ghost {
|
34
|
-
@include badge($badge-ghost-info-background-color, $badge-ghost-info-color)
|
35
|
-
}
|
36
|
-
}
|
37
|
-
|
38
|
-
.c-badge--warning {
|
39
|
-
@include badge($badge-warning-background-color, $badge-warning-color, $badge-warning-background-color);
|
40
|
-
|
41
|
-
&.c-badge--ghost {
|
42
|
-
@include badge($badge-ghost-warning-background-color, $badge-ghost-warning-color)
|
43
|
-
}
|
44
|
-
}
|
45
|
-
|
46
|
-
.c-badge--success {
|
47
|
-
@include badge($badge-success-background-color, $badge-success-color, $badge-success-background-color);
|
48
|
-
|
49
|
-
&.c-badge--ghost {
|
50
|
-
@include badge($badge-ghost-success-background-color, $badge-ghost-success-color)
|
51
|
-
}
|
52
|
-
}
|
53
|
-
|
54
|
-
.c-badge--error {
|
55
|
-
@include badge($badge-error-background-color, $badge-error-color, $badge-error-background-color);
|
56
|
-
|
57
|
-
&.c-badge--ghost {
|
58
|
-
@include badge($badge-ghost-error-background-color, $badge-ghost-error-color)
|
59
|
-
}
|
60
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
@import "mixins/settings.global";
|
2
|
-
|
3
|
-
.c-breadcrumbs {
|
4
|
-
display: block;
|
5
|
-
margin: $breadcrumb-margin;
|
6
|
-
padding: $breadcrumb-padding;
|
7
|
-
list-style: none;
|
8
|
-
}
|
9
|
-
|
10
|
-
.c-breadcrumbs__crumb {
|
11
|
-
display: inline-block;
|
12
|
-
width: auto;
|
13
|
-
padding: $breadcrumb-crumb-padding;
|
14
|
-
|
15
|
-
&:not(:last-child):after {
|
16
|
-
padding: $breadcrumb-crumb-separator-padding;
|
17
|
-
color: $breadcrumb-crumb-separator-color;
|
18
|
-
content: $breadcrumb-crumb-separator-content;
|
19
|
-
}
|
20
|
-
}
|
@@ -1,49 +0,0 @@
|
|
1
|
-
@import "mixins/settings.global";
|
2
|
-
|
3
|
-
.c-bubble {
|
4
|
-
display: inline-block;
|
5
|
-
position: relative;
|
6
|
-
padding: $bubble-padding;
|
7
|
-
border-radius: $bubble-border-radius;
|
8
|
-
background-color: $bubble-background-color;
|
9
|
-
color: $bubble-color;
|
10
|
-
text-align: $bubble-text-align;
|
11
|
-
white-space: nowrap;
|
12
|
-
|
13
|
-
&:after {
|
14
|
-
display: block;
|
15
|
-
position: absolute;
|
16
|
-
width: 0;
|
17
|
-
height: 0;
|
18
|
-
border: $bubble-arrow-width solid transparent;
|
19
|
-
content: "";
|
20
|
-
}
|
21
|
-
}
|
22
|
-
|
23
|
-
.c-bubble--top:after {
|
24
|
-
bottom: -($bubble-arrow-width * 2);
|
25
|
-
left: 50%;
|
26
|
-
transform: translateX(-50%);
|
27
|
-
border-top-color: $bubble-background-color;
|
28
|
-
}
|
29
|
-
|
30
|
-
.c-bubble--right:after {
|
31
|
-
top: 50%;
|
32
|
-
left: -($bubble-arrow-width * 2);
|
33
|
-
transform: translateY(-50%);
|
34
|
-
border-right-color: $bubble-background-color;
|
35
|
-
}
|
36
|
-
|
37
|
-
.c-bubble--bottom:after {
|
38
|
-
top: -($bubble-arrow-width * 2);
|
39
|
-
left: 50%;
|
40
|
-
transform: translateX(-50%);
|
41
|
-
border-bottom-color: $bubble-background-color;
|
42
|
-
}
|
43
|
-
|
44
|
-
.c-bubble--left:after {
|
45
|
-
top: 50%;
|
46
|
-
right: -($bubble-arrow-width * 2);
|
47
|
-
transform: translateY(-50%);
|
48
|
-
border-left-color: $bubble-background-color;
|
49
|
-
}
|
@@ -1,77 +0,0 @@
|
|
1
|
-
@import "mixins/components.buttons";
|
2
|
-
|
3
|
-
.c-button {
|
4
|
-
@include button;
|
5
|
-
}
|
6
|
-
|
7
|
-
.c-button--close {
|
8
|
-
@include button-color(transparent, inherit);
|
9
|
-
position: absolute;
|
10
|
-
right: $spacing-small;
|
11
|
-
padding: 0;
|
12
|
-
outline: 0;
|
13
|
-
font-size: $button-close-font-size;
|
14
|
-
font-weight: $button-close-font-weight;
|
15
|
-
line-height: 1;
|
16
|
-
}
|
17
|
-
|
18
|
-
.c-button--block {
|
19
|
-
display: inline-block;
|
20
|
-
width: 100%;
|
21
|
-
}
|
22
|
-
|
23
|
-
.c-button--rounded {
|
24
|
-
border-radius: $button-rounded-border-radius;
|
25
|
-
}
|
26
|
-
|
27
|
-
.c-button--brand {
|
28
|
-
@include button-color($button-brand-background-color, $button-brand-color);
|
29
|
-
}
|
30
|
-
|
31
|
-
.c-button--info {
|
32
|
-
@include button-color($button-info-background-color, $button-info-color);
|
33
|
-
}
|
34
|
-
|
35
|
-
.c-button--warning {
|
36
|
-
@include button-color($button-warning-background-color, $button-warning-color);
|
37
|
-
}
|
38
|
-
|
39
|
-
.c-button--success {
|
40
|
-
@include button-color($button-success-background-color, $button-success-color);
|
41
|
-
}
|
42
|
-
|
43
|
-
.c-button--error {
|
44
|
-
@include button-color($button-error-background-color, $button-error-color);
|
45
|
-
}
|
46
|
-
|
47
|
-
.c-button--ghost {
|
48
|
-
@include button-ghost;
|
49
|
-
}
|
50
|
-
|
51
|
-
.c-button--ghost-brand {
|
52
|
-
@include button-ghost($button-ghost-brand-color, $button-ghost-brand-hover-color);
|
53
|
-
}
|
54
|
-
|
55
|
-
.c-button--ghost-info {
|
56
|
-
@include button-ghost($button-ghost-info-color, $button-ghost-info-hover-color);
|
57
|
-
}
|
58
|
-
|
59
|
-
.c-button--ghost-warning {
|
60
|
-
@include button-ghost($button-ghost-warning-color, $button-ghost-warning-hover-color);
|
61
|
-
}
|
62
|
-
|
63
|
-
.c-button--ghost-success {
|
64
|
-
@include button-ghost($button-ghost-success-color, $button-ghost-success-hover-color);
|
65
|
-
}
|
66
|
-
|
67
|
-
.c-button--ghost-error {
|
68
|
-
@include button-ghost($button-ghost-error-color, $button-ghost-error-hover-color);
|
69
|
-
}
|
70
|
-
|
71
|
-
.c-button__icon-left {
|
72
|
-
padding-right: $button-icon-left-padding;
|
73
|
-
}
|
74
|
-
|
75
|
-
.c-button__icon-right {
|
76
|
-
padding-left: $button-icon-right-padding;
|
77
|
-
}
|