💄 chore(style): update styles

This commit is contained in:
retrozinndev
2025-07-30 16:15:23 -03:00
parent 29ddc393a9
commit 89851d4642
5 changed files with 55 additions and 49 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
@use "sass:color";
@use "./colors";
.apps-window-container {
.apps-window .popup-window-container {
$radius: 48px;
padding: 28px;
@@ -9,7 +9,7 @@
border-radius: $radius $radius 0 0;
& entry {
background: rgba(colors.$bg-primary, .4);
background: transparent;
margin-bottom: 32px;
min-width: 450px;
padding: 14px;
@@ -17,6 +17,7 @@
&:focus-within {
box-shadow: inset 0 0 0 2px colors.$bg-tertiary;
background: rgba(colors.$bg-primary, .2);
}
}