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
@@ -1,144 +0,0 @@
|
|
1
|
-
@import "mixins/components.inputs";
|
2
|
-
|
3
|
-
.o-field {
|
4
|
-
position: relative;
|
5
|
-
|
6
|
-
.c-field--success ~ .c-icon {
|
7
|
-
color: $field-success-border-color;
|
8
|
-
}
|
9
|
-
|
10
|
-
.c-field--error ~ .c-icon {
|
11
|
-
color: $field-error-border-color;
|
12
|
-
}
|
13
|
-
|
14
|
-
.c-field:disabled ~ .c-icon {
|
15
|
-
color: $field-disabled-border-color;
|
16
|
-
}
|
17
|
-
|
18
|
-
.c-icon {
|
19
|
-
position: absolute;
|
20
|
-
top: 50%;
|
21
|
-
transform: translateY(-50%);
|
22
|
-
color: $field-border-color;
|
23
|
-
}
|
24
|
-
}
|
25
|
-
|
26
|
-
.o-field--icon-right {
|
27
|
-
.c-field + .c-icon {
|
28
|
-
right: $field-padding;
|
29
|
-
}
|
30
|
-
|
31
|
-
.c-field {
|
32
|
-
padding-right: $field-padding * 4;
|
33
|
-
}
|
34
|
-
}
|
35
|
-
|
36
|
-
.o-field--icon-left {
|
37
|
-
.c-icon:first-child {
|
38
|
-
left: $field-padding;
|
39
|
-
}
|
40
|
-
|
41
|
-
.c-field {
|
42
|
-
padding-left: $field-padding * 4;
|
43
|
-
}
|
44
|
-
}
|
45
|
-
|
46
|
-
.c-fieldset,
|
47
|
-
.c-fieldset.c-list {
|
48
|
-
display: block;
|
49
|
-
width: $fieldset-width;
|
50
|
-
margin: $fieldset-margin;
|
51
|
-
padding: $fieldset-padding;
|
52
|
-
border: $fieldset-border;
|
53
|
-
}
|
54
|
-
|
55
|
-
.c-fieldset__legend {
|
56
|
-
@include label;
|
57
|
-
padding: $legend-padding;
|
58
|
-
}
|
59
|
-
|
60
|
-
// LABELS
|
61
|
-
.c-label {
|
62
|
-
@include label;
|
63
|
-
}
|
64
|
-
|
65
|
-
// TEXT FIELDS
|
66
|
-
.c-field {
|
67
|
-
display: block;
|
68
|
-
width: 100%;
|
69
|
-
margin: $field-margin;
|
70
|
-
padding: $field-padding;
|
71
|
-
border: $field-border;
|
72
|
-
border-radius: $field-border-radius;
|
73
|
-
outline: 0;
|
74
|
-
background-color: $field-background-color;
|
75
|
-
font-family: inherit;
|
76
|
-
font-size: $field-font-size;
|
77
|
-
font-weight: $field-font-weight;
|
78
|
-
resize: vertical;
|
79
|
-
appearance: none;
|
80
|
-
|
81
|
-
&:focus {
|
82
|
-
border-color: $field-focus-border-color;
|
83
|
-
box-shadow: $field-focus-box-shadow;
|
84
|
-
}
|
85
|
-
}
|
86
|
-
|
87
|
-
// SELECTS, CHECKBOXES AND RADIOS
|
88
|
-
select.c-field {
|
89
|
-
cursor: pointer;
|
90
|
-
|
91
|
-
&::-ms-expand {
|
92
|
-
display: none;
|
93
|
-
}
|
94
|
-
}
|
95
|
-
|
96
|
-
// SELECTS
|
97
|
-
select.c-field:not([multiple]) {
|
98
|
-
padding-right: 1em;
|
99
|
-
background-image: url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==");
|
100
|
-
background-repeat: no-repeat;
|
101
|
-
background-position: 99% 50%;
|
102
|
-
}
|
103
|
-
|
104
|
-
// CHECKBOXES and RADIOs
|
105
|
-
.c-field input {
|
106
|
-
margin-right: $checkbox-margin;
|
107
|
-
outline: 0;
|
108
|
-
font-size: $checkbox-font-size;
|
109
|
-
}
|
110
|
-
|
111
|
-
.c-field--label {
|
112
|
-
margin: $label-field-margin;
|
113
|
-
}
|
114
|
-
|
115
|
-
.c-field--error {
|
116
|
-
border-color: $field-error-border-color;
|
117
|
-
color: $field-error-color;
|
118
|
-
}
|
119
|
-
|
120
|
-
.c-field--success {
|
121
|
-
border-color: $field-success-border-color;
|
122
|
-
color: $field-success-color;
|
123
|
-
}
|
124
|
-
|
125
|
-
.c-field--choice {
|
126
|
-
border: $checkbox-border;
|
127
|
-
border-radius: 0;
|
128
|
-
background-color: $checkbox-background-color;
|
129
|
-
}
|
130
|
-
|
131
|
-
.c-fieldset--disabled .c-field,
|
132
|
-
.c-fieldset:disabled .c-field,
|
133
|
-
.c-field--disabled,
|
134
|
-
.c-field:disabled {
|
135
|
-
@include field--disabled;
|
136
|
-
|
137
|
-
&.c-field--choice {
|
138
|
-
background-color: $checkbox-background-color;
|
139
|
-
}
|
140
|
-
}
|
141
|
-
|
142
|
-
.c-field input:disabled {
|
143
|
-
@include disabled;
|
144
|
-
}
|
@@ -1,31 +0,0 @@
|
|
1
|
-
@import "mixins/components.links";
|
2
|
-
|
3
|
-
.c-link {
|
4
|
-
@include link--color;
|
5
|
-
text-decoration: $link-text-decoration;
|
6
|
-
cursor: pointer;
|
7
|
-
|
8
|
-
&:hover {
|
9
|
-
text-decoration: $link-hover-text-decoration;
|
10
|
-
}
|
11
|
-
}
|
12
|
-
|
13
|
-
.c-link--brand {
|
14
|
-
@include link--color($link-brand-color);
|
15
|
-
}
|
16
|
-
|
17
|
-
.c-link--info {
|
18
|
-
@include link--color($link-info-color);
|
19
|
-
}
|
20
|
-
|
21
|
-
.c-link--warning {
|
22
|
-
@include link--color($link-warning-color);
|
23
|
-
}
|
24
|
-
|
25
|
-
.c-link--success {
|
26
|
-
@include link--color($link-success-color);
|
27
|
-
}
|
28
|
-
|
29
|
-
.c-link--error {
|
30
|
-
@include link--color($link-error-color);
|
31
|
-
}
|
@@ -1,60 +0,0 @@
|
|
1
|
-
@import "mixins/components.lists";
|
2
|
-
|
3
|
-
.c-list {
|
4
|
-
display: block;
|
5
|
-
margin: $list-margin;
|
6
|
-
padding: $list-padding;
|
7
|
-
list-style-position: outside;
|
8
|
-
}
|
9
|
-
|
10
|
-
.c-list .c-list {
|
11
|
-
padding: $list-nested-padding;
|
12
|
-
}
|
13
|
-
|
14
|
-
.c-list__item {
|
15
|
-
padding: $list-item-padding;
|
16
|
-
}
|
17
|
-
|
18
|
-
.c-list__item--unstyled {
|
19
|
-
list-style: $list-item-unstyled-list-style;
|
20
|
-
}
|
21
|
-
|
22
|
-
.c-list--unstyled {
|
23
|
-
@include list--unstyled;
|
24
|
-
}
|
25
|
-
|
26
|
-
.c-list--ordered {
|
27
|
-
@include list--unstyled;
|
28
|
-
counter-reset: ordered;
|
29
|
-
|
30
|
-
.c-list__item {
|
31
|
-
&:before {
|
32
|
-
padding: $list-ordered-item-padding;
|
33
|
-
content: counters(ordered, ".") " ";
|
34
|
-
counter-increment: ordered;
|
35
|
-
}
|
36
|
-
}
|
37
|
-
}
|
38
|
-
|
39
|
-
.c-list--inline {
|
40
|
-
@include list--inline;
|
41
|
-
|
42
|
-
.c-list--inline {
|
43
|
-
@include list--inline;
|
44
|
-
}
|
45
|
-
|
46
|
-
.c-list__item {
|
47
|
-
display: inline-block;
|
48
|
-
width: auto;
|
49
|
-
padding-right: $list-inline-item-padding-right;
|
50
|
-
}
|
51
|
-
|
52
|
-
&:not(.c-list--unstyled) {
|
53
|
-
.c-list__item {
|
54
|
-
&:before {
|
55
|
-
padding: $list-inline-item-bullet-padding;
|
56
|
-
content: $list-inline-item-bullet-content;
|
57
|
-
}
|
58
|
-
}
|
59
|
-
}
|
60
|
-
}
|
@@ -1,126 +0,0 @@
|
|
1
|
-
@import "mixins/components.navs";
|
2
|
-
|
3
|
-
.c-nav {
|
4
|
-
@include nav--color;
|
5
|
-
width: $nav-width;
|
6
|
-
margin: $nav-margin;
|
7
|
-
padding: $nav-padding;
|
8
|
-
z-index: $nav-z-index;
|
9
|
-
}
|
10
|
-
|
11
|
-
.c-nav__item,
|
12
|
-
.c-nav__content {
|
13
|
-
display: block;
|
14
|
-
height: $nav-height;
|
15
|
-
padding: 0 $nav-item-padding;
|
16
|
-
color: inherit;
|
17
|
-
line-height: $nav-height;
|
18
|
-
vertical-align: middle;
|
19
|
-
|
20
|
-
.o-image {
|
21
|
-
height: 100%;
|
22
|
-
}
|
23
|
-
}
|
24
|
-
|
25
|
-
.c-nav__item {
|
26
|
-
@include nav__item--color;
|
27
|
-
text-decoration: none;
|
28
|
-
cursor: pointer;
|
29
|
-
}
|
30
|
-
|
31
|
-
.c-nav--inline {
|
32
|
-
.c-nav__item,
|
33
|
-
.c-nav__content {
|
34
|
-
display: inline-block;
|
35
|
-
}
|
36
|
-
|
37
|
-
.c-nav__item--right,
|
38
|
-
.c-nav__content--right {
|
39
|
-
float: right;
|
40
|
-
}
|
41
|
-
}
|
42
|
-
|
43
|
-
.c-nav--light {
|
44
|
-
@include nav--color($nav-light-background-color, $nav-light-color);
|
45
|
-
}
|
46
|
-
|
47
|
-
.c-nav--top {
|
48
|
-
position: absolute;
|
49
|
-
top: 0;
|
50
|
-
right: 0;
|
51
|
-
bottom: auto;
|
52
|
-
left: 0;
|
53
|
-
|
54
|
-
}
|
55
|
-
|
56
|
-
.c-nav--bottom {
|
57
|
-
position: absolute;
|
58
|
-
top: auto;
|
59
|
-
right: 0;
|
60
|
-
bottom: 0;
|
61
|
-
left: 0;
|
62
|
-
}
|
63
|
-
|
64
|
-
.c-nav--left {
|
65
|
-
position: absolute;
|
66
|
-
top: 0;
|
67
|
-
right: auto;
|
68
|
-
bottom: 0;
|
69
|
-
left: 0;
|
70
|
-
}
|
71
|
-
|
72
|
-
.c-nav--right {
|
73
|
-
position: absolute;
|
74
|
-
top: 0;
|
75
|
-
right: 0;
|
76
|
-
bottom: 0;
|
77
|
-
left: auto;
|
78
|
-
}
|
79
|
-
|
80
|
-
.c-nav--fixed {
|
81
|
-
position: fixed;
|
82
|
-
}
|
83
|
-
|
84
|
-
.c-nav__item--active {
|
85
|
-
@include nav__item--active;
|
86
|
-
}
|
87
|
-
|
88
|
-
.c-nav__item--brand {
|
89
|
-
@include nav__item--color($nav-item-brand-hover-background-color, $nav-item-brand-hover-color);
|
90
|
-
|
91
|
-
&.c-nav__item--active {
|
92
|
-
@include nav__item--active($nav-item-brand-active-background-color, $nav-item-brand-active-color);
|
93
|
-
}
|
94
|
-
}
|
95
|
-
|
96
|
-
.c-nav__item--info {
|
97
|
-
@include nav__item--color($nav-item-info-hover-background-color, $nav-item-info-hover-color);
|
98
|
-
|
99
|
-
&.c-nav__item--active {
|
100
|
-
@include nav__item--active($nav-item-info-active-background-color, $nav-item-info-active-color);
|
101
|
-
}
|
102
|
-
}
|
103
|
-
|
104
|
-
.c-nav__item--warning {
|
105
|
-
@include nav__item--color($color-warning);
|
106
|
-
|
107
|
-
&.c-nav__item--active {
|
108
|
-
@include nav__item--active($nav-item-warning-active-background-color, $nav-item-warning-active-color);
|
109
|
-
}
|
110
|
-
}
|
111
|
-
|
112
|
-
.c-nav__item--success {
|
113
|
-
@include nav__item--color($color-success);
|
114
|
-
|
115
|
-
&.c-nav__item--active {
|
116
|
-
@include nav__item--active($nav-item-success-active-background-color, $nav-item-success-active-color);
|
117
|
-
}
|
118
|
-
}
|
119
|
-
|
120
|
-
.c-nav__item--error {
|
121
|
-
@include nav__item--color($color-error);
|
122
|
-
|
123
|
-
&.c-nav__item--active {
|
124
|
-
@include nav__item--active($nav-item-error-active-background-color, $nav-item-error-active-color);
|
125
|
-
}
|
126
|
-
}
|
@@ -1,26 +0,0 @@
|
|
1
|
-
@import "mixins/settings.global";
|
2
|
-
|
3
|
-
.c-overlay {
|
4
|
-
display: block;
|
5
|
-
position: absolute;
|
6
|
-
top: 0;
|
7
|
-
right: 0;
|
8
|
-
bottom: 0;
|
9
|
-
left: 0;
|
10
|
-
width: 100%;
|
11
|
-
height: 100%;
|
12
|
-
background-color: transparentize($overlay-background-color, .6);
|
13
|
-
z-index: $overlay-z-index;
|
14
|
-
}
|
15
|
-
|
16
|
-
.c-overlay--fullpage {
|
17
|
-
position: fixed;
|
18
|
-
}
|
19
|
-
|
20
|
-
.c-overlay--transparent {
|
21
|
-
background-color: $overlay-transparent-background-color;
|
22
|
-
}
|
23
|
-
|
24
|
-
.c-overlay--dismissable {
|
25
|
-
cursor: pointer;
|
26
|
-
}
|
@@ -1,42 +0,0 @@
|
|
1
|
-
@import "mixins/settings.global";
|
2
|
-
@import "mixins/components.buttons";
|
3
|
-
|
4
|
-
.c-pagination {
|
5
|
-
display: block;
|
6
|
-
width: $pagination-width;
|
7
|
-
padding: $pagination-padding;
|
8
|
-
font-size: $pagination-font-size;
|
9
|
-
text-align: center;
|
10
|
-
}
|
11
|
-
|
12
|
-
.c-pagination__controls {
|
13
|
-
display: inline-block;
|
14
|
-
text-align: center;
|
15
|
-
}
|
16
|
-
|
17
|
-
.c-pagination__controls--backward {
|
18
|
-
float: left;
|
19
|
-
text-align: left;
|
20
|
-
}
|
21
|
-
|
22
|
-
.c-pagination__controls--forward {
|
23
|
-
float: right;
|
24
|
-
text-align: right;
|
25
|
-
}
|
26
|
-
|
27
|
-
.c-pagination__control,
|
28
|
-
.c-pagination__page {
|
29
|
-
@include button;
|
30
|
-
@include button-ghost($pagination-control-color);
|
31
|
-
min-width: 2.4em;
|
32
|
-
border-radius: $pagination-control-border-radius;
|
33
|
-
}
|
34
|
-
|
35
|
-
.c-pagination__page--current {
|
36
|
-
background-color: $pagination-page-current-background-color;
|
37
|
-
color: $pagination-page-current-color;
|
38
|
-
}
|
39
|
-
|
40
|
-
.c-pagination__ellipsis {
|
41
|
-
padding: $pagination-ellipsis-padding;
|
42
|
-
}
|
@@ -1,51 +0,0 @@
|
|
1
|
-
@import "mixins/settings.global";
|
2
|
-
|
3
|
-
.c-progress {
|
4
|
-
display: block;
|
5
|
-
border: $progress-border;
|
6
|
-
border-radius: $progress-border-radius;
|
7
|
-
background-color: $progress-background-color;
|
8
|
-
color: $progress-color;
|
9
|
-
text-align: center;
|
10
|
-
overflow: hidden;
|
11
|
-
}
|
12
|
-
|
13
|
-
.c-progress--rounded {
|
14
|
-
border-radius: $progress-rounded-border-radius;
|
15
|
-
}
|
16
|
-
|
17
|
-
.c-progress__bar {
|
18
|
-
display: block;
|
19
|
-
height: 100%;
|
20
|
-
float: left;
|
21
|
-
border-radius: 0;
|
22
|
-
background-color: $progress-bar-background-color;
|
23
|
-
text-overflow: ellipsis;
|
24
|
-
white-space: nowrap;
|
25
|
-
overflow: hidden;
|
26
|
-
}
|
27
|
-
|
28
|
-
.c-progress__bar:after {
|
29
|
-
color: transparent !important;
|
30
|
-
content: "-";
|
31
|
-
}
|
32
|
-
|
33
|
-
.c-progress__bar--brand {
|
34
|
-
background-color: $color-brand;
|
35
|
-
}
|
36
|
-
|
37
|
-
.c-progress__bar--info {
|
38
|
-
background-color: $color-info;
|
39
|
-
}
|
40
|
-
|
41
|
-
.c-progress__bar--warning {
|
42
|
-
background-color: $color-warning;
|
43
|
-
}
|
44
|
-
|
45
|
-
.c-progress__bar--success {
|
46
|
-
background-color: $color-success;
|
47
|
-
}
|
48
|
-
|
49
|
-
.c-progress__bar--error {
|
50
|
-
background-color: $color-error;
|
51
|
-
}
|