Add grayscale STailwind class
This commit is contained in:
parent
afec103eb2
commit
8634fd8d56
|
@ -524,6 +524,10 @@ textarea:disabled {
|
||||||
opacity: 0.5
|
opacity: 0.5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grayscale {
|
||||||
|
filter: grayscale(100%);
|
||||||
|
}
|
||||||
|
|
||||||
.opacity1 {
|
.opacity1 {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue