@basis-ng/styles 0.0.1-alpha.197 → 0.0.1-alpha.199
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
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
b-drawer {
|
|
2
|
-
@apply fixed z-999 flex box-border overflow-hidden rounded-2xl bg-surface text-font shadow-lg
|
|
2
|
+
@apply fixed z-999 flex box-border overflow-hidden rounded-2xl border border-ring bg-surface text-font shadow-lg will-change-transform opacity-0 pointer-events-none dark:border-ring-dark dark:bg-surface-dark dark:text-font-dark;
|
|
3
3
|
transition:
|
|
4
4
|
transform 0.5s cubic-bezier(0.32, 0.72, 0, 1),
|
|
5
5
|
opacity 0.2s ease;
|
|
@@ -10,7 +10,7 @@ b-drawer {
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.drag-section {
|
|
13
|
-
@apply absolute z-10 flex items-center justify-center touch-none;
|
|
13
|
+
@apply absolute z-10 flex items-center justify-center touch-none bg-surface dark:bg-surface-dark;
|
|
14
14
|
|
|
15
15
|
.drag-indicator {
|
|
16
16
|
@apply rounded-full bg-ring dark:bg-ring-dark;
|