@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.
Files changed (68) hide show
  1. package/content/Accordion/AccordionItemView.scss +6 -6
  2. package/content/Alert/AlertView.scss +15 -15
  3. package/content/Avatar/AvatarView.scss +11 -11
  4. package/content/Badge/BadgeView.scss +20 -20
  5. package/content/Calendar/CalendarView.scss +24 -24
  6. package/content/Calendar/CaptionElement.scss +12 -12
  7. package/content/Card/CardView.scss +10 -10
  8. package/content/Detail/DetailView.scss +12 -12
  9. package/content/DropDown/DropDownView.scss +3 -3
  10. package/content/Menu/MenuItemView.scss +4 -4
  11. package/content/Menu/MenuView.scss +3 -3
  12. package/form/AutoCompleteField/AutoCompleteFieldView.scss +34 -34
  13. package/form/Button/ButtonView.scss +24 -24
  14. package/form/CheckboxField/CheckboxFieldView.scss +24 -24
  15. package/form/DateField/DateFieldView.scss +2 -2
  16. package/form/DateRangeField/DateRangeFieldView.scss +2 -2
  17. package/form/DateTimeField/DateTimeFieldView.scss +2 -2
  18. package/form/DateTimeRangeField/DateTimeRangeFieldView.scss +2 -2
  19. package/form/DropDownField/DropDownFieldView.scss +44 -44
  20. package/form/DropDownFieldItem/DropDownFieldItemView.scss +12 -12
  21. package/form/FieldLayout/FieldLayoutView.scss +26 -26
  22. package/form/FieldList/FieldListItemView.scss +2 -2
  23. package/form/FieldList/FieldListView.scss +9 -9
  24. package/form/FieldSet/FieldSetView.scss +2 -2
  25. package/form/FileField/FileFieldItemView.scss +17 -17
  26. package/form/FileField/FileFieldView.scss +2 -2
  27. package/form/ImageField/ImageFieldView.scss +2 -2
  28. package/form/InputField/InputFieldView.scss +32 -32
  29. package/form/NumberField/NumberFieldView.scss +22 -22
  30. package/form/PasswordField/PasswordFieldView.js +1 -1
  31. package/form/PasswordField/PasswordFieldView.scss +21 -21
  32. package/form/RadioField/RadioFieldView.scss +25 -25
  33. package/form/RateField/RateFieldView.scss +9 -9
  34. package/form/SliderField/SliderFieldView.scss +16 -16
  35. package/form/SwitcherField/SwitcherFieldView.scss +18 -18
  36. package/form/TextField/TextFieldView.scss +21 -21
  37. package/form/TimeField/TimeFieldView.scss +2 -2
  38. package/form/TimeField/TimePanelView.scss +11 -11
  39. package/form/TimeRangeField/TimeRangeFieldView.scss +2 -2
  40. package/layout/Header/HeaderView.scss +14 -14
  41. package/layout/Loader/LoaderView.scss +2 -2
  42. package/layout/ProgressBar/CircleProgressBarView.scss +8 -8
  43. package/layout/ProgressBar/LineProgressBarView.scss +9 -9
  44. package/layout/Sidebar/FooterIcons/FooterIcons.scss +1 -1
  45. package/layout/Sidebar/SidebarLogo/SidebarLogo.scss +7 -7
  46. package/layout/Sidebar/SidebarUser/SidebarUser.scss +5 -5
  47. package/layout/Sidebar/SidebarView.scss +8 -8
  48. package/layout/Skeleton/SkeletonView.scss +6 -6
  49. package/layout/Tooltip/TooltipView.scss +2 -2
  50. package/list/Empty/EmptyView.scss +2 -2
  51. package/list/FlexGrid/FlexGridView.scss +4 -4
  52. package/list/Grid/GridView.scss +14 -14
  53. package/list/Grid/views/ContentColumnView/ContentColumnView.scss +8 -8
  54. package/list/Grid/views/DiagramColumnView/DiagramColumnView.scss +12 -12
  55. package/list/List/ListView.scss +2 -2
  56. package/list/Pagination/PaginationButtonView.scss +14 -14
  57. package/list/Steps/StepItemView.scss +13 -13
  58. package/list/Steps/StepsView.scss +2 -2
  59. package/modal/Modal/ModalView.scss +12 -12
  60. package/nav/Breadcrubms/BreadcrumbsView.scss +5 -5
  61. package/nav/ButtonGroup/ButtonGroupView.scss +4 -4
  62. package/nav/Nav/NavBarView.scss +4 -4
  63. package/nav/Nav/NavIconView.scss +5 -5
  64. package/nav/Nav/NavTabsView.scss +8 -8
  65. package/nav/Tree/TreeView.scss +6 -6
  66. package/package.json +1 -1
  67. package/typography/Text/TextView.scss +4 -4
  68. package/typography/Title/TitleView.scss +4 -4
