css: reduce `.card .label` selector specificity (#54911)

This commit is contained in:
Thomas Jund 2021-06-16 11:58:27 +02:00
parent 6573471557
commit 293c84c6c6
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@ div#login-methods input {
div.card,
#profile {
span.label {
.label {
color: lighten($font-color, 20%);
font-size: 90%;
display: block;

View File

@ -514,7 +514,7 @@ div.card,
> * {
margin: 0;
}
span.label {
.label {
line-height: 1;
}
.value {