@appscode/design-system 1.1.0-beta.2 → 1.1.0-beta.25

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 (105) hide show
  1. package/base/_video-player.scss +65 -0
  2. package/base/utilities/_all.scss +5 -4
  3. package/base/utilities/_colors.scss +341 -0
  4. package/base/utilities/_customize-bulma.scss +23 -27
  5. package/base/utilities/_extended.scss +3 -2
  6. package/base/utilities/{_default.scss → _global.scss} +167 -313
  7. package/base/utilities/_layouts.scss +157 -0
  8. package/base/utilities/_spacing.scss +96 -0
  9. package/base/utilities/_typography.scss +36 -4
  10. package/base/utilities/dark-theme.scss +2 -8
  11. package/components/_ac-alert-box.scss +205 -262
  12. package/components/_ac-code-highlight.scss +9 -12
  13. package/components/_ac-drag.scss +4 -4
  14. package/components/_ac-modal.scss +212 -212
  15. package/components/_ac-multi-select.scss +101 -72
  16. package/components/_ac-options.scss +122 -122
  17. package/components/_ac-select-box.scss +5 -5
  18. package/components/_ac-table.scss +503 -502
  19. package/components/_ac-tabs.scss +16 -16
  20. package/components/_ac-tags.scss +116 -116
  21. package/components/_accordion.scss +117 -0
  22. package/components/_all.scss +34 -29
  23. package/components/_app-drawer.scss +0 -134
  24. package/components/_breadcumb.scss +0 -71
  25. package/components/_buttons.scss +779 -779
  26. package/components/_dashboard-header.scss +0 -115
  27. package/components/_image-upload.scss +6 -6
  28. package/components/_input-card.scss +232 -0
  29. package/components/_input.scss +947 -0
  30. package/components/_left-sidebar-menu.scss +350 -483
  31. package/components/_monaco-editor.scss +2 -2
  32. package/components/_navbar.scss +786 -752
  33. package/components/_nested-list.scss +2 -2
  34. package/components/_overview-info.scss +3 -3
  35. package/components/_pagination.scss +9 -27
  36. package/components/_payment-card.scss +1 -1
  37. package/components/_pricing-table.scss +5 -5
  38. package/components/_progress-bar.scss +61 -74
  39. package/components/_subscription-card.scss +8 -10
  40. package/components/_table-of-content.scss +4 -4
  41. package/components/_terminal.scss +331 -0
  42. package/components/_widget-menu.scss +252 -257
  43. package/components/_wizard.scss +522 -801
  44. package/components/ac-toaster/_ac-toasted.scss +6 -11
  45. package/components/bbum/_information-center.scss +8 -10
  46. package/components/bbum/_mobile-desktop.scss +9 -14
  47. package/components/bbum/_single-post-preview.scss +9 -9
  48. package/components/ui-builder/_ui-builder.scss +18 -22
  49. package/components/ui-builder/_vue-open-api.scss +514 -1
  50. package/layouts/_code-preview.scss +6 -7
  51. package/main.scss +26 -10
  52. package/package.json +1 -1
  53. package/plugins/theme.js +11 -9
  54. package/plugins/vue-toaster.js +1 -1
  55. package/vue-components/types/importFlow.ts +16 -0
  56. package/vue-components/v2/banner/Banner.vue +1 -1
  57. package/vue-components/v2/card/Card.vue +1 -1
  58. package/vue-components/v2/editor/FilteredFileEditor.vue +2 -2
  59. package/vue-components/v2/modal/Modal.vue +1 -1
  60. package/vue-components/v2/pagination/Pagination.vue +1 -0
  61. package/vue-components/v3/alert/Alert.vue +7 -7
  62. package/vue-components/v3/banner/Banner.vue +2 -2
  63. package/vue-components/v3/breadcrumbs/Breadcrumb.vue +4 -2
  64. package/vue-components/v3/button/Button.vue +22 -10
  65. package/vue-components/v3/cards/Card.vue +1 -1
  66. package/vue-components/v3/cards/Cluster.vue +3 -4
  67. package/vue-components/v3/cards/Counter.vue +12 -0
  68. package/vue-components/v3/cards/FeatureCard.vue +31 -0
  69. package/vue-components/v3/cards/InfoCard.vue +4 -9
  70. package/vue-components/v3/cards/Monitoring.vue +1 -1
  71. package/vue-components/v3/cards/Vendor.vue +67 -5
  72. package/vue-components/v3/content/ContentTable.vue +7 -2
  73. package/vue-components/v3/editor/FilteredFileEditor.vue +200 -3
  74. package/vue-components/v3/footer/FooterItem.vue +4 -1
  75. package/vue-components/v3/footer/Info.vue +10 -8
  76. package/vue-components/v3/footer/Status.vue +21 -23
  77. package/vue-components/v3/footer/Usage.vue +20 -30
  78. package/vue-components/v3/form/Form.vue +0 -3
  79. package/vue-components/v3/form-fields/AcSingleInput.vue +9 -1
  80. package/vue-components/v3/header/Header.vue +5 -4
  81. package/vue-components/v3/loaders/InfoCardLoader.vue +65 -0
  82. package/vue-components/v3/modal/Modal.vue +1 -1
  83. package/vue-components/v3/navbar/Navbar.vue +3 -1
  84. package/vue-components/v3/navbar/User.vue +4 -4
  85. package/vue-components/v3/notification/AlertBox.vue +233 -4
  86. package/vue-components/v3/option-dots/Options.vue +2 -1
  87. package/vue-components/v3/pagination/Pagination.vue +2 -1
  88. package/vue-components/v3/preloader/Preloader.vue +1 -1
  89. package/vue-components/v3/searchbars/SearchBar.vue +10 -2
  90. package/vue-components/v3/sidebar/ClusterSwitcher.vue +35 -31
  91. package/vue-components/v3/sidebar/Sidebar.vue +7 -11
  92. package/vue-components/v3/sidebar/SidebarFooter.vue +3 -3
  93. package/vue-components/v3/sidebar/SidebarHeader.vue +3 -3
  94. package/vue-components/v3/sidebar/Steps.vue +152 -0
  95. package/vue-components/v3/table/InfoTable.vue +6 -4
  96. package/vue-components/v3/table/Table.vue +38 -31
  97. package/vue-components/v3/table/TableRow.vue +2 -2
  98. package/base/utilities/_derived-variables.scss +0 -24
  99. package/base/utilities/_initial-variables.scss +0 -217
  100. package/components/_ac-accordion.scss +0 -117
  101. package/components/_ac-card.scss +0 -597
  102. package/components/_ac-input.scss +0 -876
  103. package/components/_ac-terminal.scss +0 -270
  104. package/components/_basic-card.scss +0 -118
  105. /package/components/{_ac-report.scss → _report.scss} +0 -0
