💄 ags(style): changed styles for dialogs(ask-popup,entry-popup), removed default-styles mixin

This commit is contained in:
retrozinndev
2025-04-21 17:44:05 -03:00
parent 9b473a6a5d
commit c34ab51999
6 changed files with 185 additions and 164 deletions
+1 -4
View File
@@ -4,7 +4,6 @@
.bar-container {
@include mixins.reset-props;
@include mixins.default-styles;
padding: 6px;
padding-bottom: 0px;
@@ -18,7 +17,7 @@
// Style widget groups
& > .bar-centerbox > * {
background: colors.$bg-translucent;
background: rgba(colors.$bg-translucent, .6);
padding: 5px;
border-radius: 18px;
@@ -54,8 +53,6 @@
padding: 1px 1px;
& button {
@include mixins.reset-props;
border-radius: 16px;
transition: 80ms linear;
min-width: 12px;