@appscode/design-system 1.1.0-beta.68 → 1.1.0-beta.69
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.
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
.details-with-checkradio-wrapper {
|
|
215
215
|
display: grid;
|
|
216
216
|
gap: 15px;
|
|
217
|
-
grid-template-columns: repeat(auto-fill, minmax(min(
|
|
217
|
+
grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
|
|
218
218
|
}
|
|
219
219
|
.table {
|
|
220
220
|
tr {
|
package/package.json
CHANGED
|
@@ -17,6 +17,8 @@
|
|
|
17
17
|
visibility: hidden;
|
|
18
18
|
transition: 0.3s ease-in;
|
|
19
19
|
width: 260px;
|
|
20
|
+
box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
|
|
21
|
+
0 0px 0 1px rgba(10, 10, 10, 0.02);
|
|
20
22
|
|
|
21
23
|
// &.theme-choice {
|
|
22
24
|
// left: 0;
|
|
@@ -264,7 +266,8 @@
|
|
|
264
266
|
.ac-menu-content {
|
|
265
267
|
opacity: 1;
|
|
266
268
|
visibility: visible;
|
|
267
|
-
top:
|
|
269
|
+
top: 35px;
|
|
270
|
+
z-index: 99;
|
|
268
271
|
|
|
269
272
|
&::after {
|
|
270
273
|
position: absolute;
|
|
@@ -268,7 +268,6 @@ watch(dropDownStatus, (n) => {
|
|
|
268
268
|
}
|
|
269
269
|
.navbar-dropdown-wrapper {
|
|
270
270
|
width: 240px;
|
|
271
|
-
transition: width 0.9s ease-in-out;
|
|
272
271
|
}
|
|
273
272
|
|
|
274
273
|
.user-profile-wrapper {
|
|
@@ -362,7 +361,7 @@ watch(dropDownStatus, (n) => {
|
|
|
362
361
|
}
|
|
363
362
|
}
|
|
364
363
|
a {
|
|
365
|
-
padding:
|
|
364
|
+
padding: 8px 16px;
|
|
366
365
|
font-weight: 500;
|
|
367
366
|
display: block;
|
|
368
367
|
color: $primary-10;
|