html, body, #root {
width: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: $font-family;
background-color: $magnolia;
}
main {
height: 100%;
}
@media screen and (min-width: 800px) {
#root {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
main {
display: grid;
grid-template-columns: 1fr 3fr;
padding: 2rem;
background-color: $white;
width: 60%;
height: 70%;
border-radius: 23px;
}
}
.container {
box-sizing: border-box;
padding-top: 2.5rem;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
gap: 2.5rem;
}
.bg {
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
.background-pic {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
position: relative;
background-image: url('/src/assets/bg-sidebar-mobile.svg');
background-size: cover;
width: 100%;
height: 25%;
}
}
@media screen and (min-width: 800px) {
.bg {
position: static;
z-index: 1;
.background-pic {
height: 100%;
background-image: url('/src/assets/bg-sidebar-desktop.svg');
}
}
}
html, body, #root {
width: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: $font-family;
background-color: $magnolia;
}
main {
height: 100%;
}
@media screen and (min-width: 800px) {
#root {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
main {
display: grid;
grid-template-columns: 1fr 3fr;
padding: 2rem;
background-color: $white;
width: 60%;
height: 70%;
border-radius: 23px;
}
}
.container {
box-sizing: border-box;
padding-top: 2.5rem;
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
gap: 2.5rem;
}
.bg {
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
.background-pic {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
position: relative;
background-image: url('/src/assets/bg-sidebar-mobile.svg');
background-size: cover;
width: 100%;
height: 25%;
}
}
@media screen and (min-width: 800px) {
.bg {
position: static;
z-index: 1;
.background-pic {
height: 100%;
background-image: url('/src/assets/bg-sidebar-desktop.svg');
}
}
}