@@ -0,0 +1,65 @@
1
+ .lightbox {
2
+ background-color: rgba($color: #000000, $alpha: 0.8);
3
+ position: fixed;
4
+ display: none;
5
+ z-index: 99;
6
+ bottom: 0;
7
+ right: 0;
8
+ left: 0;
9
+ top: 0;
10
+
11
+ &-container {
12
+ position: relative;
13
+ max-width: 1080px;
14
+ margin: 7% auto;
15
+ display: block;
16
+ padding: 0 3%;
17
+ height: auto;
18
+ z-index: 10;
19
+
20
+ // Increasing top margin for mobile
21
+ @media screen and (max-width: 768px) {
22
+ margin-top: 10%;
23
+ }
24
+
25
+ @media screen and (max-width: 414px) {
26
+ margin-top: 13%;
27
+ }
28
+ }
29
+
30
+ &-content {
31
+ box-shadow: 0 1px 6px fade(black, 70%);
32
+ }
33
+
34
+ &-close {
35
+ text-transform: uppercase;
36
+ background: transparent;
37
+ position: absolute;
38
+ font-weight: 300;
39
+ font-size: 32px;
40
+ display: block;
41
+ border: none;
42
+ color: white;
43
+ top: -52px;
44
+ right: 3%;
45
+ cursor: pointer;
46
+ }
47
+ }
48
+
49
+ .video-container {
50
+ padding-bottom: 56.25%;
51
+ position: relative;
52
+ padding-top: 30px;
53
+ overflow: hidden;
54
+ height: 0;
55
+ }
56
+
57
+ .video-container iframe,
58
+ .video-container object,
59
+ .video-container embed {
60
+ position: absolute;
61
+ height: 100%;
62
+ width: 100%;
63
+ left: 0;
64
+ top: 0;
65
+ }
@@ -1,8 +1,9 @@
1
- @import "initial-variables";
2
- @import "derived-variables";
1
+ @import "colors";
2
+ @import "typography";
3
3
  @import "mixin";
4
4
  @import "extended";
5
- @import "typography";
6
- @import "default";
5
+ @import "global";
7
6
  @import "grid";
7
+ @import "spacing";
8
+ @import "layouts";
8
9
  @import "dark-theme";
@@ -0,0 +1,341 @@
1
+ // ===================================PREVIOUS STYLE========================================
2
+ // root colors
3
+ // :root {
4
+ // --hsl-hue: 208;
5
+ // --hsl-saturation: 77%;
6
+ // --hsl-lightness: 40%;
7
+
8
+ // --ac-primary: hsla(var(--hsl-hue),
9
+ // var(--hsl-saturation),
10
+ // var(--hsl-lightness),
11
+ // 1);
12
+ // }
13
+
14
+ // transparent: var(--ac-bg);
15
+ // $primary: var(--ac-primary);
16
+ // $primary-20: var(--ac-color-value);
17
+
18
+ // Colors
19
+ // $ac-black: var(--ac-black);
20
+ // $primary-10-90: var(--ac-color-text-90);
21
+ // $ac-link-black: var(--ac-link-black);
22
+ // $black-40: var(--ac-gray-darker);
23
+ // $black-30: var(--ac-gray-dark);
24
+ // $ac-gray: var(--ac-gray);
25
+ // $ac-gray-light: var(--ac-gray-light);
26
+ // $ac-gray-lighter: var(--ac-gray-lighter);
27
+ // $ac-gray-lightest: var(--ac-gray-lightest);
28
+ // $white-100: var(--ac-white-light);
29
+ // $white-100er: var(--ac-white-lighter);
30
+ // $white-100est: var(--ac-white-lightest);
31
+ // $white-100: var(--ac-white);
32
+ // $ac-full-white: var(--ac-full-white);
33
+
34
+ // $info-light: var(--ac-blue-light);
35
+ // transparent-light-gray: var(--ac-bg-light-gray);
36
+ // $table-header: var(--table-header);
37
+ // $ac-label-text: var(--ac-label-text);
38
+
39
+ // for dark theme CSS
40
+ // $dark-bg: var(--dark-bg);
41
+ // $black-8: var(--dark-bg-light);
42
+ // ===================================PREVIOUS STYLE========================================
43
+
44
+ // white and black
45
+ $white-100: hsl(0, 0%, 100%);
46
+ $black-100: hsl(0, 0%, 0%);
47
+
48
+ // primary color guides
49
+ $primary-hue: 208;
50
+ $primary-saturation: 77%;
51
+ $primary-5: hsl($primary-hue, $primary-saturation, 5%);
52
+ $primary-10: hsl($primary-hue, $primary-saturation, 10%);
53
+ $primary-20: hsl($primary-hue, $primary-saturation, 20%);
54
+ $primary-30: hsl($primary-hue, $primary-saturation, 30%);
55
+ $primary-40: hsl($primary-hue, $primary-saturation, 40%);
56
+ $primary: hsl($primary-hue, $primary-saturation, 40%);
57
+ $primary-50: hsl($primary-hue, $primary-saturation, 50%);
58
+ $primary-60: hsl($primary-hue, $primary-saturation, 60%);
59
+ $primary-70: hsl($primary-hue, $primary-saturation, 70%);
60
+ $primary-80: hsl($primary-hue, $primary-saturation, 80%);
61
+ $primary-90: hsl($primary-hue, $primary-saturation, 90%);
62
+ $primary-93: hsl($primary-hue, $primary-saturation, 93%);
63
+ $primary-95: hsl($primary-hue, $primary-saturation, 95%);
64
+ $primary-97: hsl($primary-hue, $primary-saturation, 97%);
65
+
66
+ // green color guides
67
+ $green-hue: 141;
68
+ $green-saturation: 53%;
69
+ $green-5: hsl($green-hue, $green-saturation, 5%);
70
+ $green-10: hsl($green-hue, $green-saturation, 10%);
71
+ $green-20: hsl($green-hue, $green-saturation, 20%);
72
+ $green-30: hsl($green-hue, $green-saturation, 30%);
73
+ $green-40: hsl($green-hue, $green-saturation, 40%);
74
+ $success: hsl($green-hue, $green-saturation, 40%);
75
+ $green-50: hsl($green-hue, $green-saturation, 50%);
76
+ $green-60: hsl($green-hue, $green-saturation, 60%);
77
+ $green-70: hsl($green-hue, $green-saturation, 70%);
78
+ $green-80: hsl($green-hue, $green-saturation, 80%);
79
+ $green-90: hsl($green-hue, $green-saturation, 90%);
80
+ $green-93: hsl($green-hue, $green-saturation, 93%);
81
+ $green-95: hsl($green-hue, $green-saturation, 95%);
82
+ $green-97: hsl($green-hue, $green-saturation, 97%);
83
+
84
+ // blue color guides
85
+ $blue-hue: 217;
86
+ $blue-saturation: 71%;
87
+ $blue-5: hsl($blue-hue, $blue-saturation, 5%);
88
+ $blue-10: hsl($blue-hue, $blue-saturation, 10%);
89
+ $blue-20: hsl($blue-hue, $blue-saturation, 20%);
90
+ $blue-30: hsl($blue-hue, $blue-saturation, 30%);
91
+ $blue-40: hsl($blue-hue, $blue-saturation, 40%);
92
+ $blue-50: hsl($blue-hue, $blue-saturation, 50%);
93
+ $info: hsl($blue-hue, $blue-saturation, 50%);
94
+ $blue-60: hsl($blue-hue, $blue-saturation, 60%);
95
+ $blue-70: hsl($blue-hue, $blue-saturation, 70%);
96
+ $blue-80: hsl($blue-hue, $blue-saturation, 80%);
97
+ $blue-90: hsl($blue-hue, $blue-saturation, 90%);
98
+ $blue-93: hsl($blue-hue, $blue-saturation, 93%);
99
+ $blue-95: hsl($blue-hue, $blue-saturation, 95%);
100
+ $blue-97: hsl($blue-hue, $blue-saturation, 97%);
101
+
102
+ // purple color guides
103
+ $purple-hue: 286;
104
+ $purple-saturation: 66%;
105
+ $purple-5: hsl($purple-hue, $purple-saturation, 5%);
106
+ $purple-10: hsl($purple-hue, $purple-saturation, 10%);
107
+ $purple-20: hsl($purple-hue, $purple-saturation, 20%);
108
+ $purple-30: hsl($purple-hue, $purple-saturation, 30%);
109
+ $purple-40: hsl($purple-hue, $purple-saturation, 40%);
110
+ $purple: hsl($purple-hue, $purple-saturation, 40%);
111
+ $purple-50: hsl($purple-hue, $purple-saturation, 50%);
112
+ $purple-60: hsl($purple-hue, $purple-saturation, 60%);
113
+ $purple-70: hsl($purple-hue, $purple-saturation, 70%);
114
+ $purple-80: hsl($purple-hue, $purple-saturation, 80%);
115
+ $purple-90: hsl($purple-hue, $purple-saturation, 90%);
116
+ $purple-93: hsl($purple-hue, $purple-saturation, 93%);
117
+ $purple-95: hsl($purple-hue, $purple-saturation, 95%);
118
+ $purple-97: hsl($purple-hue, $purple-saturation, 97%);
119
+
120
+ // yellow color guides
121
+ $yellow-hue: 38;
122
+ $yellow-saturation: 93%;
123
+ $yellow-5: hsl($yellow-hue, $yellow-saturation, 5%);
124
+ $yellow-10: hsl($yellow-hue, $yellow-saturation, 10%);
125
+ $yellow-20: hsl($yellow-hue, $yellow-saturation, 20%);
126
+ $yellow-30: hsl($yellow-hue, $yellow-saturation, 30%);
127
+ $yellow-40: hsl($yellow-hue, $yellow-saturation, 40%);
128
+ $yellow-50: hsl($yellow-hue, $yellow-saturation, 50%);
129
+ $warning: hsl($yellow-hue, $yellow-saturation, 50%);
130
+ $yellow-60: hsl($yellow-hue, $yellow-saturation, 60%);
131
+ $yellow-70: hsl($yellow-hue, $yellow-saturation, 70%);
132
+ $yellow-80: hsl($yellow-hue, $yellow-saturation, 80%);
133
+ $yellow-90: hsl($yellow-hue, $yellow-saturation, 90%);
134
+ $yellow-93: hsl($yellow-hue, $yellow-saturation, 93%);
135
+ $yellow-95: hsl($yellow-hue, $yellow-saturation, 95%);
136
+ $yellow-97: hsl($yellow-hue, $yellow-saturation, 97%);
137
+
138
+ // red color guides
139
+ $red-hue: 348;
140
+ $red-saturation: 100%;
141
+ $red-5: hsl($red-hue, $red-saturation, 5%);
142
+ $red-10: hsl($red-hue, $red-saturation, 10%);
143
+ $red-20: hsl($red-hue, $red-saturation, 20%);
144
+ $red-30: hsl($red-hue, $red-saturation, 30%);
145
+ $red-40: hsl($red-hue, $red-saturation, 40%);
146
+ $red-50: hsl($red-hue, $red-saturation, 50%);
147
+ $danger: hsl($red-hue, $red-saturation, 50%);
148
+ $red-60: hsl($red-hue, $red-saturation, 60%);
149
+ $red-70: hsl($red-hue, $red-saturation, 70%);
150
+ $red-80: hsl($red-hue, $red-saturation, 80%);
151
+ $red-90: hsl($red-hue, $red-saturation, 90%);
152
+ $red-93: hsl($red-hue, $red-saturation, 93%);
153
+ $red-95: hsl($red-hue, $red-saturation, 95%);
154
+ $red-97: hsl($red-hue, $red-saturation, 97%);
155
+
156
+ // black color guides
157
+ $black-hue: 0;
158
+ $black-saturation: 0%;
159
+ $black-5: hsl($black-hue, $black-saturation, 5%);
160
+ $black-10: hsl($black-hue, $black-saturation, 10%);
161
+ $black-20: hsl($black-hue, $black-saturation, 20%);
162
+ $black-30: hsl($black-hue, $black-saturation, 30%);
163
+ $black-40: hsl($black-hue, $black-saturation, 40%);
164
+ $black-50: hsl($black-hue, $black-saturation, 50%);
165
+ $gray: hsl($black-hue, $black-saturation, 50%);
166
+ $black-60: hsl($black-hue, $black-saturation, 60%);
167
+ $black-70: hsl($black-hue, $black-saturation, 70%);
168
+ $black-80: hsl($black-hue, $black-saturation, 80%);
169
+ $black-90: hsl($black-hue, $black-saturation, 90%);
170
+ $black-93: hsl($black-hue, $black-saturation, 93%);
171
+ $black-95: hsl($black-hue, $black-saturation, 95%);
172
+ $black-97: hsl($black-hue, $black-saturation, 97%);
173
+
174
+ // classes
175
+ @mixin generate-color-classes($type, $color, $h, $s, $from, $to, $step) {
176
+ $i: $from;
177
+
178
+ @while $i <=$to {
179
+ .#{$type}-#{$color}-#{$i} {
180
+ #{if($type == "text", "color", "background-color")}: hsl($h, $s, $i * 1%);
181
+ }
182
+
183
+ $i: $i + $step;
184
+ }
185
+ }
186
+
187
+ // for primary classes
188
+ @include generate-color-classes("text",
189
+ "primary",
190
+ $primary-hue,
191
+ $primary-saturation,
192
+ 10,
193
+ 90,
194
+ 10);
195
+
196
+ @include generate-color-classes("bg",
197
+ "primary",
198
+ $primary-hue,
199
+ $primary-saturation,
200
+ 10,
201
+ 90,
202
+ 10);
203
+
204
+ @include generate-color-classes("text",
205
+ "primary",
206
+ $primary-hue,
207
+ $primary-saturation,
208
+ 5,
209
+ 5,
210
+ 1);
211
+
212
+ @include generate-color-classes("bg",
213
+ "primary",
214
+ $primary-hue,
215
+ $primary-saturation,
216
+ 5,
217
+ 5,
218
+ 1);
219
+
220
+ @include generate-color-classes("text",
221
+ "primary",
222
+ $primary-hue,
223
+ $primary-saturation,
224
+ 93,
225
+ 97,
226
+ 2);
227
+
228
+ @include generate-color-classes("bg",
229
+ "primary",
230
+ $primary-hue,
231
+ $primary-saturation,
232
+ 93,
233
+ 97,
234
+ 2);
235
+
236
+ // for green classes
237
+ @include generate-color-classes("text",
238
+ "green",
239
+ $green-hue,
240
+ $green-saturation,
241
+ 10,
242
+ 90,
243
+ 10);
244
+ @include generate-color-classes("bg",
245
+ "green",
246
+ $green-hue,
247
+ $green-saturation,
248
+ 10,
249
+ 90,
250
+ 10);
251
+
252
+ @include generate-color-classes("text",
253
+ "green",
254
+ $green-hue,
255
+ $green-saturation,
256
+ 5,
257
+ 5,
258
+ 1);
259
+
260
+ @include generate-color-classes("bg",
261
+ "green",
262
+ $green-hue,
263
+ $green-saturation,
264
+ 5,
265
+ 5,
266
+ 1);
267
+
268
+ @include generate-color-classes("text",
269
+ "green",
270
+ $green-hue,
271
+ $green-saturation,
272
+ 93,
273
+ 97,
274
+ 2);
275
+
276
+ @include generate-color-classes("bg",
277
+ "green",
278
+ $green-hue,
279
+ $green-saturation,
280
+ 93,
281
+ 97,
282
+ 2);
283
+
284
+ // for purple classes
285
+ @include generate-color-classes("text",
286
+ "purple",
287
+ $purple-hue,
288
+ $purple-saturation,
289
+ 10,
290
+ 90,
291
+ 10);
292
+ @include generate-color-classes("bg",
293
+ "purple",
294
+ $purple-hue,
295
+ $purple-saturation,
296
+ 10,
297
+ 90,
298
+ 10);
299
+
300
+ @include generate-color-classes("text",
301
+ "purple",
302
+ $purple-hue,
303
+ $purple-saturation,
304
+ 5,
305
+ 5,
306
+ 1);
307
+
308
+ @include generate-color-classes("bg",
309
+ "purple",
310
+ $purple-hue,
311
+ $purple-saturation,
312
+ 5,
313
+ 5,
314
+ 1);
315
+
316
+ @include generate-color-classes("text",
317
+ "purple",
318
+ $purple-hue,
319
+ $purple-saturation,
320
+ 93,
321
+ 97,
322
+ 2);
323
+
324
+ @include generate-color-classes("bg",
325
+ "purple",
326
+ $purple-hue,
327
+ $purple-saturation,
328
+ 93,
329
+ 97,
330
+ 2);
331
+
332
+ // Box Shadow
333
+ $ac-shadow-1: 0 1px 4px rgba(26, 80, 151, 0.16);
334
+ $ac-shadow-2: 0px 8px 57px rgba(0, 0, 0, 0.16);
335
+ $ac-shadow-3: 0 3px 4px 0 rgba(0, 0, 0, 0.18),
336
+ 0 3px 3px -2px rgba(0, 0, 0, 0.16), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
337
+
338
+ $shadow-sm: 0 1px 4px rgba(26, 80, 151, 0.16);
339
+ $shadow-xl: 0px 8px 57px rgba(0, 0, 0, 0.16);
340
+ $shadow-lg: 0 3px 4px 0 rgba(0, 0, 0, 0.18), 0 3px 3px -2px rgba(0, 0, 0, 0.16),
341
+ 0 1px 6px 0 rgba(0, 0, 0, 0.12);
@@ -1,5 +1,3 @@
1
- $primary : hsl(208, 77%, 42%);
2
-
3
1
  // Colors
