Skip to content
Snippets Groups Projects

feat: community page

Merged MEKHININI ELIES requested to merge feature/51-css-community into develop
Compare and
10 files
+ 190
31
Preferences
Compare changes
Files
10
.containerGlobal {
display: flex;
}
.containerGlobal {
height: 100%;
width: 100%;
display: flex;
flex-direction: row;
}
.containerLeft {
height: 100%;
width: 50%;
padding-inline: 2%;
display: flex;
flex-direction: column;
justify-content: 'space-between';
}
.containerRight {
height: 100%;
width: 50%;
background-image: url(../../../../../public/BackgroundSubScreen.png);
background-repeat: no-repeat;
background-size: cover;
/* display: flex;
flex-direction: column;
align-items: center; */
}
.container {
display: flex;
flex-direction: column;
border-radius: 25px;
background-color: #fff;
box-shadow: 0 0 0.5% rgba(0, 0, 0, 0.1);
width: 100%;
height: 70%;
flex-grow: 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
border: 1vmin solid #F3F3F3;
}
\ No newline at end of file