[Glitch] Fix lock icon not being shown when locking account in profile settings
Port 4babf5b8b5
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
remotes/1727458204337373841/tmp_refs/heads/signup-info-prompt
parent
45deca65b3
commit
24508bb837
|
@ -78,6 +78,10 @@
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
|
i[data-hidden] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: $primary-text-color;
|
color: $primary-text-color;
|
||||||
|
|
Loading…
Reference in New Issue