mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -467,18 +467,19 @@ $app-theme: mat-light-theme((
|
||||
overflow: auto;
|
||||
--background: #fff;
|
||||
}
|
||||
.btn-ok{
|
||||
width: 170px !important;
|
||||
|
||||
.btn-ok-no-width{
|
||||
height: 45px !important;
|
||||
margin: 0 auto !important;
|
||||
margin: 0 auto;
|
||||
padding:0 !important;
|
||||
border-radius: 22.5px;
|
||||
background-color: #42b9fe;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.btn-ok-no-width{
|
||||
.btn-ok{
|
||||
width: 170px !important;
|
||||
height: 45px !important;
|
||||
margin: 0 auto;
|
||||
margin: 0 auto !important;
|
||||
padding:0 !important;
|
||||
border-radius: 22.5px;
|
||||
background-color: #42b9fe;
|
||||
@@ -504,6 +505,35 @@ $app-theme: mat-light-theme((
|
||||
color: #061b52 !important;
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
.btn-ok-medium{
|
||||
width: 130px !important;
|
||||
height: 45px !important;
|
||||
margin: 0 auto !important;
|
||||
padding:0 !important;
|
||||
border-radius: 22.5px;
|
||||
background-color: #42b9fe;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.btn-delete-medium{
|
||||
display: block;
|
||||
width: 130px !important;
|
||||
height: 45px !important;
|
||||
margin: 0 auto !important;
|
||||
padding:0 !important;
|
||||
border-radius: 22.5px;
|
||||
background-color: #ffe0e0;
|
||||
color: #d30a0a !important;
|
||||
}
|
||||
.btn-cancel-medium{
|
||||
display: block;
|
||||
width: 130px !important;
|
||||
height: 45px !important;
|
||||
padding:0 !important;
|
||||
border-radius: 22.5px;
|
||||
background-color: #e0e9ee;
|
||||
color: #061b52 !important;
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
.btn-no-color{
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user