@@ -1,4 +1,4 @@
1
- @use "../../scss/variables" as vars;
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: vars.$primary;
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: vars.$primary;
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: vars.$primary;
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 vars.$primary-light;
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: vars.$primary-dark;
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: vars.$font-size-xs;
109
- line-height: vars.$line-height-xs;
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: vars.$element-background-color;
120
- color: vars.$text-color;
121
- border: 1px solid vars.$element-border-color;
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: vars.$font-size-lg;
337
- line-height: vars.$line-height-base;
338
- color: vars.$text-color;
339
- border: 1px solid vars.$gray;
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: vars.$element-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" as vars;
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": vars.$font-size-lg,
44
- "line-height": vars.$line-height-lg,
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": vars.$font-size-base,
53
- "line-height": vars.$line-height-base,
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": vars.$font-size-sm,
62
- "line-height": vars.$line-height-sm,
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: vars.$primary;
108
+ background-color: variables.$primary;
109
109
  border-color: transparent;
110
110
 
111
111
  &::before {
112
- background-color: vars.$white;
112
+ background-color: variables.$white;
113
113
  }
114
114
 
115
115
  &::after {
116
- border-color: vars.$primary-light;
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: vars.$gray-dark;
122
+ background-color: variables.$gray-dark;
123
123
  }
124
124
  }
125
125
 
126
126
  &:checked:hover + #{$root}__slider {
127
- background-color: vars.$primary-dark;
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: vars.$gray;
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 vars.$gray;
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 vars.$gray;
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: vars.$radius-circle;
185
- background-color: vars.$gray;
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: vars.$text-color;
191
+ color: variables.$text-color;
192
192
  }
193
193
  }
@@ -1,4 +1,4 @@
1
- @use "../../scss/variables" as vars;
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: vars.$font-family-nunito;
25
+ font-family: variables.$font-family-nunito;
26
26
 
27
27
  &_hasErrors {
28
28
  #{$root}__textarea {
29
- border-color: vars.$danger;
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: vars.$element-background-color-disabled;
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: vars.$radius-small;
64
- background-color: vars.$element-field-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: vars.$font-size-sm;
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: vars.$text-color;
74
- border: 1px solid vars.$element-border-color;
73
+ color: variables.$text-color;
74
+ border: 1px solid variables.$element-border-color;
75
75
 
76
76
  &::placeholder {
77
- color: vars.$element-placeholder-color;
77
+ color: variables.$element-placeholder-color;
78
78
  }
79
79
 
80
80
  &:hover {
81
- border-color: vars.$element-border-color-hover;
81
+ border-color: variables.$element-border-color-hover;
82
82
  }
83
83
 
84
84
  &:focus {
85
- border: 4px solid vars.$primary-light;
85
+ border: 4px solid variables.$primary-light;
86
86
  }
87
87
 
88
88
  &:active {
89
- border: 1px solid vars.$primary;
89
+ border: 1px solid variables.$primary;
90
90
  }
91
91
 
92
92
  &:disabled {
93
- background-color: vars.$element-background-color-disabled;
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: vars.$element-placeholder-color-disabled;
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: vars.$radius-large;
121
- font-size: vars.$font-size-lg;
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: vars.$radius-large;
130
- font-size: vars.$font-size-base;
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: vars.$radius-small;
138
- font-size: vars.$font-size-sm;
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" as vars;
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: vars.$element-background-color;
19
+ background: variables.$element-background-color;
20
20
 
21
21
  @include mixins.calendar-border();
22
22
  }
@@ -1,4 +1,4 @@
1
- @use "../../scss/variables" as vars;
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 vars.$border-default;
15
- border-bottom: 1px solid vars.$border-default;
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: vars.$input-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, vars.$scroll-thumb-color, vars.$scroll-track-color);
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: vars.$primary-light;
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: vars.$back-disabled;
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: vars.$primary;
62
+ color: variables.$primary;
63
63
  background-color: unset;
