40 lines
508 B
HTML
40 lines
508 B
HTML
<style>
|
|
.welcome .header{
|
|
background-image: url(../images/welcome-background-cust.png);
|
|
position: absolute;
|
|
bottom: 0;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
height: auto;
|
|
}
|
|
|
|
.welcome .header .header-container{
|
|
margin: 15% 32px 0 32px;
|
|
}
|
|
|
|
.profile-edit-field:last-child{
|
|
display: none;
|
|
}
|
|
|
|
//.welcome-cards-container{
|
|
// display: none;
|
|
//}
|
|
|
|
.welcome-page-content{
|
|
margin-top:40%;
|
|
}
|
|
|
|
.welcome-tabs{
|
|
display: none;
|
|
}
|
|
|
|
.meetings-list{
|
|
display: none;
|
|
}
|
|
|
|
.welcome .page .page-content{
|
|
margin: 15% 32px 0 32px;
|
|
}
|
|
</style>
|