Text: Add text tranformation none class
This commit is contained in:
parent
3b10e32e0d
commit
c488799c31
|
@ -36,6 +36,10 @@
|
|||
.uk-text-light-grey {
|
||||
color: @text-light-grey;
|
||||
}
|
||||
|
||||
.uk-text-transform-none {
|
||||
text-transform: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: @breakpoint-medium-max) {
|
||||
|
|
Loading…
Reference in New Issue