Turn off the text-transform with a class

This commit is contained in:
tcely 2025-02-02 22:58:49 -05:00 committed by GitHub
parent 9c36b38ee3
commit 3b001d1837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,3 +46,7 @@ select {
background-color: $main-button-background-hover-colour !important;
}
}
.no-text-transform {
text-transform: none;
}