changed .text-red to be !important

dev
Harald Wolff 2022-07-27 10:15:16 +02:00
parent 74469e2b09
commit 4e47e503a4
1 changed files with 1 additions and 2 deletions

View File

@ -9938,7 +9938,7 @@ body.loaded:after {
}
*.text-red {
color: #dc3545;
color: #dc3545 !important;
}
*.text-green {
@ -10893,4 +10893,3 @@ textarea.large {
transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.svg-icon img {width: 100px}