Use lowercase in script names and search text

Remove uppercase text transformation from node titles (script and
categories) and "no results found" text when searching. It increases the
readability giving it a clean look.
This commit is contained in:
undergroundwires
2022-09-30 19:50:46 +02:00
parent 58ed7b456b
commit 430537f704
3 changed files with 2 additions and 3 deletions

View File

@@ -136,9 +136,10 @@ $size-height : 30px;
}
.checkbox-off, .checkbox-on {
text-transform: uppercase;
float: left;
font-weight: 700;
-webkit-transition: all 0.3s ease-out 0s;
-webkit-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}

View File

@@ -149,7 +149,6 @@ $margin-inner: 4px;
display:flex;
flex-direction: column;
word-break:break-word;
text-transform: uppercase;
color: $color-on-primary;
font-size: 1.5em;
padding:10px;