Updated icon class

This commit is contained in:
2024-08-27 11:31:58 +02:00
parent 4f3342a850
commit f4068c10bd
2 changed files with 8 additions and 8 deletions

View File

@@ -22,13 +22,13 @@
@apply block w-24;
}
.icon {
@apply inline text-hsrm-gray size-7 drop-shadow hover:text-opacity-75;
@apply inline text-hsrm-gray size-7 drop-shadow;
}
.icon-disabled {
@apply text-opacity-25 hover:text-opacity-25;
}
.icon-nohover {
@apply hover:text-opacity-100;
.icon-hover {
@apply hover:text-opacity-75;
}
.card-status {
@apply uppercase shadow-lg bg-opacity-60 min-h-20 hover:bg-opacity-80;