[Glitch] Fix various icon styles in web UI

Port fa7e64df1d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2023-10-27 01:37:58 +02:00
committed by Claire
parent b67d977e20
commit 6230d50f3f
5 changed files with 32 additions and 12 deletions

View File

@@ -583,7 +583,12 @@
border: 1px solid lighten($ui-base-color, 12%);
border-radius: 4px;
box-sizing: content-box;
padding: 2px;
padding: 5px;
.icon {
width: 24px;
height: 24px;
}
}
}
@@ -657,6 +662,21 @@
border-radius: 0 4px 0 0;
}
.icon {
width: 18px;
height: 18px;
}
dd {
display: flex;
align-items: center;
gap: 4px;
span {
display: flex;
}
}
.verified a {
color: $valid-value-color;
}