Updated icon class
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user