mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Save
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
.buttons{
|
||||
overflow: auto;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.btn-item{
|
||||
padding: 2px;
|
||||
margin: 10px 20px 10px 20px !important;
|
||||
overflow: auto;
|
||||
}
|
||||
.btn-ok, .btn-cancel, .btn-delete{
|
||||
font-size: 13px;
|
||||
padding:0 !important;
|
||||
}
|
||||
hr.solid {
|
||||
width: 360px;
|
||||
border-top: 1px solid #ebebeb;
|
||||
}
|
||||
.btn-ok{
|
||||
display: block;
|
||||
width: 170px !important;
|
||||
height: 45px !important;
|
||||
border-radius: 22.5px;
|
||||
/* right: 20px !important; */
|
||||
--background: #42b9fe;
|
||||
--color: #ffffff !important;
|
||||
float: left;
|
||||
}
|
||||
.btn-cancel{
|
||||
width: 170px !important;
|
||||
height: 45px !important;
|
||||
border-radius: 22.5px;
|
||||
background-color: #e0e9ee;
|
||||
--color: #061b52 !important;
|
||||
--background:transparent;
|
||||
--box-shadow: none;
|
||||
float: right;
|
||||
|
||||
}
|
||||
.btn-delete{
|
||||
width: 170px !important;
|
||||
height: 45px !important;;
|
||||
border-radius: 22.5px;
|
||||
--background: #ffe0e0;
|
||||
--color: #d30a0a !important;
|
||||
--padding-start:0 !important;
|
||||
--padding-end:0 !important;
|
||||
float: left;
|
||||
}
|
||||
Reference in New Issue
Block a user