@steroidsjs/bootstrap 3.0.0-beta.85 → 3.0.0-beta.87
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 +24 -14
- package/content/Alert/AlertView.scss +20 -17
- package/content/Avatar/AvatarView.scss +12 -10
- package/content/Badge/BadgeView.scss +21 -19
- package/content/Calendar/CalendarView.scss +27 -37
- package/content/Calendar/CaptionElement.scss +14 -11
- package/content/Card/CardView.scss +11 -9
- package/content/Detail/DetailView.scss +13 -11
- package/content/DropDown/DropDownView.scss +4 -2
- package/content/Menu/MenuItemView.scss +7 -3
- package/content/Menu/MenuView.scss +16 -13
- package/form/AutoCompleteField/AutoCompleteFieldView.scss +36 -33
- package/form/Button/ButtonView.scss +28 -26
- package/form/CheckboxField/CheckboxFieldView.scss +29 -27
- package/form/DateField/DateFieldView.scss +11 -7
- package/form/DateRangeField/DateRangeFieldView.scss +21 -7
- package/form/DateTimeField/DateTimeFieldView.scss +11 -8
- package/form/DateTimeRangeField/DateTimeRangeFieldView.scss +15 -10
- package/form/DropDownField/DropDownFieldView.scss +75 -73
- package/form/DropDownFieldItem/DropDownFieldItemView.scss +13 -11
- package/form/FieldLayout/FieldLayoutView.scss +27 -25
- package/form/FieldList/FieldListItemView.scss +3 -1
- package/form/FieldList/FieldListView.scss +11 -8
- package/form/FieldSet/FieldSetView.scss +4 -1
- package/form/FileField/FileFieldItemView.scss +21 -17
- package/form/FileField/FileFieldView.scss +3 -1
- package/form/ImageField/ImageFieldView.scss +2 -2
- package/form/InputField/InputFieldView.scss +33 -31
- package/form/NumberField/NumberFieldView.scss +23 -21
- package/form/PasswordField/PasswordFieldView.scss +22 -20
- package/form/RadioField/RadioFieldView.scss +26 -24
- package/form/RateField/RateFieldView.scss +19 -16
- package/form/SliderField/SliderFieldView.scss +17 -15
- package/form/SwitcherField/SwitcherFieldView.scss +30 -26
- package/form/TextField/TextFieldView.scss +24 -21
- package/form/TimeField/TimeFieldView.scss +11 -8
- package/form/TimeField/TimePanelView.scss +13 -10
- package/form/TimeRangeField/TimeRangeFieldView.scss +14 -10
- package/index.scss +90 -89
- package/layout/Header/HeaderView.scss +15 -13
- package/layout/Loader/LoaderView.scss +5 -2
- package/layout/ProgressBar/CircleProgressBarView.scss +9 -7
- package/layout/ProgressBar/LineProgressBarView.scss +10 -8
- 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 +9 -7
- package/layout/Skeleton/SkeletonView.scss +7 -5
- package/layout/Tooltip/TooltipView.scss +2 -1
- package/list/Empty/EmptyView.scss +2 -1
- package/list/FlexGrid/FlexGridView.scss +6 -3
- package/list/Grid/GridView.scss +15 -13
- package/list/Grid/views/ContentColumnView/ContentColumnView.scss +9 -7
- package/list/Grid/views/DiagramColumnView/DiagramColumnView.scss +12 -12
- package/list/List/ListView.scss +3 -1
- package/list/Pagination/PaginationButtonView.scss +15 -13
- package/list/Steps/StepItemView.scss +13 -12
- package/list/Steps/StepsView.scss +3 -1
- package/modal/Modal/ModalView.scss +19 -17
- package/nav/Breadcrubms/BreadcrumbsView.scss +5 -5
- package/nav/ButtonGroup/ButtonGroupView.scss +8 -5
- package/nav/Nav/NavBarView.scss +7 -4
- package/nav/Nav/NavIconView.scss +6 -4
- package/nav/Nav/NavTabsView.scss +11 -8
- package/nav/Tree/TreeView.scss +7 -5
- package/package.json +1 -1
- package/scss/animations/index.scss +1 -1
- package/scss/mixins/button.scss +31 -28
- package/scss/mixins/customMixins.scss +2 -1
- package/scss/mixins/date.scss +55 -41
- package/scss/mixins/index.scss +6 -6
- package/scss/mixins/typography.scss +23 -20
- package/scss/variables/common/colors.scss +4 -2
- package/scss/variables/common/typography.scss +22 -19
- package/scss/variables/components/calendar.scss +8 -5
- package/scss/variables/components/input.scss +3 -1
- package/scss/variables/components/ratefield.scss +3 -1
- package/scss/variables/index.scss +10 -11
- package/typography/Text/TextView.scss +7 -4
- package/typography/Title/TitleView.scss +7 -4
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "../../scss/variables";
|
|
2
|
+
@use '../../scss/mixins';
|
|
3
|
+
|
|
1
4
|
.TimePanelView {
|
|
2
5
|
font-weight: 500;
|
|
3
6
|
user-select: none;
|
|
@@ -8,14 +11,14 @@
|
|
|
8
11
|
align-items: center;
|
|
9
12
|
justify-content: center;
|
|
10
13
|
|
|
11
|
-
border-left: 1px solid
|
|
12
|
-
border-bottom: 1px solid
|
|
14
|
+
border-left: 1px solid variables.$border-default;
|
|
15
|
+
border-bottom: 1px solid variables.$border-default;
|
|
13
16
|
}
|
|
14
17
|
|
|
15
18
|
&__body {
|
|
16
19
|
display: flex;
|
|
17
20
|
flex-flow: row nowrap;
|
|
18
|
-
border-radius:
|
|
21
|
+
border-radius: variables.$input-border-radius;
|
|
19
22
|
}
|
|
20
23
|
|
|
21
24
|
&__column {
|
|
@@ -24,7 +27,7 @@
|
|
|
24
27
|
list-style: none;
|
|
25
28
|
padding: 0;
|
|
26
29
|
margin: 0;
|
|
27
|
-
@include scrollWrapper(298px, 0,
|
|
30
|
+
@include mixins.scrollWrapper(298px, 0, variables.$scroll-thumb-color, variables.$scroll-track-color);
|
|
28
31
|
}
|
|
29
32
|
|
|
30
33
|
&__cell {
|
|
@@ -32,12 +35,12 @@
|
|
|
32
35
|
cursor: pointer;
|
|
33
36
|
|
|
34
37
|
&_selected {
|
|
35
|
-
background-color:
|
|
38
|
+
background-color: variables.$primary-light;
|
|
36
39
|
}
|
|
37
40
|
|
|
38
41
|
transition: background-color 0.1s ease-in;
|
|
39
42
|
&:hover {
|
|
40
|
-
background-color:
|
|
43
|
+
background-color: variables.$back-disabled;
|
|
41
44
|
}
|
|
42
45
|
}
|
|
43
46
|
|
|
@@ -56,23 +59,23 @@
|
|
|
56
59
|
border: none;
|
|
57
60
|
|
|
58
61
|
&_now {
|
|
59
|
-
color:
|
|
62
|
+
color: variables.$primary;
|
|
60
63
|
background-color: unset;
|
|
61
64
|
|
|
62
65
|
transition: color 0.1s ease-in;
|
|
63
66
|
&:hover {
|
|
64
|
-
color:
|
|
67
|
+
color: variables.$primary-dark;
|
|
65
68
|
}
|
|
66
69
|
}
|
|
67
70
|
|
|
68
71
|
&_ok {
|
|
69
72
|
color: #fff;
|
|
70
73
|
border-radius: 4px;
|
|
71
|
-
background-color:
|
|
74
|
+
background-color: variables.$primary;
|
|
72
75
|
|
|
73
76
|
transition: background-color 0.1s ease-in;
|
|
74
77
|
&:hover {
|
|
75
|
-
background-color:
|
|
78
|
+
background-color: variables.$primary-dark;
|
|
76
79
|
}
|
|
77
80
|
}
|
|
78
81
|
}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
|
+
@use "sass:map";
|
|
2
|
+
@use "../../scss/variables";
|
|
3
|
+
@use '../../scss/mixins';
|
|
4
|
+
|
|
1
5
|
.TimeRangeFieldView {
|
|
2
6
|
$root: &;
|
|
3
7
|
|
|
4
|
-
@include icon-container($root);
|
|
8
|
+
@include mixins.icon-container($root);
|
|
5
9
|
|
|
6
|
-
@include date-range-body($root);
|
|
10
|
+
@include mixins.date-range-body($root);
|
|
7
11
|
|
|
8
12
|
&__body {
|
|
9
13
|
> * {
|
|
@@ -14,12 +18,12 @@
|
|
|
14
18
|
}
|
|
15
19
|
|
|
16
20
|
&_size {
|
|
17
|
-
@each $size, $size-map in
|
|
21
|
+
@each $size, $size-map in mixins.$date-sizes {
|
|
18
22
|
&_#{$size} {
|
|
19
23
|
#{$root}__body {
|
|
20
24
|
#{$root}__input {
|
|
21
25
|
&:nth-child(1) {
|
|
22
|
-
width: calc(map
|
|
26
|
+
width: calc(map.get($size-map, first-input-width) + 60px);
|
|
23
27
|
}
|
|
24
28
|
}
|
|
25
29
|
}
|
|
@@ -27,16 +31,16 @@
|
|
|
27
31
|
}
|
|
28
32
|
}
|
|
29
33
|
|
|
30
|
-
@include date-range-input();
|
|
34
|
+
@include mixins.date-range-input();
|
|
31
35
|
|
|
32
|
-
@include date-range-sizes($root);
|
|
36
|
+
@include mixins.date-range-sizes($root);
|
|
33
37
|
|
|
34
|
-
@include date-range-effects($root);
|
|
38
|
+
@include mixins.date-range-effects($root);
|
|
35
39
|
|
|
36
|
-
@include date-time-panel($root);
|
|
40
|
+
@include mixins.date-time-panel($root);
|
|
37
41
|
|
|
38
42
|
&__dropdown {
|
|
39
|
-
background-color:
|
|
43
|
+
background-color: variables.$element-background-color;
|
|
40
44
|
|
|
41
45
|
display: flex;
|
|
42
46
|
}
|
|
@@ -66,7 +70,7 @@
|
|
|
66
70
|
transform: translateX(-50%);
|
|
67
71
|
height: 100%;
|
|
68
72
|
width: 1px;
|
|
69
|
-
background-color:
|
|
73
|
+
background-color: mixins.$date-range-separator-color;
|
|
70
74
|
}
|
|
71
75
|
}
|
|
72
76
|
|
package/index.scss
CHANGED
|
@@ -1,91 +1,92 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
@use '~@splidejs/splide/dist/css/splide.min.css';
|
|
2
3
|
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
4
|
+
@include meta.load-css('scss/normalize');
|
|
5
|
+
@include meta.load-css('scss/animations');
|
|
6
|
+
@include meta.load-css('scss/variables');
|
|
7
|
+
@include meta.load-css('scss/mixins');
|
|
8
|
+
@include meta.load-css('scss/fonts');
|
|
8
9
|
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@
|
|
15
|
-
@
|
|
16
|
-
@
|
|
17
|
-
@
|
|
18
|
-
@
|
|
19
|
-
@
|
|
20
|
-
@
|
|
21
|
-
@
|
|
22
|
-
@
|
|
23
|
-
@
|
|
24
|
-
@
|
|
25
|
-
@
|
|
26
|
-
@
|
|
27
|
-
@
|
|
28
|
-
@
|
|
29
|
-
@
|
|
30
|
-
@
|
|
31
|
-
@
|
|
32
|
-
@
|
|
33
|
-
@
|
|
34
|
-
@
|
|
35
|
-
@
|
|
36
|
-
@
|
|
37
|
-
@
|
|
38
|
-
@
|
|
39
|
-
@
|
|
40
|
-
@
|
|
41
|
-
@
|
|
42
|
-
@
|
|
43
|
-
@
|
|
44
|
-
@
|
|
45
|
-
@
|
|
46
|
-
@
|
|
47
|
-
@
|
|
48
|
-
@
|
|
49
|
-
@
|
|
50
|
-
@
|
|
51
|
-
@
|
|
52
|
-
@
|
|
53
|
-
@
|
|
54
|
-
@
|
|
55
|
-
@
|
|
56
|
-
@
|
|
57
|
-
@
|
|
58
|
-
@
|
|
59
|
-
@
|
|
60
|
-
@
|
|
61
|
-
@
|
|
62
|
-
@
|
|
63
|
-
@
|
|
64
|
-
@
|
|
65
|
-
@
|
|
66
|
-
@
|
|
67
|
-
@
|
|
68
|
-
@
|
|
69
|
-
@
|
|
70
|
-
@
|
|
71
|
-
@
|
|
72
|
-
@
|
|
73
|
-
@
|
|
74
|
-
@
|
|
75
|
-
@
|
|
76
|
-
@
|
|
77
|
-
@
|
|
78
|
-
@
|
|
79
|
-
@
|
|
80
|
-
@
|
|
81
|
-
@
|
|
82
|
-
@
|
|
83
|
-
@
|
|
84
|
-
@
|
|
85
|
-
@
|
|
86
|
-
@
|
|
87
|
-
@
|
|
88
|
-
@
|
|
89
|
-
@
|
|
90
|
-
@
|
|
91
|
-
@
|
|
10
|
+
@include meta.load-css('content/Accordion/AccordionView');
|
|
11
|
+
@include meta.load-css('content/Accordion/AccordionItemView');
|
|
12
|
+
@include meta.load-css('content/Alert/AlertView');
|
|
13
|
+
@include meta.load-css('content/Avatar/AvatarView');
|
|
14
|
+
@include meta.load-css('content/Avatar/AvatarGroupView');
|
|
15
|
+
@include meta.load-css('content/Badge/BadgeView');
|
|
16
|
+
@include meta.load-css('content/Calendar/CalendarView');
|
|
17
|
+
@include meta.load-css('content/Calendar/CaptionElement');
|
|
18
|
+
@include meta.load-css('content/Card/CardView');
|
|
19
|
+
@include meta.load-css('content/Detail/DetailView');
|
|
20
|
+
@include meta.load-css('content/DropDown/DropDownView');
|
|
21
|
+
@include meta.load-css('content/Menu/MenuItemView');
|
|
22
|
+
@include meta.load-css('content/Menu/MenuView');
|
|
23
|
+
@include meta.load-css('content/Icon/IconView');
|
|
24
|
+
@include meta.load-css('content/Slider/SliderView');
|
|
25
|
+
@include meta.load-css('content/CopyToClipboard/CopyToClipboardView');
|
|
26
|
+
@include meta.load-css('crud/Crud/CrudView');
|
|
27
|
+
@include meta.load-css('form/AutoCompleteField/AutoCompleteFieldView');
|
|
28
|
+
@include meta.load-css('form/Button/ButtonView');
|
|
29
|
+
@include meta.load-css('form/CheckboxField/CheckboxFieldView');
|
|
30
|
+
@include meta.load-css('form/CheckboxListField/CheckboxListFieldView');
|
|
31
|
+
@include meta.load-css('form/DateField/DateFieldView');
|
|
32
|
+
@include meta.load-css('form/DateRangeField/DateRangeFieldView');
|
|
33
|
+
@include meta.load-css('form/DateTimeField/DateTimeFieldView');
|
|
34
|
+
@include meta.load-css('form/DateTimeRangeField/DateTimeRangeFieldView');
|
|
35
|
+
@include meta.load-css('form/TimeRangeField/TimeRangeFieldView');
|
|
36
|
+
@include meta.load-css('form/DropDownFieldItem/DropDownFieldItemView');
|
|
37
|
+
@include meta.load-css('form/DropDownField/DropDownFieldView');
|
|
38
|
+
@include meta.load-css('form/FieldLayout/FieldLayoutView');
|
|
39
|
+
@include meta.load-css('form/FieldList/FieldListView');
|
|
40
|
+
@include meta.load-css('form/FieldList/FieldListItemView');
|
|
41
|
+
@include meta.load-css('form/FileField/FileFieldView');
|
|
42
|
+
@include meta.load-css('form/ImageField/ImageFieldView');
|
|
43
|
+
@include meta.load-css('form/FileField/FileFieldItemView');
|
|
44
|
+
@include meta.load-css('form/FieldSet/FieldSetView');
|
|
45
|
+
@include meta.load-css('form/Form/FormView');
|
|
46
|
+
@include meta.load-css('form/HtmlField/HtmlFieldView');
|
|
47
|
+
@include meta.load-css('form/InputField/InputFieldView');
|
|
48
|
+
@include meta.load-css('form/NumberField/NumberFieldView');
|
|
49
|
+
@include meta.load-css('form/PasswordField/PasswordFieldView');
|
|
50
|
+
@include meta.load-css('form/RateField/RateFieldView');
|
|
51
|
+
@include meta.load-css('form/RadioField/RadioFieldView');
|
|
52
|
+
@include meta.load-css('form/RadioListField/RadioListFieldView');
|
|
53
|
+
@include meta.load-css('form/ReCaptchaField/ReCaptchaFieldView');
|
|
54
|
+
@include meta.load-css('form/SliderField/SliderFieldView');
|
|
55
|
+
@include meta.load-css('form/SwitcherField/SwitcherFieldView');
|
|
56
|
+
@include meta.load-css('form/TextField/TextFieldView');
|
|
57
|
+
@include meta.load-css('form/TimeField/TimeFieldView');
|
|
58
|
+
@include meta.load-css('form/TimeField/TimePanelView');
|
|
59
|
+
@include meta.load-css('layout/Header/HeaderView');
|
|
60
|
+
@include meta.load-css('layout/Tooltip/TooltipView');
|
|
61
|
+
@include meta.load-css('layout/Notifications/NotificationsView');
|
|
62
|
+
@include meta.load-css('layout/Notifications/NotificationsItemView');
|
|
63
|
+
@include meta.load-css('layout/Loader/LoaderView');
|
|
64
|
+
@include meta.load-css('layout/ProgressBar/LineProgressBarView');
|
|
65
|
+
@include meta.load-css('layout/ProgressBar/CircleProgressBarView');
|
|
66
|
+
@include meta.load-css('layout/Skeleton/SkeletonView');
|
|
67
|
+
@include meta.load-css('layout/Sidebar/SidebarView');
|
|
68
|
+
@include meta.load-css('list/ControlsColumnView/ControlsColumnView');
|
|
69
|
+
@include meta.load-css('list/CheckboxColumn/CheckboxColumnView');
|
|
70
|
+
@include meta.load-css('list/Empty/EmptyView');
|
|
71
|
+
@include meta.load-css('list/Grid/GridView');
|
|
72
|
+
@include meta.load-css('list/FlexGrid/FlexGridView');
|
|
73
|
+
@include meta.load-css('list/List/ListView');
|
|
74
|
+
@include meta.load-css('list/Grid/views/ContentColumnView/ContentColumnView');
|
|
75
|
+
@include meta.load-css('list/Pagination/PaginationButtonView');
|
|
76
|
+
@include meta.load-css('list/Pagination/PaginationMoreView');
|
|
77
|
+
@include meta.load-css('list/PaginationSize/PaginationSizeView');
|
|
78
|
+
@include meta.load-css('list/Steps/StepsView');
|
|
79
|
+
@include meta.load-css('list/Steps/StepItemView');
|
|
80
|
+
@include meta.load-css('modal/Modal/ModalView');
|
|
81
|
+
@include meta.load-css('nav/Breadcrubms/BreadcrumbsView');
|
|
82
|
+
@include meta.load-css('nav/Controls/ControlsView');
|
|
83
|
+
@include meta.load-css('nav/Nav/NavBarView');
|
|
84
|
+
@include meta.load-css('nav/Nav/NavButtonView');
|
|
85
|
+
@include meta.load-css('nav/Nav/NavIconView');
|
|
86
|
+
@include meta.load-css('nav/Nav/NavLinkView');
|
|
87
|
+
@include meta.load-css('nav/Nav/NavListView');
|
|
88
|
+
@include meta.load-css('nav/Nav/NavTabsView');
|
|
89
|
+
@include meta.load-css('nav/Tree/TreeView');
|
|
90
|
+
@include meta.load-css('nav/ButtonGroup/ButtonGroupView');
|
|
91
|
+
@include meta.load-css('typography/Text/TextView');
|
|
92
|
+
@include meta.load-css('typography/Title/TitleView');
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
@use "../../scss/variables";
|
|
2
|
+
|
|
1
3
|
.HeaderView {
|
|
2
4
|
width: 1000px;
|
|
3
5
|
display: flex;
|
|
4
6
|
align-items: center;
|
|
5
|
-
background-color:
|
|
6
|
-
border-bottom: 1px solid
|
|
7
|
+
background-color: variables.$element-background-color;
|
|
8
|
+
border-bottom: 1px solid variables.$element-placeholder-color-disabled;
|
|
7
9
|
position: relative;
|
|
8
10
|
|
|
9
11
|
&_size {
|
|
@@ -34,10 +36,10 @@
|
|
|
34
36
|
}
|
|
35
37
|
|
|
36
38
|
&-title {
|
|
37
|
-
color:
|
|
38
|
-
font-weight:
|
|
39
|
-
font-size:
|
|
40
|
-
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;
|
|
41
43
|
}
|
|
42
44
|
}
|
|
43
45
|
|
|
@@ -64,9 +66,9 @@
|
|
|
64
66
|
|
|
65
67
|
&-name.TextView_type_body {
|
|
66
68
|
margin: 0;
|
|
67
|
-
font-weight:
|
|
68
|
-
font-size:
|
|
69
|
-
line-height:
|
|
69
|
+
font-weight: variables.$font-weight-lg;
|
|
70
|
+
font-size: variables.$font-size-base;
|
|
71
|
+
line-height: variables.$line-height-base;
|
|
70
72
|
|
|
71
73
|
@media (max-width: 360px) {
|
|
72
74
|
display: none;
|
|
@@ -96,7 +98,7 @@
|
|
|
96
98
|
position: absolute;
|
|
97
99
|
top: 100%;
|
|
98
100
|
left: 0;
|
|
99
|
-
background-color:
|
|
101
|
+
background-color: variables.$white;
|
|
100
102
|
opacity: 0;
|
|
101
103
|
pointer-events: none;
|
|
102
104
|
transition: opacity 150ms ease-in-out;
|
|
@@ -106,7 +108,7 @@
|
|
|
106
108
|
pointer-events: all;
|
|
107
109
|
}
|
|
108
110
|
.ButtonView__text {
|
|
109
|
-
color:
|
|
111
|
+
color: variables.$element-placeholder-color;
|
|
110
112
|
}
|
|
111
113
|
}
|
|
112
114
|
|
|
@@ -114,7 +116,7 @@
|
|
|
114
116
|
width: 24px;
|
|
115
117
|
height: 24px;
|
|
116
118
|
svg path {
|
|
117
|
-
stroke:
|
|
119
|
+
stroke: variables.$icon-color;
|
|
118
120
|
}
|
|
119
121
|
}
|
|
120
122
|
|
|
@@ -124,7 +126,7 @@
|
|
|
124
126
|
display: flex;
|
|
125
127
|
row-gap: 16px;
|
|
126
128
|
align-items: flex-start;
|
|
127
|
-
background-color:
|
|
129
|
+
background-color: variables.$element-background-color;
|
|
128
130
|
}
|
|
129
131
|
}
|
|
130
132
|
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "../../scss/variables";
|
|
2
|
+
@use '../../scss/mixins';
|
|
3
|
+
|
|
1
4
|
:root {
|
|
2
5
|
--gradient-color-primary-first: #651FFF;
|
|
3
6
|
--gradient-color-primary-second: #BA9BFF;
|
|
@@ -64,9 +67,9 @@ $gradient-color-primary-second: var(--gradient-color-primary-second);
|
|
|
64
67
|
}
|
|
65
68
|
}
|
|
66
69
|
|
|
67
|
-
@each $colorName, $colorMap in
|
|
70
|
+
@each $colorName, $colorMap in variables.$color-themes {
|
|
68
71
|
&_color_#{$colorName} {
|
|
69
|
-
@include loader-color($colorMap, $colorName, $root);
|
|
72
|
+
@include mixins.loader-color($colorMap, $colorName, $root);
|
|
70
73
|
}
|
|
71
74
|
}
|
|
72
75
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "../../scss/variables";
|
|
2
|
+
|
|
1
3
|
.CircleProgressBarView{
|
|
2
4
|
$root: &;
|
|
3
5
|
|
|
@@ -84,31 +86,31 @@
|
|
|
84
86
|
&_status{
|
|
85
87
|
&_success{
|
|
86
88
|
#{$root}__progressCircle{
|
|
87
|
-
stroke:
|
|
89
|
+
stroke: variables.$success;
|
|
88
90
|
}
|
|
89
91
|
|
|
90
92
|
#{$root}__content{
|
|
91
93
|
svg{
|
|
92
|
-
fill:
|
|
94
|
+
fill: variables.$success;
|
|
93
95
|
}
|
|
94
96
|
}
|
|
95
97
|
}
|
|
96
98
|
|
|
97
99
|
&_exception{
|
|
98
100
|
#{$root}__progressCircle{
|
|
99
|
-
stroke:
|
|
101
|
+
stroke: variables.$danger;
|
|
100
102
|
}
|
|
101
103
|
|
|
102
104
|
#{$root}__content{
|
|
103
105
|
svg{
|
|
104
|
-
fill:
|
|
106
|
+
fill: variables.$danger;
|
|
105
107
|
}
|
|
106
108
|
}
|
|
107
109
|
}
|
|
108
110
|
|
|
109
111
|
&_normal{
|
|
110
112
|
#{$root}__progressCircle{
|
|
111
|
-
stroke:
|
|
113
|
+
stroke: variables.$primary;
|
|
112
114
|
}
|
|
113
115
|
}
|
|
114
116
|
}
|
|
@@ -123,7 +125,7 @@
|
|
|
123
125
|
|
|
124
126
|
|
|
125
127
|
#{$root}__emptyCircle{
|
|
126
|
-
stroke:
|
|
128
|
+
stroke: variables.$back-disabled;
|
|
127
129
|
stroke-dashoffset: 0;
|
|
128
130
|
}
|
|
129
131
|
|
|
@@ -142,7 +144,7 @@
|
|
|
142
144
|
display: flex;
|
|
143
145
|
align-items: center;
|
|
144
146
|
justify-content: center;
|
|
145
|
-
color:
|
|
147
|
+
color: variables.$secondary-dark;
|
|
146
148
|
font-weight: bold;
|
|
147
149
|
transform: rotate(90deg);
|
|
148
150
|
}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "../../scss/variables";
|
|
2
|
+
|
|
1
3
|
.LineProgressBarView{
|
|
2
4
|
$root: &;
|
|
3
5
|
|
|
@@ -35,27 +37,27 @@
|
|
|
35
37
|
&_status{
|
|
36
38
|
&_success{
|
|
37
39
|
#{$root}__progressLine{
|
|
38
|
-
background-color:
|
|
40
|
+
background-color: variables.$success;
|
|
39
41
|
}
|
|
40
42
|
|
|
41
43
|
svg{
|
|
42
|
-
fill:
|
|
44
|
+
fill: variables.$success;
|
|
43
45
|
}
|
|
44
46
|
}
|
|
45
47
|
|
|
46
48
|
&_exception{
|
|
47
49
|
#{$root}__progressLine{
|
|
48
|
-
background-color:
|
|
50
|
+
background-color: variables.$danger;
|
|
49
51
|
}
|
|
50
52
|
|
|
51
53
|
svg{
|
|
52
|
-
fill:
|
|
54
|
+
fill: variables.$danger;
|
|
53
55
|
}
|
|
54
56
|
}
|
|
55
57
|
|
|
56
58
|
&_normal{
|
|
57
59
|
#{$root}__progressLine{
|
|
58
|
-
background-color:
|
|
60
|
+
background-color: variables.$primary;
|
|
59
61
|
}
|
|
60
62
|
}
|
|
61
63
|
|
|
@@ -63,7 +65,7 @@
|
|
|
63
65
|
|
|
64
66
|
&__emptyLine{
|
|
65
67
|
position: relative;
|
|
66
|
-
background-color:
|
|
68
|
+
background-color: variables.$back-disabled;
|
|
67
69
|
border-radius: 20px;
|
|
68
70
|
}
|
|
69
71
|
|
|
@@ -85,7 +87,7 @@
|
|
|
85
87
|
content: "";
|
|
86
88
|
position: absolute;
|
|
87
89
|
transform: translateX(-100%);
|
|
88
|
-
background: linear-gradient(90deg, transparent, rgba(
|
|
90
|
+
background: linear-gradient(90deg, transparent, rgba(variables.$white, 0.5), transparent);
|
|
89
91
|
animation: wave-animation 1.6s linear 0.5s infinite;
|
|
90
92
|
}
|
|
91
93
|
|
|
@@ -109,7 +111,7 @@
|
|
|
109
111
|
}
|
|
110
112
|
|
|
111
113
|
&__text{
|
|
112
|
-
color:
|
|
114
|
+
color: variables.$graphite;
|
|
113
115
|
margin-left: 8px;
|
|
114
116
|
}
|
|
115
117
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "../../../scss/variables";
|
|
2
2
|
|
|
3
3
|
.SidebarLogo {
|
|
4
4
|
padding: 19px 12px 8px 12px;
|
|
5
5
|
display: flex;
|
|
6
6
|
flex-flow: row nowrap;
|
|
7
7
|
justify-content: space-between;
|
|
8
|
-
border-bottom: 1px solid
|
|
8
|
+
border-bottom: 1px solid variables.$element-border-color;
|
|
9
9
|
|
|
10
10
|
&__left {
|
|
11
11
|
display: flex;
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
&__label {
|
|
21
|
-
font-size:
|
|
22
|
-
font-weight:
|
|
23
|
-
line-height:
|
|
24
|
-
color:
|
|
21
|
+
font-size: variables.$font-size-base;
|
|
22
|
+
font-weight: variables.$font-weight-lg;
|
|
23
|
+
line-height: variables.$line-height-base;
|
|
24
|
+
color: variables.$sidebar-label-color;
|
|
25
25
|
opacity: 0;
|
|
26
26
|
transition: opacity 150ms ease-in-out;
|
|
27
27
|
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
transition: opacity 150ms ease-in-out;
|
|
47
47
|
|
|
48
48
|
svg path, rect, circle {
|
|
49
|
-
stroke:
|
|
49
|
+
stroke: variables.$icon-color;
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use "style/variables";
|
|
2
2
|
|
|
3
3
|
.SidebarUser {
|
|
4
4
|
display: flex;
|
|
@@ -23,10 +23,10 @@
|
|
|
23
23
|
&__name {
|
|
24
24
|
width: 128px;
|
|
25
25
|
|
|
26
|
-
font-size:
|
|
27
|
-
font-weight:
|
|
28
|
-
line-height:
|
|
29
|
-
color:
|
|
26
|
+
font-size: variables.$font-size-sm;
|
|
27
|
+
font-weight: variables.$font-weight-sm;
|
|
28
|
+
line-height: variables.$line-height-sm;
|
|
29
|
+
color: variables.$sidebar-label-color;
|
|
30
30
|
opacity: 0;
|
|
31
31
|
transition: opacity 150ms ease-in-out;
|
|
32
32
|
}
|