We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28cfa31 + aa01821 commit 0b2596fCopy full SHA for 0b2596f
2 files changed
static/accounts/profile.css
@@ -83,17 +83,11 @@ body {
83
width: 94px;
84
height: 94px;
85
border-radius: 50%;
86
- background-color: var(--neutralslate-blackslate-black-50);
87
display: flex;
88
align-items: center;
89
justify-content: center;
90
-
91
- border: 2px solid var(--variable-collection-border-gary40);
92
}
93
94
-.profile-picture:hover {
95
- background-color: var(--neutralslate-blackslate-black-100);
96
-}
97
98
.profile-icon {
99
width: 40px;
templates/accounts/profile_edit.html
@@ -132,6 +132,8 @@ <h2 style="margin: 0; font-size: 18px;">프로필 편집</h2>
132
133
134
135
+ background: transparent !important;
136
+ border: none !important;
137
138
139
.camera-icon {
0 commit comments