Socialify

Folder ..

Viewing home.page.scss
21 lines (22 loc) • 296.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
.lgsize {
    font-size: 1.5em;
}
.no-active {
    color: #666666 !important;
}
.active {
    color: red;
}
.contentFlow {
    height: calc(100vh - 150px);
    overflow-y: scroll !important;
}
#course-content {
    display: none;
}
#profile-content {
    display: none;
}
.zi {
    z-index: 99;
}