add styles to md profile

This commit is contained in:
Tiago Kayaya
2020-11-26 16:33:48 +01:00
parent 8a963fcd81
commit b103c5b19b
51 changed files with 784 additions and 125 deletions
+43
View File
@@ -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;
}