4
2
  // $black: hsl(0, 0%, 4%) !default;
5
3
  // $black-bis: hsl(0, 0%, 7%) !default;
@@ -16,33 +14,33 @@ $primary : hsl(208, 77%, 42%);
16
14
  // $white-bis: hsl(0, 0%, 98%) !default;
17
15
  // $white: hsl(0, 0%, 100%) !default;
18
16
 
19
- $orange: hsl(30, 100%, 50%) !default;
20
- $yellow: hsl(38, 93%, 57%) !default;
21
- $green: hsl(147, 73%, 31%) !default;
17
+ // $orange: hsl(30, 100%, 50%) !default;
18
+ // $yellow: hsl(38, 93%, 57%) !default;
19
+ // $green: hsl(147, 73%, 31%) !default;
22
20
  // $turquoise: hsl(171, 100%, 41%) !default;
23
21
  // $cyan: hsl(207, 61%, 53%) !default;
24
22
  // $blue: hsl(229, 53%, 53%) !default;
25
- $purple: hsl(286, 66%, 35%) !default;
26
- $red: hsl(4, 100%, 58%) !default;
23
+ // $purple: hsl(286, 66%, 35%) !default;
24
+ // $red: hsl(4, 100%, 58%) !default;
27
25
 
28
26
  // // Typography
