Text: Add text tranformation none class

This commit is contained in:
Konstantinos Triantafyllou 2023-02-15 18:28:56 +02:00
parent 3b10e32e0d
commit c488799c31
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@
.uk-text-light-grey { .uk-text-light-grey {
color: @text-light-grey; color: @text-light-grey;
} }
.uk-text-transform-none {
text-transform: none !important;
}
} }
@media only screen and (max-width: @breakpoint-medium-max) { @media only screen and (max-width: @breakpoint-medium-max) {