allaw-ui 0.0.42 → 0.0.44
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.
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
border-radius: 4px;
|
|
27
27
|
background-color: #ffffff;
|
|
28
28
|
box-shadow: rgba(9, 30, 66, 0.15) 0px 8px 12px 0px;
|
|
29
|
-
z-index:
|
|
29
|
+
z-index: 5000;
|
|
30
30
|
padding: 0.4rem 0rem;
|
|
31
31
|
}
|
|
32
32
|
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
background-color: white;
|
|
92
92
|
width: 100vw;
|
|
93
93
|
display: none;
|
|
94
|
-
border-radius:
|
|
94
|
+
border-radius: 16px 16px 0 0;
|
|
95
95
|
padding: 1rem;
|
|
96
96
|
flex-direction: column;
|
|
97
97
|
gap: 2rem;
|
|
@@ -132,6 +132,7 @@
|
|
|
132
132
|
.closeButton {
|
|
133
133
|
height: fit-content;
|
|
134
134
|
border: none;
|
|
135
|
+
color: #000;
|
|
135
136
|
background: transparent;
|
|
136
137
|
cursor: pointer;
|
|
137
138
|
width: 20px;
|