29
27
  // $family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default;
30
28
  // $family-monospace: monospace !default;
31
29
  // $render-mode: optimizeLegibility !default;
32
30
 
33
- // $size-1: 3rem !default;
34
- // $size-2: 2.5rem !default;
35
- // $size-3: 2rem !default;
36
- // $size-4: 1.5rem !default;
37
- // $size-5: 1.25rem !default;
38
- // $size-6: 1rem !default;
39
- // $size-7: 0.75rem !default;
31
+ $size-1: 2.462rem !default; //32px
32
+ $size-2: 2rem !default; //26px
33
+ $size-3: 1.692rem !default; //22px
34
+ $size-4: 1.385rem !default; //18px
35
+ $size-5: 1.213rem !default; //16px
36
+ $size-6: 1rem !default; //13px
37
+ $size-7: 0.846rem !default; //11px
40
38
 
41
- // $weight-light: 300 !default;
42
- // $weight-normal: 400 !default;
43
- // $weight-medium: 500 !default;
44
- // $weight-semibold: 600 !default;
45
- // $weight-bold: 700 !default;
39
+ $weight-light: 300 !default;
40
+ $weight-normal: 400 !default;
41
+ $weight-medium: 500 !default;
42
+ $weight-semibold: 600 !default;
43
+ $weight-bold: 700 !default;
46
44
 
