@appscode/design-system 2.4.27-alpha-10 → 2.4.27-alpha-12
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/package.json +1 -1
- package/vue-components/styles/base/utilities/_colors.scss +2 -2
- package/vue-components/styles/base/utilities/_global.scss +2 -2
- package/vue-components/styles/components/_progress-bar.scss +2 -2
- package/vue-components/styles/components/cards/_features.scss +1 -1
- package/vue-components/styles/components/cards/_monitoring.scss +1 -1
- package/vue-components/styles/components/cards/_vendor.scss +4 -4
package/package.json
CHANGED
|
@@ -181,9 +181,9 @@ $slate-80: #e2e8f0;
|
|
|
181
181
|
$slate-90: #f1f5f9;
|
|
182
182
|
$slate-95: #f8fafc;
|
|
183
183
|
|
|
184
|
-
$color-text: $slate-
|
|
184
|
+
$color-text: $slate-30;
|
|
185
185
|
$color-heading: $slate-5;
|
|
186
|
-
$color-label: $slate-
|
|
186
|
+
$color-label: $slate-40;
|
|
187
187
|
$color-link: $slate-20;
|
|
188
188
|
$color-border-light: $slate-90;
|
|
189
189
|
$color-border: $slate-80;
|
|
@@ -445,7 +445,7 @@ button {
|
|
|
445
445
|
padding: 5px 20px 4px;
|
|
446
446
|
box-shadow: $ac-shadow-1;
|
|
447
447
|
font-weight: 500;
|
|
448
|
-
font-size:
|
|
448
|
+
font-size: 1rem;
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
.tooltip-arrow {
|
|
@@ -466,7 +466,7 @@ button {
|
|
|
466
466
|
padding: 5px 20px 4px;
|
|
467
467
|
box-shadow: $ac-shadow-1;
|
|
468
468
|
font-weight: 500;
|
|
469
|
-
font-size:
|
|
469
|
+
font-size: 1rem;
|
|
470
470
|
|
|
471
471
|
.errors-wrapper {
|
|
472
472
|
.error-element {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
border: 7px solid transparent;
|
|
38
38
|
border-top-color: $gray-60;
|
|
39
39
|
position: absolute;
|
|
40
|
-
bottom: -
|
|
40
|
+
bottom: -13px;
|
|
41
41
|
left: 50%;
|
|
42
42
|
transform: translateX(-50%);
|
|
43
43
|
border-width: 8px;
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
border: 7px solid transparent;
|
|
53
53
|
border-top-color: $gray-60;
|
|
54
54
|
position: absolute;
|
|
55
|
-
bottom: -
|
|
55
|
+
bottom: -13px;
|
|
56
56
|
left: 50%;
|
|
57
57
|
transform: translateX(-50%);
|
|
58
58
|
z-index: 1;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// vendor cards start
|
|
2
2
|
.ac-single-card.vendor-card {
|
|
3
|
-
|
|
4
|
-
transition:
|
|
3
|
+
outline: 1px solid $color-border;
|
|
4
|
+
transition: 0s ease-in-out;
|
|
5
5
|
border-radius: 2px;
|
|
6
6
|
display: flex;
|
|
7
7
|
flex-direction: column;
|
|
@@ -52,10 +52,10 @@
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
&.is-selected {
|
|
55
|
-
|
|
55
|
+
outline: 2px solid $ac-primary !important;
|
|
56
56
|
}
|
|
57
57
|
&:hover {
|
|
58
|
-
|
|
58
|
+
outline: 2px solid $ac-primary;
|
|
59
59
|
|
|
60
60
|
.ac-card-title {
|
|
61
61
|
h4 {
|