hmm overview drag n drop fx

This commit is contained in:
end-4
2024-03-08 23:14:01 +07:00
parent f2bbefdc63
commit ab39d11e28
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -255,3 +255,7 @@ popover {
padding: 0rem 1.023rem; padding: 0rem 1.023rem;
color: $primary; color: $primary;
} }
widget {
@include small-rounding;
}
+1 -1
View File
@@ -2,7 +2,7 @@
// * { // * {
// all: unset; // all: unset;
// } // }
*:not(popover) { all: unset; } *:not(popover):not(widget) { all: unset; }
// Colors // Colors
@import './material'; // Material colors @import './material'; // Material colors