activeadmin_blaze_theme 0.5.12 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/.github/workflows/specs.yml +26 -0
- data/.gitignore +11 -2
- data/.rspec +2 -0
- data/.rubocop.yml +27 -0
- data/Gemfile +2 -0
- data/LICENSE.txt +1 -1
- data/README.md +82 -70
- data/Rakefile +15 -1
- data/activeadmin_blaze_theme.gemspec +24 -11
- 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 +11 -989
- data/bin/rails +29 -0
- data/bin/rake +29 -0
- data/bin/rspec +29 -0
- data/bin/rubocop +29 -0
- data/extra/edit.png +0 -0
- data/extra/index.png +0 -0
- data/index.js +2 -0
- data/lib/activeadmin/views/activeadmin_form.rb +6 -2
- data/lib/activeadmin_blaze_theme.rb +5 -2
- data/lib/activeadmin_blaze_theme/version.rb +3 -1
- data/lib/formtastic/inputs/blaze_toggle_input.rb +12 -8
- data/package.json +13 -0
- data/spec/dummy/.ruby-version +1 -0
- data/spec/dummy/.tool-versions +1 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/admin/authors.rb +57 -0
- data/spec/dummy/app/admin/dashboard.rb +32 -0
- data/spec/dummy/app/admin/posts.rb +50 -0
- data/spec/dummy/app/admin/tags.rb +4 -0
- data/spec/dummy/app/assets/config/manifest.js +3 -0
- data/spec/dummy/app/assets/images/.keep +0 -0
- data/spec/dummy/app/assets/javascripts/active_admin.js +1 -0
- data/spec/dummy/app/assets/stylesheets/active_admin.scss +4 -0
- data/spec/dummy/app/assets/stylesheets/application.css +15 -0
- data/spec/dummy/app/channels/application_cable/channel.rb +4 -0
- data/spec/dummy/app/channels/application_cable/connection.rb +4 -0
- data/spec/dummy/app/controllers/application_controller.rb +2 -0
- data/spec/dummy/app/controllers/concerns/.keep +0 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/javascript/packs/application.js +15 -0
- data/spec/dummy/app/jobs/application_job.rb +7 -0
- data/spec/dummy/app/mailers/application_mailer.rb +4 -0
- data/spec/dummy/app/models/application_record.rb +7 -0
- data/spec/dummy/app/models/author.rb +26 -0
- data/spec/dummy/app/models/concerns/.keep +0 -0
- data/spec/dummy/app/models/post.rb +25 -0
- data/spec/dummy/app/models/post_tag.rb +9 -0
- data/spec/dummy/app/models/profile.rb +9 -0
- data/spec/dummy/app/models/tag.rb +6 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/app/views/layouts/mailer.html.erb +13 -0
- data/spec/dummy/app/views/layouts/mailer.text.erb +1 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/bin/setup +33 -0
- data/spec/dummy/config.ru +5 -0
- data/spec/dummy/config/application.rb +18 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/cable.yml +10 -0
- data/spec/dummy/config/database.yml +8 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +62 -0
- data/spec/dummy/config/environments/production.rb +112 -0
- data/spec/dummy/config/environments/test.rb +49 -0
- data/spec/dummy/config/initializers/active_admin.rb +335 -0
- data/spec/dummy/config/initializers/application_controller_renderer.rb +8 -0
- data/spec/dummy/config/initializers/assets.rb +12 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/content_security_policy.rb +28 -0
- data/spec/dummy/config/initializers/cookies_serializer.rb +5 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +4 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +33 -0
- data/spec/dummy/config/puma.rb +38 -0
- data/spec/dummy/config/routes.rb +3 -0
- data/spec/dummy/config/spring.rb +6 -0
- data/spec/dummy/config/storage.yml +7 -0
- data/spec/dummy/db/migrate/20170806125915_create_active_storage_tables.active_storage.rb +27 -0
- data/spec/dummy/db/migrate/20180101010101_create_active_admin_comments.rb +16 -0
- data/spec/dummy/db/migrate/20180607053251_create_authors.rb +13 -0
- data/spec/dummy/db/migrate/20180607053254_create_profiles.rb +12 -0
- data/spec/dummy/db/migrate/20180607053255_create_tags.rb +11 -0
- data/spec/dummy/db/migrate/20180607053257_create_post_tags.rb +12 -0
- data/spec/dummy/db/migrate/20180607053739_create_posts.rb +17 -0
- data/spec/dummy/db/schema.rb +99 -0
- data/spec/dummy/lib/assets/.keep +0 -0
- data/spec/dummy/public/404.html +67 -0
- data/spec/dummy/public/422.html +67 -0
- data/spec/dummy/public/500.html +66 -0
- data/spec/dummy/public/apple-touch-icon-precomposed.png +0 -0
- data/spec/dummy/public/apple-touch-icon.png +0 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/rails_helper.rb +36 -0
- data/spec/spec_helper.rb +20 -0
- data/spec/support/capybara.rb +3 -0
- data/spec/support/drivers.rb +7 -0
- data/spec/system/theme_spec.rb +15 -0
- metadata +392 -70
- 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
- data/extra/screenshot1.jpg +0 -0
- data/extra/screenshot2.jpg +0 -0
- data/extra/screenshot3.jpg +0 -0
- data/extra/screenshot4.jpg +0 -0
@@ -1,9 +1,21 @@
|
|
1
|
-
@import
|
1
|
+
@import 'mixins/utilities.alignment';
|
2
2
|
|
3
3
|
.u-centered {
|
4
4
|
@include centered;
|
5
5
|
}
|
6
6
|
|
7
|
+
.u-justified {
|
8
|
+
@include justified;
|
9
|
+
}
|
10
|
+
|
11
|
+
.u-left {
|
12
|
+
@include left;
|
13
|
+
}
|
14
|
+
|
15
|
+
.u-right {
|
16
|
+
@include right;
|
17
|
+
}
|
18
|
+
|
7
19
|
.u-center-block {
|
8
20
|
@include center-block;
|
9
21
|
}
|
@@ -0,0 +1,111 @@
|
|
1
|
+
.u-letter-box-super {
|
2
|
+
padding-top: var(--spacing-super) !important;
|
3
|
+
padding-bottom: var(--spacing-super) !important;
|
4
|
+
}
|
5
|
+
|
6
|
+
.u-letter-box-xlarge {
|
7
|
+
padding-top: var(--spacing-xlarge) !important;
|
8
|
+
padding-bottom: var(--spacing-xlarge) !important;
|
9
|
+
}
|
10
|
+
|
11
|
+
.u-letter-box-large {
|
12
|
+
padding-top: var(--spacing-large) !important;
|
13
|
+
padding-bottom: var(--spacing-large) !important;
|
14
|
+
}
|
15
|
+
|
16
|
+
.u-letter-box-medium {
|
17
|
+
padding-top: var(--spacing-medium) !important;
|
18
|
+
padding-bottom: var(--spacing-medium) !important;
|
19
|
+
}
|
20
|
+
|
21
|
+
.u-letter-box-small {
|
22
|
+
padding-top: var(--spacing-small) !important;
|
23
|
+
padding-bottom: var(--spacing-small) !important;
|
24
|
+
}
|
25
|
+
|
26
|
+
.u-letter-box-xsmall {
|
27
|
+
padding-top: var(--spacing-xsmall) !important;
|
28
|
+
padding-bottom: var(--spacing-xsmall) !important;
|
29
|
+
}
|
30
|
+
|
31
|
+
.u-letter-box-tiny {
|
32
|
+
padding-top: var(--spacing-tiny) !important;
|
33
|
+
padding-bottom: var(--spacing-tiny) !important;
|
34
|
+
}
|
35
|
+
|
36
|
+
.u-letter-box-none {
|
37
|
+
padding-top: 0 !important;
|
38
|
+
padding-bottom: 0 !important;
|
39
|
+
}
|
40
|
+
|
41
|
+
.u-pillar-box-super {
|
42
|
+
padding-right: var(--spacing-super) !important;
|
43
|
+
padding-left: var(--spacing-super) !important;
|
44
|
+
}
|
45
|
+
|
46
|
+
.u-pillar-box-xlarge {
|
47
|
+
padding-right: var(--spacing-xlarge) !important;
|
48
|
+
padding-left: var(--spacing-xlarge) !important;
|
49
|
+
}
|
50
|
+
|
51
|
+
.u-pillar-box-large {
|
52
|
+
padding-right: var(--spacing-large) !important;
|
53
|
+
padding-left: var(--spacing-large) !important;
|
54
|
+
}
|
55
|
+
|
56
|
+
.u-pillar-box-medium {
|
57
|
+
padding-right: var(--spacing-medium) !important;
|
58
|
+
padding-left: var(--spacing-medium) !important;
|
59
|
+
}
|
60
|
+
|
61
|
+
.u-pillar-box-small {
|
62
|
+
padding-right: var(--spacing-small) !important;
|
63
|
+
padding-left: var(--spacing-small) !important;
|
64
|
+
}
|
65
|
+
|
66
|
+
.u-pillar-box-xsmall {
|
67
|
+
padding-right: var(--spacing-xsmall) !important;
|
68
|
+
padding-left: var(--spacing-xsmall) !important;
|
69
|
+
}
|
70
|
+
|
71
|
+
.u-pillar-box-tiny {
|
72
|
+
padding-right: var(--spacing-tiny) !important;
|
73
|
+
padding-left: var(--spacing-tiny) !important;
|
74
|
+
}
|
75
|
+
|
76
|
+
.u-pillar-box-none {
|
77
|
+
padding-right: 0 !important;
|
78
|
+
padding-left: 0 !important;
|
79
|
+
}
|
80
|
+
|
81
|
+
.u-window-box-super {
|
82
|
+
padding: var(--spacing-super) !important;
|
83
|
+
}
|
84
|
+
|
85
|
+
.u-window-box-xlarge {
|
86
|
+
padding: var(--spacing-xlarge) !important;
|
87
|
+
}
|
88
|
+
|
89
|
+
.u-window-box-large {
|
90
|
+
padding: var(--spacing-large) !important;
|
91
|
+
}
|
92
|
+
|
93
|
+
.u-window-box-medium {
|
94
|
+
padding: var(--spacing-medium) !important;
|
95
|
+
}
|
96
|
+
|
97
|
+
.u-window-box-small {
|
98
|
+
padding: var(--spacing-small) !important;
|
99
|
+
}
|
100
|
+
|
101
|
+
.u-window-box-xsmall {
|
102
|
+
padding: var(--spacing-xsmall) !important;
|
103
|
+
}
|
104
|
+
|
105
|
+
.u-window-box-tiny {
|
106
|
+
padding: var(--spacing-tiny) !important;
|
107
|
+
}
|
108
|
+
|
109
|
+
.u-window-box-none {
|
110
|
+
padding: 0 !important;
|
111
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
.u-super {
|
2
|
+
font-size: var(--text-font-size-super);
|
3
|
+
}
|
4
|
+
|
5
|
+
.u-xlarge {
|
6
|
+
font-size: var(--text-font-size-xlarge);
|
7
|
+
}
|
8
|
+
|
9
|
+
.u-large {
|
10
|
+
font-size: var(--text-font-size-large);
|
11
|
+
}
|
12
|
+
|
13
|
+
.u-medium {
|
14
|
+
font-size: var(--text-font-size-medium);
|
15
|
+
}
|
16
|
+
|
17
|
+
.u-small {
|
18
|
+
font-size: var(--text-font-size-small);
|
19
|
+
}
|
20
|
+
|
21
|
+
.u-xsmall {
|
22
|
+
font-size: var(--text-font-size-xsmall);
|
23
|
+
}
|
@@ -0,0 +1,160 @@
|
|
1
|
+
@mixin gradient-text($from, $to) {
|
2
|
+
background-image: linear-gradient(135deg, $from, $to);
|
3
|
+
}
|
4
|
+
|
5
|
+
@mixin paragraph {
|
6
|
+
display: block;
|
7
|
+
margin: 0;
|
8
|
+
padding: var(--spacing-small) 0;
|
9
|
+
}
|
10
|
+
|
11
|
+
@mixin code {
|
12
|
+
display: inline;
|
13
|
+
margin: 0 calc(-1 * var(--spacing-tiny));
|
14
|
+
padding: var(--spacing-xsmall) var(--spacing-xsmall) var(--spacing-tiny);
|
15
|
+
color: var(--color-text) !important;
|
16
|
+
font-weight: var(--text-font-weight) !important;
|
17
|
+
font-family: var(--text-font-family-mono) !important;
|
18
|
+
background-color: var(--color-dark) !important;
|
19
|
+
}
|
20
|
+
|
21
|
+
.u-text {
|
22
|
+
color: var(--color-text);
|
23
|
+
font-weight: var(--text-font-weight);
|
24
|
+
font-family: var(--text-font-family);
|
25
|
+
line-height: var(--text-line-height);
|
26
|
+
direction: ltr;
|
27
|
+
text-align: left;
|
28
|
+
}
|
29
|
+
|
30
|
+
.u-text--rtl {
|
31
|
+
direction: rtl;
|
32
|
+
text-align: right;
|
33
|
+
}
|
34
|
+
|
35
|
+
.u-text--mono {
|
36
|
+
font-family: var(--text-font-family-mono) !important;
|
37
|
+
}
|
38
|
+
|
39
|
+
.u-text--highlight {
|
40
|
+
display: inline;
|
41
|
+
margin: 0 calc(-1 * var(--spacing-tiny));
|
42
|
+
padding: var(--spacing-xsmall) var(--spacing-xsmall) var(--spacing-tiny);
|
43
|
+
color: var(--color-text) !important;
|
44
|
+
font-weight: var(--text-font-weight) !important;
|
45
|
+
background-color: var(--color-highlight) !important;
|
46
|
+
}
|
47
|
+
|
48
|
+
.u-text--quiet {
|
49
|
+
color: var(--color-quiet) !important;
|
50
|
+
}
|
51
|
+
|
52
|
+
.u-text--loud {
|
53
|
+
font-weight: var(--text-font-weight-heavy) !important;
|
54
|
+
}
|
55
|
+
|
56
|
+
.u-text--normal {
|
57
|
+
font-weight: normal;
|
58
|
+
}
|
59
|
+
|
60
|
+
.u-text--italic {
|
61
|
+
font-style: italic;
|
62
|
+
}
|
63
|
+
|
64
|
+
.u-text--help[title] {
|
65
|
+
text-decoration: none !important;
|
66
|
+
border-bottom: 1px dashed var(--color-default) !important;
|
67
|
+
cursor: help !important;
|
68
|
+
}
|
69
|
+
|
70
|
+
.u-pre {
|
71
|
+
margin: 0;
|
72
|
+
}
|
73
|
+
|
74
|
+
.u-code {
|
75
|
+
@include code;
|
76
|
+
}
|
77
|
+
|
78
|
+
.u-code--multiline {
|
79
|
+
display: block;
|
80
|
+
padding: var(--spacing-small) var(--spacing-medium);
|
81
|
+
overflow-x: auto !important;
|
82
|
+
white-space: pre !important;
|
83
|
+
word-wrap: normal !important;
|
84
|
+
border-radius: var(--border-radius);
|
85
|
+
}
|
86
|
+
|
87
|
+
.u-kbd {
|
88
|
+
@include code;
|
89
|
+
border-bottom: 2px solid var(--color-default);
|
90
|
+
border-radius: var(--border-radius);
|
91
|
+
}
|
92
|
+
|
93
|
+
.u-blockquote {
|
94
|
+
--quotation-border-color: var(--color-default);
|
95
|
+
|
96
|
+
display: block;
|
97
|
+
margin: 0;
|
98
|
+
padding: var(--spacing-medium) var(--spacing-large);
|
99
|
+
font-family: var(--text-font-family-serif) !important;
|
100
|
+
border-left: 5px solid var(--quotation-border-color) !important;
|
101
|
+
}
|
102
|
+
|
103
|
+
.u-blockquote--brand {
|
104
|
+
--quotation-border-color: var(--color-brand);
|
105
|
+
}
|
106
|
+
|
107
|
+
.u-blockquote--info {
|
108
|
+
--quotation-border-color: var(--color-info);
|
109
|
+
}
|
110
|
+
|
111
|
+
.u-blockquote--warning {
|
112
|
+
--quotation-border-color: var(--color-warning);
|
113
|
+
}
|
114
|
+
|
115
|
+
.u-blockquote--success {
|
116
|
+
--quotation-border-color: var(--color-success);
|
117
|
+
}
|
118
|
+
|
119
|
+
.u-blockquote--error {
|
120
|
+
--quotation-border-color: var(--color-error);
|
121
|
+
}
|
122
|
+
|
123
|
+
.u-blockquote__body {
|
124
|
+
@include paragraph;
|
125
|
+
font-size: var(--text-font-size-large);
|
126
|
+
}
|
127
|
+
|
128
|
+
.u-blockquote__footer {
|
129
|
+
@include paragraph;
|
130
|
+
color: var(--color-quiet) !important;
|
131
|
+
font-style: italic !important;
|
132
|
+
}
|
133
|
+
|
134
|
+
.u-paragraph {
|
135
|
+
@include paragraph;
|
136
|
+
}
|
137
|
+
|
138
|
+
.u-gradient-text {
|
139
|
+
display: inline-block;
|
140
|
+
color: transparent;
|
141
|
+
-webkit-background-clip: text;
|
142
|
+
background-clip: text;
|
143
|
+
@include gradient-text(blue, purple);
|
144
|
+
|
145
|
+
&--info {
|
146
|
+
@include gradient-text(skyblue, blue);
|
147
|
+
}
|
148
|
+
|
149
|
+
&--warning {
|
150
|
+
@include gradient-text(orange, red);
|
151
|
+
}
|
152
|
+
|
153
|
+
&--success {
|
154
|
+
@include gradient-text(green, blue);
|
155
|
+
}
|
156
|
+
|
157
|
+
&--error {
|
158
|
+
@include gradient-text(red, purple);
|
159
|
+
}
|
160
|
+
}
|
@@ -0,0 +1,54 @@
|
|
1
|
+
@import 'mixins/tools.mediaqueries';
|
2
|
+
@import 'mixins/utilities.visibility';
|
3
|
+
|
4
|
+
@mixin visible($value) {
|
5
|
+
.u-#{$value} {
|
6
|
+
visibility: $value !important;
|
7
|
+
}
|
8
|
+
@each $size, $width in $screen-limits {
|
9
|
+
.u-#{$value}\@#{$size} {
|
10
|
+
@include screen-and-up($size) {
|
11
|
+
visibility: $value !important;
|
12
|
+
}
|
13
|
+
}
|
14
|
+
}
|
15
|
+
}
|
16
|
+
|
17
|
+
@mixin display($value) {
|
18
|
+
.u-display-#{$value} {
|
19
|
+
display: $value !important;
|
20
|
+
}
|
21
|
+
|
22
|
+
@each $size, $width in $screen-limits {
|
23
|
+
.u-display-#{$value}\@#{$size} {
|
24
|
+
@include screen-and-up($size) {
|
25
|
+
display: $value !important;
|
26
|
+
}
|
27
|
+
}
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
.u-visually-hidden {
|
32
|
+
@include visually-hidden;
|
33
|
+
}
|
34
|
+
|
35
|
+
@each $size, $width in $screen-limits {
|
36
|
+
.u-visually-hidden\@#{$size} {
|
37
|
+
@include screen-and-up($size) {
|
38
|
+
@include visually-hidden;
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
|
43
|
+
@include visible(visible);
|
44
|
+
@include visible(hidden);
|
45
|
+
@include display(none);
|
46
|
+
@include display(initial);
|
47
|
+
@include display(inline);
|
48
|
+
@include display(inline-block);
|
49
|
+
@include display(block);
|
50
|
+
@include display(table);
|
51
|
+
@include display(table-cell);
|
52
|
+
@include display(table-row);
|
53
|
+
@include display(flex);
|
54
|
+
@include display(inline-flex);
|
@@ -0,0 +1,93 @@
|
|
1
|
+
:root,
|
2
|
+
:host {
|
3
|
+
/* Screen widths */
|
4
|
+
|
5
|
+
--screen-limit-xsmall: 20em;
|
6
|
+
--screen-limit-small: 30em;
|
7
|
+
--screen-limit-medium: 48em;
|
8
|
+
--screen-limit-large: 64em;
|
9
|
+
--screen-limit-xlarge: 78em;
|
10
|
+
--screen-limit-super: 116em;
|
11
|
+
|
12
|
+
/* Spacing */
|
13
|
+
|
14
|
+
--spacing-super: 3em;
|
15
|
+
--spacing-xlarge: 2em;
|
16
|
+
--spacing-large: 1.5em;
|
17
|
+
--spacing-medium: 1em;
|
18
|
+
--spacing-small: 0.5em;
|
19
|
+
--spacing-xsmall: 0.25em;
|
20
|
+
--spacing-tiny: 0.125em;
|
21
|
+
|
22
|
+
/* Grid */
|
23
|
+
|
24
|
+
--grid-gutter: 1em;
|
25
|
+
|
26
|
+
/* Colors */
|
27
|
+
|
28
|
+
--color-default: #74748c;
|
29
|
+
--color-quiet: #a6a6bf;
|
30
|
+
--color-text: #000;
|
31
|
+
--color-dark: #eee;
|
32
|
+
--color-background: #f9f9f9;
|
33
|
+
--color-light: #fdfdfd;
|
34
|
+
--color-link: #4267ff;
|
35
|
+
--color-outline: #4267ff;
|
36
|
+
--color-brand: #2c3e50;
|
37
|
+
--color-info: #4267ff;
|
38
|
+
--color-warning: #ffa500;
|
39
|
+
--color-success: #088a05;
|
40
|
+
--color-error: #ee0202;
|
41
|
+
--color-highlight: #ffef14;
|
42
|
+
--color-disabled: var(--color-default);
|
43
|
+
--color-disabled-background: #f2f2f4;
|
44
|
+
--color-transparent: transparent;
|
45
|
+
|
46
|
+
/* Borders */
|
47
|
+
|
48
|
+
--border-width: 1px;
|
49
|
+
--border-style: solid;
|
50
|
+
--border-color: var(--color-default);
|
51
|
+
--border-radius: 4px;
|
52
|
+
--border-radius-rounded: 30em;
|
53
|
+
|
54
|
+
/* Box shadows */
|
55
|
+
|
56
|
+
--box-shadow: 0 0 1px rgba(#000, 0.6);
|
57
|
+
--box-shadow-high: 0 5px 10px -3px rgba(0, 0, 0, 0.4);
|
58
|
+
--box-shadow-higher: 0 10px 25px -4px rgba(0, 0, 0, 0.4);
|
59
|
+
--box-shadow-highest: 0 20px 55px -8px rgba(0, 0, 0, 0.4);
|
60
|
+
|
61
|
+
/* Focus styles */
|
62
|
+
|
63
|
+
--border-color-focus: var(--color-outline);
|
64
|
+
--box-shadow-focus: inset 0 0 0 1px var(--color-outline);
|
65
|
+
|
66
|
+
/* Disabled */
|
67
|
+
|
68
|
+
--disabled-opacity: 0.5;
|
69
|
+
|
70
|
+
/* Z Indexes */
|
71
|
+
|
72
|
+
--z-over-content: 100;
|
73
|
+
--z-over-control: 200;
|
74
|
+
--z-over-page: 300;
|
75
|
+
--z-over-screen: 400;
|
76
|
+
--z-over-everything: 500;
|
77
|
+
|
78
|
+
/* Typography */
|
79
|
+
|
80
|
+
--text-font-family-sans-serif: sans-serif;
|
81
|
+
--text-font-family-serif: serif;
|
82
|
+
--text-font-family-mono: monospace;
|
83
|
+
--text-font-family: var(--text-font-family-sans-serif);
|
84
|
+
--text-font-size-super: 2em;
|
85
|
+
--text-font-size-xlarge: 1.5em;
|
86
|
+
--text-font-size-large: 1.25em;
|
87
|
+
--text-font-size-medium: 1em;
|
88
|
+
--text-font-size-small: 0.8em;
|
89
|
+
--text-font-size-xsmall: 0.67em;
|
90
|
+
--text-font-weight: normal;
|
91
|
+
--text-font-weight-heavy: bold;
|
92
|
+
--text-line-height: 1.55;
|
93
|
+
}
|