generated from ludops/ludops-skeleton
feat: minor .css changes
Build and Deploy / build-and-push (push) Successful in 1m22s
Details
Build and Deploy / build-and-push (push) Successful in 1m22s
Details
This commit is contained in:
parent
1a796ce097
commit
1ccfeb29fb
|
|
@ -258,7 +258,7 @@
|
||||||
.open-form-btn {
|
.open-form-btn {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
background: #2c3e50;
|
background: #9d4d67;
|
||||||
color: white;
|
color: white;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
@ -276,7 +276,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.open-form-btn:hover {
|
.open-form-btn:hover {
|
||||||
background: #1a252f;
|
background: #de6c90;
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-form {
|
.task-form {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue