handling default edit-question-button color
This commit is contained in:
parent
bd8990153f
commit
c57de6a332
|
|
@ -179,6 +179,7 @@
|
||||||
|
|
||||||
.edit-question-button {
|
.edit-question-button {
|
||||||
@apply text-white py-2 px-4 mt-3 block w-fit rounded-full;
|
@apply text-white py-2 px-4 mt-3 block w-fit rounded-full;
|
||||||
|
background-color: #e04d42;
|
||||||
&:hover {
|
&:hover {
|
||||||
@apply text-white;
|
@apply text-white;
|
||||||
filter: brightness(1.1) saturate(1.4);
|
filter: brightness(1.1) saturate(1.4);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user