File size: 461 Bytes
d757506
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.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;
    }
}