This commit is contained in:
tiago.kayaya
2021-07-29 11:40:25 +01:00
parent 51b8a026a8
commit 038ccbe633
5 changed files with 109 additions and 72 deletions
@@ -1,17 +1,40 @@
.btn-close{
//padding: 20px 20px;
.main-content{
overflow: hidden !important;
}
.profile-header{
margin: 0 em(20px);
// background-color: #0782c9;
padding: 20px 20px;
border: 0!important;
overflow: auto;
.div-logo{
background: transparent;
width: calc(100% - 40px) !important;
justify-content: center;
align-items: center;
float: right;
display: flex;
float: left;
.logo{
width: 140px;
.img{
width: 100%;
margin: 0px auto;
}
}
}
}
.btn-close{
float: right !important;
}
.profile-content{
width: 100% !important;
padding: 20px 20px;
padding: 0 20px 50px 20px;
float: left;
.profile-title{
font-size: 25px;
font-size: 20px;
font-weight: 300;
margin-bottom: 20px;
}