47
45
  // // Spacing
48
46
  // $block-spacing: 1.5rem !default;
@@ -74,16 +72,14 @@ $red: hsl(4, 100%, 58%) !default;
74
72
  // $variable-columns: true !default;
75
73
  // $rtl: false !default;
76
74
 
77
-
78
-
79
- // // Derived-Variables
75
+ // // Derived-Variables
80
76
 
81
77
  // $primary: $turquoise !default;
82
-
83
- // $info: $cyan !default;
84
- // $success: $green !default;
85
- // $warning: $yellow !default;
86
- // $danger: $red !default;
78
+ $primary: $primary !default;
79
+ $info: $blue !default;
80
+ $success: $success !default;
81
+ $warning: $warning !default;
82
+ $danger: $danger !default;
87
83
 
88
84
  // $light: $white-ter !default;
89
85
  // $dark: $grey-darker !default;
@@ -1,4 +1,4 @@
1
- .has-hover-style{
1
+ .has-hover-style {
2
2
  cursor: pointer;
3
3
 
4
4
  &::before {
@@ -30,9 +30,10 @@
30
30
  }
31
31
 
32
32
  &:hover {
33
+
33
34
  &::before,
34
35
  &::after {
35
36
  transform: scale(1);
36
37
  }
37
38
  }
38
- }
39
+ }