added files and tasks

This commit is contained in:
rene
2022-02-21 15:49:29 +01:00
parent 5cfa94d384
commit 4a380cd902
22 changed files with 1305 additions and 20 deletions

View File

@@ -0,0 +1,39 @@
<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>