mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
add styles to md profile
This commit is contained in:
@@ -349,3 +349,46 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.nav-icon{
|
||||
font-size: 40px;
|
||||
}
|
||||
.btn-div{
|
||||
width: 390px;
|
||||
margin: 10px;
|
||||
overflow: auto;
|
||||
}
|
||||
.btn-ok{
|
||||
width: 160px !important;
|
||||
height: 45px !important;
|
||||
margin: 0 auto;
|
||||
padding: 10px 15px;
|
||||
border-radius: 22.5px;
|
||||
background-color: #42b9fe;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.btn-ok-no-width{
|
||||
height: 45px !important;
|
||||
margin: 0 auto;
|
||||
padding: 10px 15px;
|
||||
border-radius: 22.5px;
|
||||
background-color: #42b9fe;
|
||||
color: #ffffff !important;
|
||||
}
|
||||
.btn-delete{
|
||||
width: 170px !important;
|
||||
height: 45px !important;
|
||||
margin: 0 auto;
|
||||
padding: 10px 15px;
|
||||
border-radius: 22.5px;
|
||||
background-color: #ffe0e0;
|
||||
color: #d30a0a !important;
|
||||
}
|
||||
.btn-cancel{
|
||||
width: 160px !important;
|
||||
height: 45px !important;
|
||||
margin: 0 auto;
|
||||
padding: 10px 15px;
|
||||
border-radius: 22.5px;
|
||||
background-color: #e0e9ee;
|
||||
color: #061b52 !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user