64
64
 
65
65
  transition: color 0.1s ease-in;
66
66
  &:hover {
67
- color: vars.$primary-dark;
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: vars.$primary;
74
+ background-color: variables.$primary;
75
75
 
76
76
  transition: background-color 0.1s ease-in;
77
77
  &:hover {
78
- background-color: vars.$primary-dark;
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" as vars;
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: vars.$element-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" as vars;
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: vars.$element-background-color;
8
- border-bottom: 1px solid vars.$element-placeholder-color-disabled;
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: vars.$text-color;
40
- font-weight: vars.$font-weight-lg;
41
- font-size: vars.$font-size-base;
42
- line-height: vars.$line-height-base;
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: vars.$font-weight-lg;
70
- font-size: vars.$font-size-base;
71
- line-height: vars.$line-height-base;
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: vars.$white;
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: vars.$element-placeholder-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: vars.$icon-color;
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: vars.$element-background-color;
129
+ background-color: variables.$element-background-color;
130
130
  }
131
131
  }
132
132
 
@@ -1,4 +1,4 @@
1
- @use "../../scss/variables" as vars;
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 vars.$color-themes {
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" as vars;
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: vars.$success;
89
+ stroke: variables.$success;
90
90
  }
91
91
 
92
92
  #{$root}__content{
93
93
  svg{
94
- fill: vars.$success;
94
+ fill: variables.$success;
95
95
  }
96
96
  }
97
97
  }
98
98
 
99
99
  &_exception{
100
100
  #{$root}__progressCircle{
101
- stroke: vars.$danger;
101
+ stroke: variables.$danger;
102
102
  }
103
103
 
104
104
  #{$root}__content{
105
105
  svg{
106
- fill: vars.$danger;
106
+ fill: variables.$danger;
107
107
  }
108
108
  }
109
109
  }
110
110
 
111
111
  &_normal{
112
112
  #{$root}__progressCircle{
113
- stroke: vars.$primary;
113
+ stroke: variables.$primary;
114
114
  }
115
115
  }
116
116
  }
@@ -125,7 +125,7 @@
125
125
 
126
126
 
127
127
  #{$root}__emptyCircle{
128
- stroke: vars.$back-disabled;
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: vars.$secondary-dark;
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" as vars;
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: vars.$success;
40
+ background-color: variables.$success;
41
41
  }
42
42
 
43
43
  svg{
44
- fill: vars.$success;
44
+ fill: variables.$success;
45
45
  }
46
46
  }
47
47
 
48
48
  &_exception{
49
49
  #{$root}__progressLine{
50
- background-color: vars.$danger;
50
+ background-color: variables.$danger;
51
51
  }
52
52
 
53
53
  svg{
54
- fill: vars.$danger;
54
+ fill: variables.$danger;
55
55
  }
56
56
  }
57
57
 
58
58
  &_normal{
59
59
  #{$root}__progressLine{
60
- background-color: vars.$primary;
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: vars.$back-disabled;
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(vars.$white, 0.5), transparent);
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: vars.$graphite;
114
+ color: variables.$graphite;
115
115
  margin-left: 8px;
116
116
  }
117
117
  }
@@ -1,4 +1,4 @@
1
- @use "style/variables" as vars;
1
+ @use "style/variables";
2
2
 
3
3
  :root {
4
4
  --footer-shrink-icon-color: #626262;