ags: lot of stuff lmao

This commit is contained in:
retrozinndev
2025-02-28 10:21:37 -03:00
parent ff4365ab6d
commit 1a1a5d63f8
31 changed files with 748 additions and 217 deletions
+19 -1
View File
@@ -13,7 +13,7 @@
@include mixins.reset-props;
font-size: 12px;
font-weight: 500;
font-weight: 600;
}
// Style widget groups
@@ -194,4 +194,22 @@
}
}
}
.logo {
& > box {
border-radius: 12px;
transition: 100ms linear;
padding: 0 8px;
& > label {
font-size: 14px;
margin-right: 1px;
}
}
&:hover {
& > box {
background: colors.$bg-primary;
}
}
}
}