fix(shops): lots of layout corrections

This commit is contained in:
Sabe Jones
2024-05-15 17:28:39 -05:00
parent 4d38880249
commit 7e7ce44c77
14 changed files with 166 additions and 153 deletions

View File

@@ -573,10 +573,14 @@
}
#avatar-modal {
h2 {
color: $purple-300;
}
.avatar {
cursor: auto;
&:not(.new-user) {
&:not(.new-user)[class*=background] {
box-shadow: 0px 1px 3px 0px rgba(26, 24, 29, 0.12), 0px 1px 2px 0px rgba(26, 24, 29, 0.24);
}