Recolor Preferences/Admin UI to better match main design (#31034)

This commit is contained in:
Michael Stanclift 2024-07-23 10:30:45 -05:00 committed by GitHub
parent cd0ca4b994
commit 8b7f93cc7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 266 additions and 189 deletions

View file

@ -10,7 +10,7 @@
&:active,
&:focus {
.card__bar {
background: lighten($ui-base-color, 8%);
background: $ui-base-color;
}
}
}
@ -18,7 +18,9 @@
&__img {
height: 130px;
position: relative;
background: darken($ui-base-color, 12%);
background: $ui-base-color;
border: 1px solid var(--background-border-color);
border-bottom: none;
img {
display: block;
@ -39,7 +41,9 @@
display: flex;
justify-content: flex-start;
align-items: center;
background: lighten($ui-base-color, 4%);
background: var(--background-color);
border: 1px solid var(--background-border-color);
border-top: none;
.avatar {
flex: 0 0 auto;