mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Edit task detail page and add integration methods
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.button-edit-event {
|
||||
/* width: 140px; */
|
||||
height: 44px;
|
||||
border-radius: 22.5px;
|
||||
--background: #e0e9ee;
|
||||
--color:#061b52;
|
||||
}
|
||||
.button-options {
|
||||
height: 44px;
|
||||
--color: #42b9fe;
|
||||
}
|
||||
.button-approve {
|
||||
/* width: 140px; */
|
||||
height: 44px;
|
||||
border-radius: 22.5px;
|
||||
--background: #42b9fe;
|
||||
}
|
||||
.button-discart-event {
|
||||
/* width: 140px; */
|
||||
height: 44px;
|
||||
border-radius: 22.5px;
|
||||
--background: #d30a0a;
|
||||
--color:#fff;
|
||||
}
|
||||
Reference in New Issue
Block a user