-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
67 lines (64 loc) · 1.29 KB
/
styles.css
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
*{
font-family: 'Roboto', sans-serif;
}
.dashboard-main-wrap{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.user-name-wrap{
padding: 0 10px 0 10px;
}
.user-name-wrap p{
margin-bottom: 0;
}
.notification-wrap{
padding: 0 10px 0 10px;
}
.percentage-course-wrap, .chart-wrap, .available-course-wrap, .your-course-wrap{
height: auto;
}
.percentage-course-wrap, .available-course-wrap, .your-course-wrap{
display: flex;
align-items: center;
}
.scrollmenu {
overflow: auto;
white-space: nowrap;
}
.scrollmenu a:hover {
background-color: #777;
}
.course-div{
display: inline-block;
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.course-div:first-child{
border-radius: 5px;
}
.course-div h5{
margin: 3px;
}
/* video warp */
.contact-wrap{
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
}
.contact-item{
display: flex;
width: 100%;
justify-content: center;
padding-top: 15px;
}
.chat-body-wrap, .cotactus-wrap{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.chat-body{
background-color: #eee;
}
.cotact-title-wrap{
padding-top: 2px;
padding: 5px;
}
.playlist-wrap, .video-wrap{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}