ryesun's picture
initial
d757506
raw
history blame contribute delete
461 Bytes
.home {
width: 100%;
height: 100vh;
background-size: cover;
background-repeat: no-repeat;
&-header {
position: absolute;
height: 100%;
}
&-content {
height: 500px;
background: #fff;
border-radius: 8px;
}
.adm-tabs {
top: 550px;
height: 800px;
background-color: #fff;
}
.adm-tabs-content {
max-height: 500px;
overflow: scroll;
}
}