0
0
Fork 0

Revert "Avoid using uppercase text-transform (#12684)" (#12987)

This reverts commit 7da54001fe.
This commit is contained in:
Eugen Rochko 2020-01-27 13:44:29 +01:00 committed by GitHub
parent 7b8e0d3477
commit c2dfd5e4e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 38 additions and 16 deletions

View file

@ -76,8 +76,9 @@
h4 {
padding: 10px;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
font-size: 13px;
color: $darker-text-color;
}
@ -138,8 +139,9 @@
h4 {
padding: 10px;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
font-size: 13px;
color: $darker-text-color;
}
@ -406,6 +408,7 @@
thead th {
text-align: center;
text-transform: uppercase;
color: $darker-text-color;
font-weight: 700;
padding: 10px;