@appscode/design-system 1.1.0-alpha.21 → 1.1.0-alpha.22
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/components/_ac-card.scss
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
.ac-card-wrapper {
|
|
2
2
|
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
3
|
flex-wrap: wrap;
|
|
5
4
|
}
|
|
6
5
|
|
|
@@ -80,7 +79,7 @@
|
|
|
80
79
|
margin-bottom: 20px;
|
|
81
80
|
margin-right: 20px;
|
|
82
81
|
padding: 30px 20px 20px;
|
|
83
|
-
height: 140px;
|
|
82
|
+
min-height: 140px;
|
|
84
83
|
cursor: pointer;
|
|
85
84
|
|
|
86
85
|
.ac-card-logo {
|
package/components/_wizard.scss
CHANGED
|
@@ -194,6 +194,7 @@
|
|
|
194
194
|
border: 1px solid $ac-primary;
|
|
195
195
|
border-bottom: 1px solid $ac-primary !important;
|
|
196
196
|
border-radius: 4px;
|
|
197
|
+
cursor: pointer;
|
|
197
198
|
}
|
|
198
199
|
}
|
|
199
200
|
|
|
@@ -206,9 +207,8 @@
|
|
|
206
207
|
|
|
207
208
|
// details with checkradio
|
|
208
209
|
.details-with-checkradio-wrapper {
|
|
209
|
-
display:
|
|
210
|
-
|
|
211
|
-
grid-gap: 15px;
|
|
210
|
+
display: flex;
|
|
211
|
+
gap: 15px;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
// dark theme start
|