File size: 483 Bytes
11452ec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
30
31
32
33
34
.add-subscription-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.subscription-card {
    height: 200px;
    width: 300px;
}

.content-loading-div {
    position: absolute;
    width: 200px;
    height: 50px;
    bottom: -18px;
}

.a-list-item {
    height: 48px;
    color: unset;
    display: flex;
    align-items: center;
    width: 100%;
}

::ng-deep .mdc-list-item__primary-text {
    display: flex;
}

.sub-nav-list {
    margin: 0 auto;
    width: 80%;
}