@steroidsjs/bootstrap 3.0.0-beta.86 → 3.0.0-beta.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/content/Accordion/AccordionItemView.scss +6 -6
- package/content/Alert/AlertView.scss +15 -15
- package/content/Avatar/AvatarView.scss +11 -11
- package/content/Badge/BadgeView.scss +20 -20
- package/content/Calendar/CalendarView.scss +24 -24
- package/content/Calendar/CaptionElement.scss +12 -12
- package/content/Card/CardView.scss +10 -10
- package/content/Detail/DetailView.scss +12 -12
- package/content/DropDown/DropDownView.scss +3 -3
- package/content/Menu/MenuItemView.scss +4 -4
- package/content/Menu/MenuView.scss +3 -3
- package/form/AutoCompleteField/AutoCompleteFieldView.scss +34 -34
- package/form/Button/ButtonView.scss +24 -24
- package/form/CheckboxField/CheckboxFieldView.scss +24 -24
- package/form/DateField/DateFieldView.scss +2 -2
- package/form/DateRangeField/DateRangeFieldView.scss +2 -2
- package/form/DateTimeField/DateTimeFieldView.scss +2 -2
- package/form/DateTimeRangeField/DateTimeRangeFieldView.scss +2 -2
- package/form/DropDownField/DropDownFieldView.scss +44 -44
- package/form/DropDownFieldItem/DropDownFieldItemView.scss +12 -12
- package/form/FieldLayout/FieldLayoutView.scss +26 -26
- package/form/FieldList/FieldListItemView.scss +2 -2
- package/form/FieldList/FieldListView.scss +9 -9
- package/form/FieldSet/FieldSetView.scss +2 -2
- package/form/FileField/FileFieldItemView.scss +17 -17
- package/form/FileField/FileFieldView.scss +2 -2
- package/form/ImageField/ImageFieldView.scss +2 -2
- package/form/InputField/InputFieldView.scss +32 -32
- package/form/NumberField/NumberFieldView.scss +22 -22
- package/form/PasswordField/PasswordFieldView.js +1 -1
- package/form/PasswordField/PasswordFieldView.scss +21 -21
- package/form/RadioField/RadioFieldView.scss +25 -25
- package/form/RateField/RateFieldView.scss +9 -9
- package/form/SliderField/SliderFieldView.scss +16 -16
- package/form/SwitcherField/SwitcherFieldView.scss +18 -18
- package/form/TextField/TextFieldView.scss +21 -21
- package/form/TimeField/TimeFieldView.scss +2 -2
- package/form/TimeField/TimePanelView.scss +11 -11
- package/form/TimeRangeField/TimeRangeFieldView.scss +2 -2
- package/layout/Header/HeaderView.scss +14 -14
- package/layout/Loader/LoaderView.scss +2 -2
- package/layout/ProgressBar/CircleProgressBarView.scss +8 -8
- package/layout/ProgressBar/LineProgressBarView.scss +9 -9
- package/layout/Sidebar/FooterIcons/FooterIcons.scss +1 -1
- package/layout/Sidebar/SidebarLogo/SidebarLogo.scss +7 -7
- package/layout/Sidebar/SidebarUser/SidebarUser.scss +5 -5
- package/layout/Sidebar/SidebarView.scss +8 -8
- package/layout/Skeleton/SkeletonView.scss +6 -6
- package/layout/Tooltip/TooltipView.scss +2 -2
- package/list/Empty/EmptyView.scss +2 -2
- package/list/FlexGrid/FlexGridView.scss +4 -4
- package/list/Grid/GridView.scss +14 -14
- package/list/Grid/views/ContentColumnView/ContentColumnView.scss +8 -8
- package/list/Grid/views/DiagramColumnView/DiagramColumnView.scss +12 -12
- package/list/List/ListView.scss +2 -2
- package/list/Pagination/PaginationButtonView.scss +14 -14
- package/list/Steps/StepItemView.scss +13 -13
- package/list/Steps/StepsView.scss +2 -2
- package/modal/Modal/ModalView.scss +12 -12
- package/nav/Breadcrubms/BreadcrumbsView.scss +5 -5
- package/nav/ButtonGroup/ButtonGroupView.scss +4 -4
- package/nav/Nav/NavBarView.scss +4 -4
- package/nav/Nav/NavIconView.scss +5 -5
- package/nav/Nav/NavTabsView.scss +8 -8
- package/nav/Tree/TreeView.scss +6 -6
- package/package.json +1 -1
- package/typography/Text/TextView.scss +4 -4
- package/typography/Title/TitleView.scss +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use "../../scss/variables"
|
|
1
|
+
@use "../../scss/variables";
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
4
|
--slider-background: #dbe2e6;
|
|
@@ -44,7 +44,7 @@ $slider-dot-active-border-color: var(--slider-dot-active-border-color);
|
|
|
44
44
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
45
45
|
}
|
|
46
46
|
.rc-slider-rail {
|
|
47
|
-
background-color:
|
|
47
|
+
background-color: variables.$primary;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
.rc-slider * {
|
|
@@ -56,7 +56,7 @@ $slider-dot-active-border-color: var(--slider-dot-active-border-color);
|
|
|
56
56
|
left: 0;
|
|
57
57
|
height: 8px;
|
|
58
58
|
border-radius: 6px;
|
|
59
|
-
background-color:
|
|
59
|
+
background-color: variables.$primary;
|
|
60
60
|
z-index: 1;
|
|
61
61
|
}
|
|
62
62
|
.rc-slider-handle {
|
|
@@ -67,7 +67,7 @@ $slider-dot-active-border-color: var(--slider-dot-active-border-color);
|
|
|
67
67
|
height: 24px;
|
|
68
68
|
cursor: pointer;
|
|
69
69
|
border-radius: 50%;
|
|
70
|
-
background-color:
|
|
70
|
+
background-color: variables.$primary;
|
|
71
71
|
z-index: 2;
|
|
72
72
|
outline: none;
|
|
73
73
|
|
|
@@ -83,7 +83,7 @@ $slider-dot-active-border-color: var(--slider-dot-active-border-color);
|
|
|
83
83
|
left: 0;
|
|
84
84
|
right: 0;
|
|
85
85
|
bottom: 0;
|
|
86
|
-
border: 4px solid
|
|
86
|
+
border: 4px solid variables.$primary-light;
|
|
87
87
|
transform: translate(-4px, -4px);
|
|
88
88
|
border-radius: 50%;
|
|
89
89
|
pointer-events: none;
|
|
@@ -96,7 +96,7 @@ $slider-dot-active-border-color: var(--slider-dot-active-border-color);
|
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
&:active {
|
|
99
|
-
background-color:
|
|
99
|
+
background-color: variables.$primary-dark;
|
|
100
100
|
}
|
|
101
101
|
}
|
|
102
102
|
.rc-slider-mark {
|
|
@@ -105,8 +105,8 @@ $slider-dot-active-border-color: var(--slider-dot-active-border-color);
|
|
|
105
105
|
top: 20px;
|
|
106
106
|
left: 0;
|
|
107
107
|
width: 100%;
|
|
108
|
-
font-size:
|
|
109
|
-
line-height:
|
|
108
|
+
font-size: variables.$font-size-xs;
|
|
109
|
+
line-height: variables.$line-height-xs;
|
|
110
110
|
z-index: 3;
|
|
111
111
|
}
|
|
112
112
|
.rc-slider-mark-text {
|
|
@@ -116,9 +116,9 @@ $slider-dot-active-border-color: var(--slider-dot-active-border-color);
|
|
|
116
116
|
vertical-align: middle;
|
|
117
117
|
text-align: center;
|
|
118
118
|
cursor: pointer;
|
|
119
|
-
background-color:
|
|
120
|
-
color:
|
|
121
|
-
border: 1px solid
|
|
119
|
+
background-color: variables.$element-background-color;
|
|
120
|
+
color: variables.$text-color;
|
|
121
|
+
border: 1px solid variables.$element-border-color;
|
|
122
122
|
border-radius: 21px;
|
|
123
123
|
}
|
|
124
124
|
.rc-slider-step {
|
|
@@ -333,13 +333,13 @@ $slider-dot-active-border-color: var(--slider-dot-active-border-color);
|
|
|
333
333
|
}
|
|
334
334
|
.rc-slider-tooltip-inner {
|
|
335
335
|
padding: 8px;
|
|
336
|
-
font-size:
|
|
337
|
-
line-height:
|
|
338
|
-
color:
|
|
339
|
-
border: 1px solid
|
|
336
|
+
font-size: variables.$font-size-lg;
|
|
337
|
+
line-height: variables.$line-height-base;
|
|
338
|
+
color: variables.$text-color;
|
|
339
|
+
border: 1px solid variables.$gray;
|
|
340
340
|
text-align: center;
|
|
341
341
|
text-decoration: none;
|
|
342
|
-
background-color:
|
|
342
|
+
background-color: variables.$element-background-color;
|
|
343
343
|
border-radius: 21px;
|
|
344
344
|
}
|
|
345
345
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
|
-
@use "../../scss/variables"
|
|
2
|
+
@use "../../scss/variables";
|
|
3
3
|
|
|
4
4
|
:root {
|
|
5
5
|
--switcher-dot-disabled-color: #dbe2e6;
|
|
@@ -40,8 +40,8 @@ $background-color-transition-timing: 150ms;
|
|
|
40
40
|
"dotSize": 18px,
|
|
41
41
|
"dotTranslateDefault": translateY(-50%) translateX(4px),
|
|
42
42
|
"dotTranslateActive": translateY(-50%) translateX(16px),
|
|
43
|
-
"font-size":
|
|
44
|
-
"line-height":
|
|
43
|
+
"font-size": variables.$font-size-lg,
|
|
44
|
+
"line-height": variables.$line-height-lg,
|
|
45
45
|
),
|
|
46
46
|
"md": (
|
|
47
47
|
"width": 34px,
|
|
@@ -49,8 +49,8 @@ $background-color-transition-timing: 150ms;
|
|
|
49
49
|
"dotSize": 14px,
|
|
50
50
|
"dotTranslateDefault": translateY(-50%) translateX(3px),
|
|
51
51
|
"dotTranslateActive": translateY(-50%) translateX(15px),
|
|
52
|
-
"font-size":
|
|
53
|
-
"line-height":
|
|
52
|
+
"font-size": variables.$font-size-base,
|
|
53
|
+
"line-height": variables.$line-height-base,
|
|
54
54
|
),
|
|
55
55
|
"sm": (
|
|
56
56
|
"width": 28px,
|
|
@@ -58,8 +58,8 @@ $background-color-transition-timing: 150ms;
|
|
|
58
58
|
"dotSize": 12px,
|
|
59
59
|
"dotTranslateDefault": translateY(-50%) translateX(2px),
|
|
60
60
|
"dotTranslateActive": translateY(-50%) translateX(12px),
|
|
61
|
-
"font-size":
|
|
62
|
-
"line-height":
|
|
61
|
+
"font-size": variables.$font-size-sm,
|
|
62
|
+
"line-height": variables.$line-height-sm,
|
|
63
63
|
),
|
|
64
64
|
),
|
|
65
65
|
$sizes
|
|
@@ -105,26 +105,26 @@ $background-color-transition-timing: 150ms;
|
|
|
105
105
|
bottom: 0;
|
|
106
106
|
|
|
107
107
|
&:checked + #{$root}__slider {
|
|
108
|
-
background-color:
|
|
108
|
+
background-color: variables.$primary;
|
|
109
109
|
border-color: transparent;
|
|
110
110
|
|
|
111
111
|
&::before {
|
|
112
|
-
background-color:
|
|
112
|
+
background-color: variables.$white;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
&::after {
|
|
116
|
-
border-color:
|
|
116
|
+
border-color: variables.$primary-light;
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
&:hover:not(:checked):not(:disabled) + #{$root}__slider {
|
|
121
121
|
&::before {
|
|
122
|
-
background-color:
|
|
122
|
+
background-color: variables.$gray-dark;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
&:checked:hover + #{$root}__slider {
|
|
127
|
-
background-color:
|
|
127
|
+
background-color: variables.$primary-dark;
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
&:focus:not(:active) + #{$root}__slider {
|
|
@@ -138,7 +138,7 @@ $background-color-transition-timing: 150ms;
|
|
|
138
138
|
}
|
|
139
139
|
|
|
140
140
|
&:disabled ~ #{$root}__label {
|
|
141
|
-
color:
|
|
141
|
+
color: variables.$gray;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
&:disabled + #{$root}__slider {
|
|
@@ -155,7 +155,7 @@ $background-color-transition-timing: 150ms;
|
|
|
155
155
|
height: 100%;
|
|
156
156
|
position: relative;
|
|
157
157
|
display: inline-block;
|
|
158
|
-
border: 1px solid
|
|
158
|
+
border: 1px solid variables.$gray;
|
|
159
159
|
border-radius: 200px;
|
|
160
160
|
transition: background-color $background-color-transition-timing ease-in-out;
|
|
161
161
|
|
|
@@ -170,7 +170,7 @@ $background-color-transition-timing: 150ms;
|
|
|
170
170
|
height: calc(100% + 2px);
|
|
171
171
|
width: calc(100% + 2px);
|
|
172
172
|
border-radius: inherit;
|
|
173
|
-
border: 4px solid
|
|
173
|
+
border: 4px solid variables.$gray;
|
|
174
174
|
transform: translateX(-5px) translateY(-5px);
|
|
175
175
|
opacity: 0;
|
|
176
176
|
pointer-events: none;
|
|
@@ -181,13 +181,13 @@ $background-color-transition-timing: 150ms;
|
|
|
181
181
|
content: "";
|
|
182
182
|
display: inline-block;
|
|
183
183
|
top: 50%;
|
|
184
|
-
border-radius:
|
|
185
|
-
background-color:
|
|
184
|
+
border-radius: variables.$radius-circle;
|
|
185
|
+
background-color: variables.$gray;
|
|
186
186
|
transition: transform 100ms ease-in-out, background-color $background-color-transition-timing ease-in-out;
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
&__label {
|
|
191
|
-
color:
|
|
191
|
+
color: variables.$text-color;
|
|
192
192
|
}
|
|
193
193
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use "../../scss/variables"
|
|
1
|
+
@use "../../scss/variables";
|
|
2
2
|
|
|
3
3
|
:root {
|
|
4
4
|
--text-field-disabled-clear-color: #e5e9eb;
|
|
@@ -22,11 +22,11 @@ $text-field-active-clear-color: var(--text-field-active-clear-color);
|
|
|
22
22
|
$root: &;
|
|
23
23
|
|
|
24
24
|
position: relative;
|
|
25
|
-
font-family:
|
|
25
|
+
font-family: variables.$font-family-nunito;
|
|
26
26
|
|
|
27
27
|
&_hasErrors {
|
|
28
28
|
#{$root}__textarea {
|
|
29
|
-
border-color:
|
|
29
|
+
border-color: variables.$danger;
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
|
|
@@ -44,7 +44,7 @@ $text-field-active-clear-color: var(--text-field-active-clear-color);
|
|
|
44
44
|
|
|
45
45
|
svg {
|
|
46
46
|
path {
|
|
47
|
-
stroke:
|
|
47
|
+
stroke: variables.$element-background-color-disabled;
|
|
48
48
|
stroke-width: 1.5px;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -60,43 +60,43 @@ $text-field-active-clear-color: var(--text-field-active-clear-color);
|
|
|
60
60
|
min-height: 80px;
|
|
61
61
|
height: 80px;
|
|
62
62
|
|
|
63
|
-
border-radius:
|
|
64
|
-
background-color:
|
|
63
|
+
border-radius: variables.$radius-small;
|
|
64
|
+
background-color: variables.$element-field-background-color;
|
|
65
65
|
|
|
66
66
|
padding: 5px 40px 8px 8px;
|
|
67
67
|
|
|
68
|
-
font-size:
|
|
68
|
+
font-size: variables.$font-size-sm;
|
|
69
69
|
font-weight: 400;
|
|
70
70
|
line-height: 24px;
|
|
71
71
|
z-index: 2;
|
|
72
72
|
outline: none;
|
|
73
|
-
color:
|
|
74
|
-
border: 1px solid
|
|
73
|
+
color: variables.$text-color;
|
|
74
|
+
border: 1px solid variables.$element-border-color;
|
|
75
75
|
|
|
76
76
|
&::placeholder {
|
|
77
|
-
color:
|
|
77
|
+
color: variables.$element-placeholder-color;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
&:hover {
|
|
81
|
-
border-color:
|
|
81
|
+
border-color: variables.$element-border-color-hover;
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
&:focus {
|
|
85
|
-
border: 4px solid
|
|
85
|
+
border: 4px solid variables.$primary-light;
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
&:active {
|
|
89
|
-
border: 1px solid
|
|
89
|
+
border: 1px solid variables.$primary;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
&:disabled {
|
|
93
|
-
background-color:
|
|
93
|
+
background-color: variables.$element-background-color-disabled;
|
|
94
94
|
border: none;
|
|
95
95
|
resize: none;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
&:disabled::placeholder {
|
|
99
|
-
color:
|
|
99
|
+
color: variables.$element-placeholder-color-disabled;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
&:disabled + #{$root}__clear {
|
|
@@ -117,8 +117,8 @@ $text-field-active-clear-color: var(--text-field-active-clear-color);
|
|
|
117
117
|
#{$root}__textarea {
|
|
118
118
|
height: 130px;
|
|
119
119
|
min-height: 130px;
|
|
120
|
-
border-radius:
|
|
121
|
-
font-size:
|
|
120
|
+
border-radius: variables.$radius-large;
|
|
121
|
+
font-size: variables.$font-size-lg;
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
124
|
|
|
@@ -126,16 +126,16 @@ $text-field-active-clear-color: var(--text-field-active-clear-color);
|
|
|
126
126
|
#{$root}__textarea {
|
|
127
127
|
height: 100px;
|
|
128
128
|
min-height: 100px;
|
|
129
|
-
border-radius:
|
|
130
|
-
font-size:
|
|
129
|
+
border-radius: variables.$radius-large;
|
|
130
|
+
font-size: variables.$font-size-base;
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
&_sm {
|
|
135
135
|
#{$root}__textarea {
|
|
136
136
|
height: 80px;
|
|
137
|
-
border-radius:
|
|
138
|
-
font-size:
|
|
137
|
+
border-radius: variables.$radius-small;
|
|
138
|
+
font-size: variables.$font-size-sm;
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use "../../scss/variables"
|
|
1
|
+
@use "../../scss/variables";
|
|
2
2
|
@use '../../scss/mixins';
|
|
3
3
|
|
|
4
4
|
.TimeFieldView {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
@include mixins.date-default-effects($root);
|
|
17
17
|
|
|
18
18
|
&__dropdown {
|
|
19
|
-
background:
|
|
19
|
+
background: variables.$element-background-color;
|
|
20
20
|
|
|
21
21
|
@include mixins.calendar-border();
|
|
22
22
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use "../../scss/variables"
|
|
1
|
+
@use "../../scss/variables";
|
|
2
2
|
@use '../../scss/mixins';
|
|
3
3
|
|
|
4
4
|
.TimePanelView {
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
align-items: center;
|
|
12
12
|
justify-content: center;
|
|
13
13
|
|
|
14
|
-
border-left: 1px solid
|
|
15
|
-
border-bottom: 1px solid
|
|
14
|
+
border-left: 1px solid variables.$border-default;
|
|
15
|
+
border-bottom: 1px solid variables.$border-default;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
&__body {
|
|
19
19
|
display: flex;
|
|
20
20
|
flex-flow: row nowrap;
|
|
21
|
-
border-radius:
|
|
21
|
+
border-radius: variables.$input-border-radius;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
&__column {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
list-style: none;
|
|
28
28
|
padding: 0;
|
|
29
29
|
margin: 0;
|
|
30
|
-
@include mixins.scrollWrapper(298px, 0,
|
|
30
|
+
@include mixins.scrollWrapper(298px, 0, variables.$scroll-thumb-color, variables.$scroll-track-color);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
&__cell {
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
cursor: pointer;
|
|
36
36
|
|
|
37
37
|
&_selected {
|
|
38
|
-
background-color:
|
|
38
|
+
background-color: variables.$primary-light;
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
transition: background-color 0.1s ease-in;
|
|
42
42
|
&:hover {
|
|
43
|
-
background-color:
|
|
43
|
+
background-color: variables.$back-disabled;
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
|
|
@@ -59,23 +59,23 @@
|
|
|
59
59
|
border: none;
|
|
60
60
|
|
|
61
61
|
&_now {
|
|
62
|
-
color:
|
|
62
|
+
color: variables.$primary;
|
|
63
63
|
background-color: unset;
|
|
64
64
|
|
|
65
65
|
transition: color 0.1s ease-in;
|
|
66
66
|
&:hover {
|
|
67
|
-
color:
|
|
67
|
+
color: variables.$primary-dark;
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
&_ok {
|
|
72
72
|
color: #fff;
|
|
73
73
|
border-radius: 4px;
|
|
74
|
-
background-color:
|
|
74
|
+
background-color: variables.$primary;
|
|
75
75
|
|
|
76
76
|
transition: background-color 0.1s ease-in;
|
|
77
77
|
&:hover {
|
|
78
|
-
background-color:
|
|
78
|
+
background-color: variables.$primary-dark;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@use "sass:map";
|
|
2
|
-
@use "../../scss/variables"
|
|
2
|
+
@use "../../scss/variables";
|
|
3
3
|
@use '../../scss/mixins';
|
|
4
4
|
|
|
5
5
|
.TimeRangeFieldView {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
@include mixins.date-time-panel($root);
|
|
41
41
|
|
|
42
42
|
&__dropdown {
|
|
43
|
-
background-color:
|
|
43
|
+
background-color: variables.$element-background-color;
|
|
44
44
|
|
|
45
45
|
display: flex;
|
|
46
46
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
@use "../../scss/variables"
|
|
1
|
+
@use "../../scss/variables";
|
|
2
2
|
|
|
3
3
|
.HeaderView {
|
|
4
4
|
width: 1000px;
|
|
5
5
|
display: flex;
|
|
6
6
|
align-items: center;
|
|
7
|
-
background-color:
|
|
8
|
-
border-bottom: 1px solid
|
|
7
|
+
background-color: variables.$element-background-color;
|
|
8
|
+
border-bottom: 1px solid variables.$element-placeholder-color-disabled;
|
|
9
9
|
position: relative;
|
|
10
10
|
|
|
11
11
|
&_size {
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
&-title {
|
|
39
|
-
color:
|
|
40
|
-
font-weight:
|
|
41
|
-
font-size:
|
|
42
|
-
line-height:
|
|
39
|
+
color: variables.$text-color;
|
|
40
|
+
font-weight: variables.$font-weight-lg;
|
|
41
|
+
font-size: variables.$font-size-base;
|
|
42
|
+
line-height: variables.$line-height-base;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
|
|
67
67
|
&-name.TextView_type_body {
|
|
68
68
|
margin: 0;
|
|
69
|
-
font-weight:
|
|
70
|
-
font-size:
|
|
71
|
-
line-height:
|
|
69
|
+
font-weight: variables.$font-weight-lg;
|
|
70
|
+
font-size: variables.$font-size-base;
|
|
71
|
+
line-height: variables.$line-height-base;
|
|
72
72
|
|
|
73
73
|
@media (max-width: 360px) {
|
|
74
74
|
display: none;
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
position: absolute;
|
|
99
99
|
top: 100%;
|
|
100
100
|
left: 0;
|
|
101
|
-
background-color:
|
|
101
|
+
background-color: variables.$white;
|
|
102
102
|
opacity: 0;
|
|
103
103
|
pointer-events: none;
|
|
104
104
|
transition: opacity 150ms ease-in-out;
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
pointer-events: all;
|
|
109
109
|
}
|
|
110
110
|
.ButtonView__text {
|
|
111
|
-
color:
|
|
111
|
+
color: variables.$element-placeholder-color;
|
|
112
112
|
}
|
|
113
113
|
}
|
|
114
114
|
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
width: 24px;
|
|
117
117
|
height: 24px;
|
|
118
118
|
svg path {
|
|
119
|
-
stroke:
|
|
119
|
+
stroke: variables.$icon-color;
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
display: flex;
|
|
127
127
|
row-gap: 16px;
|
|
128
128
|
align-items: flex-start;
|
|
129
|
-
background-color:
|
|
129
|
+
background-color: variables.$element-background-color;
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use "../../scss/variables"
|
|
1
|
+
@use "../../scss/variables";
|
|
2
2
|
@use '../../scss/mixins';
|
|
3
3
|
|
|
4
4
|
:root {
|
|
@@ -67,7 +67,7 @@ $gradient-color-primary-second: var(--gradient-color-primary-second);
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
@each $colorName, $colorMap in
|
|
70
|
+
@each $colorName, $colorMap in variables.$color-themes {
|
|
71
71
|
&_color_#{$colorName} {
|
|
72
72
|
@include mixins.loader-color($colorMap, $colorName, $root);
|
|
73
73
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use "../../scss/variables"
|
|
1
|
+
@use "../../scss/variables";
|
|
2
2
|
|
|
3
3
|
.CircleProgressBarView{
|
|
4
4
|
$root: &;
|
|
@@ -86,31 +86,31 @@
|
|
|
86
86
|
&_status{
|
|
87
87
|
&_success{
|
|
88
88
|
#{$root}__progressCircle{
|
|
89
|
-
stroke:
|
|
89
|
+
stroke: variables.$success;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
92
|
#{$root}__content{
|
|
93
93
|
svg{
|
|
94
|
-
fill:
|
|
94
|
+
fill: variables.$success;
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
|
|
99
99
|
&_exception{
|
|
100
100
|
#{$root}__progressCircle{
|
|
101
|
-
stroke:
|
|
101
|
+
stroke: variables.$danger;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
#{$root}__content{
|
|
105
105
|
svg{
|
|
106
|
-
fill:
|
|
106
|
+
fill: variables.$danger;
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
&_normal{
|
|
112
112
|
#{$root}__progressCircle{
|
|
113
|
-
stroke:
|
|
113
|
+
stroke: variables.$primary;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
}
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
#{$root}__emptyCircle{
|
|
128
|
-
stroke:
|
|
128
|
+
stroke: variables.$back-disabled;
|
|
129
129
|
stroke-dashoffset: 0;
|
|
130
130
|
}
|
|
131
131
|
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
display: flex;
|
|
145
145
|
align-items: center;
|
|
146
146
|
justify-content: center;
|
|
147
|
-
color:
|
|
147
|
+
color: variables.$secondary-dark;
|
|
148
148
|
font-weight: bold;
|
|
149
149
|
transform: rotate(90deg);
|
|
150
150
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@use "../../scss/variables"
|
|
1
|
+
@use "../../scss/variables";
|
|
2
2
|
|
|
3
3
|
.LineProgressBarView{
|
|
4
4
|
$root: &;
|
|
@@ -37,27 +37,27 @@
|
|
|
37
37
|
&_status{
|
|
38
38
|
&_success{
|
|
39
39
|
#{$root}__progressLine{
|
|
40
|
-
background-color:
|
|
40
|
+
background-color: variables.$success;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
svg{
|
|
44
|
-
fill:
|
|
44
|
+
fill: variables.$success;
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
&_exception{
|
|
49
49
|
#{$root}__progressLine{
|
|
50
|
-
background-color:
|
|
50
|
+
background-color: variables.$danger;
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
svg{
|
|
54
|
-
fill:
|
|
54
|
+
fill: variables.$danger;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
&_normal{
|
|
59
59
|
#{$root}__progressLine{
|
|
60
|
-
background-color:
|
|
60
|
+
background-color: variables.$primary;
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
&__emptyLine{
|
|
67
67
|
position: relative;
|
|
68
|
-
background-color:
|
|
68
|
+
background-color: variables.$back-disabled;
|
|
69
69
|
border-radius: 20px;
|
|
70
70
|
}
|
|
71
71
|
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
content: "";
|
|
88
88
|
position: absolute;
|
|
89
89
|
transform: translateX(-100%);
|
|
90
|
-
background: linear-gradient(90deg, transparent, rgba(
|
|
90
|
+
background: linear-gradient(90deg, transparent, rgba(variables.$white, 0.5), transparent);
|
|
91
91
|
animation: wave-animation 1.6s linear 0.5s infinite;
|
|
92
92
|
}
|
|
93
93
|
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
&__text{
|
|
114
|
-
color:
|
|
114
|
+
color: variables.$graphite;
|
|
115
115
|
margin-left: 8px;
|
|
116
116
|
}
|
|
117
117
|
}
|