Refactoring: more css cleanup

This commit is contained in:
Pieter Vander Vennet 2023-04-21 18:09:14 +02:00
parent 4548689a28
commit 59544ec073
8 changed files with 13 additions and 53 deletions

View file

@ -36,10 +36,7 @@
max-width: 100%;
}
.question-subtext {
font-size: medium;
font-weight: normal;
}
.question-option-with-border {
border: 2px solid lightgray;

View file

@ -1,39 +0,0 @@
.userstats {
display: flex;
align-items: center;
margin-top: 0.2em;
margin-bottom: 0.2em;
}
.userstats a {
display: block ruby;
padding-right: 0.2em;
margin-bottom: 0.2em;
}
.userstats span {
display: block ruby;
padding-right: 0.2em;
margin-bottom: 0.2em;
}
.userstats svg {
width: 1em;
height: 1em;
border-radius: 0;
display: block;
}
.userstats img {
width: 1em;
height: 1em;
border-radius: 0;
display: block;
}
.userbadge-login {
background-color: var(--subtle-detail-color) !important;
color: var(--subtle-detail-color-contrast);
height: 3em;
}