activeadmin_blaze_theme 0.7.0 → 0.7.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +13 -0
- data/README.md +30 -8
- data/activeadmin_blaze_theme.gemspec +1 -13
- data/app/assets/stylesheets/activeadmin_blaze_theme/_contents.scss +1 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/_tables.scss +1 -1
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.colors.scss +30 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/blaze.scss +43 -49
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.addresses.scss +12 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss +59 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.avatars.scss +36 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss +60 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.breadcrumbs.scss +20 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss +49 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss +77 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss +69 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss +213 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss +14 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss +27 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss +163 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss +135 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss +31 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss +60 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss +126 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.overlays.scss +33 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss +42 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss +51 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss +114 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss +88 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss +72 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss +42 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss +74 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_components.tooltips.scss → components.tooltips.scss} +30 -28
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss +47 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss +95 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/generics.global.scss +13 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.alerts.scss +6 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.badges.scss +8 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss +43 -82
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.inputs.scss +40 -2
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss +22 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.lists.scss +10 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss +29 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss +89 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.tabs.scss +5 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.toggles.scss +6 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.typography.scss +25 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss +10 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss +10 -38
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_settings.global.scss +864 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_tools.mediaqueries.scss +34 -13
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.boxing.scss +125 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.visibility.scss +46 -6
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss +29 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss +88 -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 +58 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_objects.panels.scss → objects.panels.scss} +11 -1
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/themes/blaze.example.scss +7 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/{_utilities.alignment.scss → utilities.alignment.scss} +1 -1
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss +101 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.elevation.scss +19 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss +25 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.visibility.scss +45 -0
- data/lib/activeadmin_blaze_theme.rb +3 -3
- data/lib/activeadmin_blaze_theme/version.rb +1 -1
- data/package.json +1 -1
- metadata +59 -206
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.addresses.scss +0 -11
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.alerts.scss +0 -78
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.avatars.scss +0 -38
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.back-to-top.scss +0 -17
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.badges.scss +0 -71
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.breadcrumbs.scss +0 -24
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.buttons.scss +0 -91
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.calendars.scss +0 -80
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.cards.scss +0 -195
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.divider.scss +0 -39
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.file-upload.scss +0 -24
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.github-buttons.scss +0 -131
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.headings.scss +0 -12
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.hints.scss +0 -21
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.input-groups.scss +0 -164
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.inputs.scss +0 -128
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.links.scss +0 -72
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.lists.scss +0 -64
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.navs.scss +0 -83
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.overlays.scss +0 -23
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.pagination.scss +0 -31
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.progress.scss +0 -83
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.ranges.scss +0 -176
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tables.scss +0 -86
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tabs.scss +0 -68
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.tags.scss +0 -39
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.timelines.scss +0 -113
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.toggles.scss +0 -89
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.trees.scss +0 -48
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_generics.global.scss +0 -17
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.containers.scss +0 -37
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_objects.drawers.scss +0 -91
- 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 -70
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.boxing.scss +0 -111
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.elevation.scss +0 -17
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.radius.scss +0 -11
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.sizes.scss +0 -23
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.typography.scss +0 -160
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_utilities.visibility.scss +0 -54
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/_variables.scss +0 -93
- data/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_utilities.states.scss +0 -7
@@ -0,0 +1,74 @@
|
|
1
|
+
@import "mixins/components.toggles";
|
2
|
+
|
3
|
+
.c-toggle {
|
4
|
+
@include grid;
|
5
|
+
@include grid--center;
|
6
|
+
width: auto;
|
7
|
+
cursor: pointer;
|
8
|
+
user-select: none;
|
9
|
+
|
10
|
+
input:not(:checked) + .c-toggle__track {
|
11
|
+
background-color: $toggle-track-unchecked-background-color;
|
12
|
+
|
13
|
+
.c-toggle__handle {
|
14
|
+
transform: translateZ(0);
|
15
|
+
}
|
16
|
+
}
|
17
|
+
|
18
|
+
input:disabled + .c-toggle__track {
|
19
|
+
background-color: $toggle-track-disabled-background-color;
|
20
|
+
cursor: not-allowed;
|
21
|
+
|
22
|
+
.c-toggle__handle {
|
23
|
+
background-color: $toggle-handle-disabled-background-color;
|
24
|
+
cursor: not-allowed;
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}
|
28
|
+
|
29
|
+
.c-toggle--brand .c-toggle__track {
|
30
|
+
@include toggle__track--background-color($toggle-track-brand-background-color);
|
31
|
+
}
|
32
|
+
|
33
|
+
.c-toggle--info .c-toggle__track {
|
34
|
+
@include toggle__track--background-color($toggle-track-info-background-color);
|
35
|
+
}
|
36
|
+
|
37
|
+
.c-toggle--warning .c-toggle__track {
|
38
|
+
@include toggle__track--background-color($toggle-track-warning-background-color);
|
39
|
+
}
|
40
|
+
|
41
|
+
.c-toggle--success .c-toggle__track {
|
42
|
+
@include toggle__track--background-color($toggle-track-success-background-color);
|
43
|
+
}
|
44
|
+
|
45
|
+
.c-toggle--error .c-toggle__track {
|
46
|
+
@include toggle__track--background-color($toggle-track-error-background-color);
|
47
|
+
}
|
48
|
+
|
49
|
+
.c-toggle input {
|
50
|
+
display: none;
|
51
|
+
}
|
52
|
+
|
53
|
+
.c-toggle__track {
|
54
|
+
@include grid__cell;
|
55
|
+
@include grid__cell--width-fixed;
|
56
|
+
@include toggle__track--background-color;
|
57
|
+
position: relative;
|
58
|
+
width: 1em;
|
59
|
+
height: .5em;
|
60
|
+
margin: $toggle-margin;
|
61
|
+
border-radius: $toggle-track-border-radius;
|
62
|
+
}
|
63
|
+
|
64
|
+
.c-toggle__handle {
|
65
|
+
position: absolute;
|
66
|
+
top: -.25em;
|
67
|
+
left: 0;
|
68
|
+
width: 1em;
|
69
|
+
height: 1em;
|
70
|
+
transform: translateX(100%);
|
71
|
+
border-radius: $toggle-handle-border-radius;
|
72
|
+
background-color: $toggle-handle-background-color;
|
73
|
+
box-shadow: $toggle-handle-box-shadow;
|
74
|
+
}
|
@@ -1,47 +1,49 @@
|
|
1
|
+
@import "mixins/settings.global";
|
2
|
+
|
1
3
|
.c-tooltip {
|
2
4
|
position: relative;
|
3
5
|
overflow: visible;
|
4
6
|
|
5
|
-
|
6
|
-
|
7
|
-
z-index: var(--z-over-page);
|
7
|
+
&:before,
|
8
|
+
&:after {
|
8
9
|
visibility: hidden;
|
10
|
+
z-index: $z-over-page;
|
9
11
|
}
|
10
12
|
|
11
|
-
|
13
|
+
&:before {
|
12
14
|
position: absolute;
|
13
|
-
border:
|
14
|
-
content:
|
15
|
+
border: $tooltip-arrow-width solid transparent;
|
16
|
+
content: "";
|
15
17
|
}
|
16
18
|
|
17
|
-
|
19
|
+
&:after {
|
18
20
|
position: absolute;
|
19
|
-
padding:
|
20
|
-
|
21
|
-
|
21
|
+
padding: .25em .5em;
|
22
|
+
border: $tooltip-body-border-width $tooltip-body-border-style $tooltip-body-border-color;
|
23
|
+
border-radius: $border-radius;
|
24
|
+
background-color: $tooltip-body-background-color;
|
25
|
+
color: $tooltip-body-color;
|
26
|
+
line-height: $tooltip-line-height;
|
22
27
|
white-space: nowrap;
|
23
|
-
background-color: #000;
|
24
|
-
border: 1px solid #000;
|
25
|
-
border-radius: var(--border-radius);
|
26
|
-
visibility: hidden;
|
27
28
|
content: attr(aria-label);
|
29
|
+
visibility: hidden;
|
28
30
|
}
|
29
31
|
|
30
|
-
&:hover
|
31
|
-
&:hover
|
32
|
+
&:hover:before,
|
33
|
+
&:hover:after {
|
32
34
|
visibility: visible;
|
33
35
|
}
|
34
36
|
}
|
35
37
|
|
36
38
|
.c-tooltip--top {
|
37
|
-
|
39
|
+
&:before {
|
38
40
|
top: 0%;
|
39
41
|
left: 50%;
|
40
|
-
border-top-color: #000;
|
41
42
|
transform: translate(-50%, -1em);
|
43
|
+
border-top-color: $tooltip-body-border-color;
|
42
44
|
}
|
43
45
|
|
44
|
-
|
46
|
+
&:after {
|
45
47
|
top: 0%;
|
46
48
|
left: 50%;
|
47
49
|
transform: translate(-50%, -3em);
|
@@ -49,14 +51,14 @@
|
|
49
51
|
}
|
50
52
|
|
51
53
|
.c-tooltip--right {
|
52
|
-
|
54
|
+
&:before {
|
53
55
|
top: 50%;
|
54
56
|
left: 100%;
|
55
|
-
border-right-color: #000;
|
56
57
|
transform: translate(0, -50%);
|
58
|
+
border-right-color: $tooltip-body-border-color;
|
57
59
|
}
|
58
60
|
|
59
|
-
|
61
|
+
&:after {
|
60
62
|
top: 50%;
|
61
63
|
left: 100%;
|
62
64
|
transform: translate(1em, -50%);
|
@@ -64,14 +66,14 @@
|
|
64
66
|
}
|
65
67
|
|
66
68
|
.c-tooltip--bottom {
|
67
|
-
|
69
|
+
&:before {
|
68
70
|
bottom: 0;
|
69
71
|
left: 50%;
|
70
|
-
border-bottom-color: #000;
|
71
72
|
transform: translate(-50%, 1em);
|
73
|
+
border-bottom-color: $tooltip-body-border-color;
|
72
74
|
}
|
73
75
|
|
74
|
-
|
76
|
+
&:after {
|
75
77
|
bottom: 0;
|
76
78
|
left: 50%;
|
77
79
|
transform: translate(-50%, 3em);
|
@@ -79,14 +81,14 @@
|
|
79
81
|
}
|
80
82
|
|
81
83
|
.c-tooltip--left {
|
82
|
-
|
84
|
+
&:before {
|
83
85
|
top: 50%;
|
84
86
|
right: 100%;
|
85
|
-
border-left-color: #000;
|
86
87
|
transform: translate(0, -50%);
|
88
|
+
border-left-color: $tooltip-body-border-color;
|
87
89
|
}
|
88
90
|
|
89
|
-
|
91
|
+
&:after {
|
90
92
|
top: 50%;
|
91
93
|
right: 100%;
|
92
94
|
transform: translate(-1em, -50%);
|
@@ -0,0 +1,47 @@
|
|
1
|
+
@import "mixins/settings.global";
|
2
|
+
|
3
|
+
.c-tree {
|
4
|
+
display: block;
|
5
|
+
margin: $tree-margin;
|
6
|
+
padding: $tree-padding;
|
7
|
+
list-style: none;
|
8
|
+
|
9
|
+
.c-tree {
|
10
|
+
padding: $tree-nested-padding;
|
11
|
+
}
|
12
|
+
}
|
13
|
+
|
14
|
+
.c-tree__item {
|
15
|
+
padding: $tree-item-padding;
|
16
|
+
|
17
|
+
&:before {
|
18
|
+
display: inline-block;
|
19
|
+
padding: $tree-item-indicator-padding;
|
20
|
+
transform-origin: 30% 50%;
|
21
|
+
color: $tree-item-indicator-color;
|
22
|
+
content: "–";
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
.c-tree__item--expandable {
|
27
|
+
&:before {
|
28
|
+
color: $tree-item-expandable-indicator-color;
|
29
|
+
content: "\276F";
|
30
|
+
}
|
31
|
+
|
32
|
+
.c-tree {
|
33
|
+
display: none;
|
34
|
+
}
|
35
|
+
}
|
36
|
+
|
37
|
+
.c-tree__item--expanded {
|
38
|
+
&:before {
|
39
|
+
transform: rotate(90deg);
|
40
|
+
color: $tree-item-expanded-indicator-color;
|
41
|
+
content: "\276F";
|
42
|
+
}
|
43
|
+
|
44
|
+
.c-tree {
|
45
|
+
display: block;
|
46
|
+
}
|
47
|
+
}
|
@@ -0,0 +1,95 @@
|
|
1
|
+
@import "mixins/components.typography";
|
2
|
+
|
3
|
+
.c-text {
|
4
|
+
color: $text-color;
|
5
|
+
font-family: $text-font-family;
|
6
|
+
font-weight: $text-font-weight;
|
7
|
+
line-height: $text-line-height;
|
8
|
+
}
|
9
|
+
|
10
|
+
.c-text--mono {
|
11
|
+
font-family: $text-font-family-mono;
|
12
|
+
}
|
13
|
+
|
14
|
+
.c-text--highlight {
|
15
|
+
@include text--highlight;
|
16
|
+
}
|
17
|
+
|
18
|
+
.c-text--quiet {
|
19
|
+
color: $color-quiet;
|
20
|
+
}
|
21
|
+
|
22
|
+
.c-text--loud {
|
23
|
+
font-weight: $text-font-weight-heavy;
|
24
|
+
}
|
25
|
+
|
26
|
+
.c-text--help[title] {
|
27
|
+
border-bottom: $help-border-bottom;
|
28
|
+
cursor: help;
|
29
|
+
}
|
30
|
+
|
31
|
+
.c-pre {
|
32
|
+
margin: 0;
|
33
|
+
}
|
34
|
+
|
35
|
+
.c-code {
|
36
|
+
@include code;
|
37
|
+
}
|
38
|
+
|
39
|
+
.c-code--multiline {
|
40
|
+
display: block;
|
41
|
+
padding: $spacing-small $spacing-medium;
|
42
|
+
border-radius: $border-radius;
|
43
|
+
white-space: pre;
|
44
|
+
word-wrap: normal;
|
45
|
+
overflow-x: auto;
|
46
|
+
}
|
47
|
+
|
48
|
+
.c-kbd {
|
49
|
+
@include code($keyboard-color, $keyboard-background-color);
|
50
|
+
border-bottom: $keyboard-border;
|
51
|
+
border-radius: $keyboard-border-radius;
|
52
|
+
}
|
53
|
+
|
54
|
+
.c-blockquote {
|
55
|
+
@include quotation--color;
|
56
|
+
display: block;
|
57
|
+
margin: $quotation-margin;
|
58
|
+
padding: $quotation-padding;
|
59
|
+
font-family: $quotation-font-family;
|
60
|
+
}
|
61
|
+
|
62
|
+
.c-blockquote--brand {
|
63
|
+
@include quotation--color($quotation-brand-border-color);
|
64
|
+
}
|
65
|
+
|
66
|
+
.c-blockquote--info {
|
67
|
+
@include quotation--color($quotation-info-border-color);
|
68
|
+
}
|
69
|
+
|
70
|
+
.c-blockquote--warning {
|
71
|
+
@include quotation--color($quotation-warning-border-color);
|
72
|
+
}
|
73
|
+
|
74
|
+
.c-blockquote--success {
|
75
|
+
@include quotation--color($quotation-success-border-color);
|
76
|
+
}
|
77
|
+
|
78
|
+
.c-blockquote--error {
|
79
|
+
@include quotation--color($quotation-error-border-color);
|
80
|
+
}
|
81
|
+
|
82
|
+
.c-blockquote__body {
|
83
|
+
@include paragraph;
|
84
|
+
font-size: $quotation-font-size;
|
85
|
+
}
|
86
|
+
|
87
|
+
.c-blockquote__footer {
|
88
|
+
@include paragraph;
|
89
|
+
color: $quotation-footer-color;
|
90
|
+
font-style: $quotation-footer-font-style;
|
91
|
+
}
|
92
|
+
|
93
|
+
.c-paragraph {
|
94
|
+
@include paragraph;
|
95
|
+
}
|
@@ -1,122 +1,83 @@
|
|
1
|
-
@import
|
1
|
+
@import "settings.global";
|
2
2
|
|
3
|
-
@mixin button-color {
|
4
|
-
|
5
|
-
background-color:
|
6
|
-
|
3
|
+
@mixin button-color($background-color: $button-background-color, $color: $button-color) {
|
4
|
+
border: $button-border;
|
5
|
+
background-color: $background-color;
|
6
|
+
color: $color;
|
7
7
|
|
8
8
|
&.c-button--active {
|
9
|
-
|
9
|
+
background-color: darken($background-color, $color-tint);
|
10
10
|
}
|
11
11
|
|
12
|
-
&:not(:disabled)
|
13
|
-
&:
|
14
|
-
|
15
|
-
filter: brightness(0.95);
|
16
|
-
}
|
12
|
+
&:not(:disabled) {
|
13
|
+
&:hover {
|
14
|
+
background-color: lighten($background-color, $color-tint);
|
17
15
|
}
|
18
16
|
|
19
17
|
&:focus {
|
20
|
-
border-color:
|
21
|
-
box-shadow:
|
18
|
+
border-color: $button-focus-border-color;
|
19
|
+
box-shadow: $button-focus-box-shadow;
|
22
20
|
}
|
23
21
|
|
24
22
|
&:active {
|
25
|
-
|
23
|
+
background-color: darken($background-color, $color-tint);
|
26
24
|
}
|
27
25
|
}
|
28
26
|
}
|
29
27
|
|
30
|
-
@mixin button-ghost {
|
31
|
-
|
32
|
-
|
33
|
-
|
28
|
+
@mixin button-ghost($color: $button-ghost-color, $color-hover: $button-ghost-hover-color) {
|
29
|
+
border: $button-ghost-border-width $button-ghost-border-style $color;
|
30
|
+
background-color: transparent;
|
31
|
+
color: $color;
|
34
32
|
|
35
33
|
&.c-button--active {
|
36
|
-
color:
|
37
|
-
background-color:
|
38
|
-
|
34
|
+
border-color: darken($color, $color-tint);
|
35
|
+
background-color: darken($color, $color-tint);
|
36
|
+
color: $color-hover;
|
39
37
|
}
|
40
38
|
|
41
|
-
&:not(:disabled)
|
42
|
-
&:
|
43
|
-
|
44
|
-
|
45
|
-
background-color: var(--button-color);
|
46
|
-
border-color: 1px solid transparent;
|
47
|
-
}
|
39
|
+
&:not(:disabled) {
|
40
|
+
&:hover {
|
41
|
+
background-color: $color;
|
42
|
+
color: $color-hover;
|
48
43
|
}
|
49
44
|
|
50
45
|
&:focus {
|
51
|
-
border-color:
|
52
|
-
box-shadow:
|
46
|
+
border-color: $button-focus-border-color;
|
47
|
+
box-shadow: $button-focus-box-shadow;
|
53
48
|
}
|
54
49
|
|
55
|
-
&:active
|
56
|
-
|
57
|
-
color:
|
58
|
-
|
59
|
-
border-color: 1px solid transparent;
|
50
|
+
&:active {
|
51
|
+
border-color: darken($color, $color-tint);
|
52
|
+
background-color: darken($color, $color-tint);
|
53
|
+
color: $color-hover;
|
60
54
|
}
|
61
55
|
}
|
62
56
|
}
|
63
57
|
|
64
58
|
@mixin button {
|
65
59
|
@include button-color;
|
66
|
-
@include disabled;
|
67
60
|
display: inline-block;
|
68
61
|
max-width: 100%;
|
69
|
-
margin:
|
70
|
-
padding:
|
71
|
-
|
72
|
-
|
73
|
-
font-family:
|
74
|
-
|
75
|
-
|
76
|
-
text-align:
|
62
|
+
margin: $button-margin;
|
63
|
+
padding: $button-padding;
|
64
|
+
border-radius: $button-border-radius;
|
65
|
+
outline: 0;
|
66
|
+
font-family: $button-font-family;
|
67
|
+
font-size: $button-font-size;
|
68
|
+
line-height: $button-line-height;
|
69
|
+
text-align: $button-text-align;
|
77
70
|
text-decoration: none;
|
78
71
|
text-overflow: ellipsis;
|
72
|
+
white-space: $button-white-space;
|
73
|
+
cursor: pointer;
|
74
|
+
overflow: hidden;
|
79
75
|
vertical-align: middle;
|
80
|
-
border-radius: var(--border-radius);
|
81
|
-
outline: 0;
|
82
|
-
-webkit-appearance: none;
|
83
76
|
appearance: none;
|
84
77
|
user-select: none;
|
85
|
-
}
|
86
78
|
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
margin: 0;
|
91
|
-
padding: 0;
|
92
|
-
overflow: visible;
|
93
|
-
color: inherit;
|
94
|
-
font: inherit;
|
95
|
-
line-height: normal;
|
96
|
-
text-align: inherit;
|
97
|
-
text-decoration: inherit;
|
98
|
-
vertical-align: inherit;
|
99
|
-
background: inherit;
|
100
|
-
border: 0;
|
101
|
-
border-radius: 0;
|
102
|
-
outline: 0;
|
103
|
-
-webkit-appearance: none;
|
104
|
-
appearance: none;
|
105
|
-
|
106
|
-
&:not(:disabled):not([disabled]) {
|
107
|
-
&:active {
|
108
|
-
background-color: transparent;
|
109
|
-
}
|
110
|
-
|
111
|
-
&:not(:active) {
|
112
|
-
&:focus {
|
113
|
-
border-color: var(--border-color-focus);
|
114
|
-
box-shadow: var(--box-shadow-focus);
|
115
|
-
}
|
116
|
-
|
117
|
-
&:hover {
|
118
|
-
background-color: transparent;
|
119
|
-
}
|
120
|
-
}
|
79
|
+
&:disabled {
|
80
|
+
cursor: not-allowed;
|
81
|
+
opacity: $button-disabled-opacity;
|
121
82
|
}
|
122
83
|
}
|