-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenrolled_course.css
More file actions
98 lines (95 loc) · 1.67 KB
/
enrolled_course.css
File metadata and controls
98 lines (95 loc) · 1.67 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
.container{
margin-top: 40px;
width: 70%;
height: auto;
box-shadow: 0px 6px 5px 5px rgba(176,164,176,1) !important;
transition: all 0.4s ease-in-out !important;
margin: auto;
padding-bottom: 20px;
}
.nav-breadcrumb{
margin-bottom: 30px;
display: flex;
justify-content: space-around;
}
.container-nav{
display: flex;
}
.container-nav > p{
padding: 10px;
margin: auto;
}
.session{
color: black;
}
.nav-link {
text-decoration: none;
padding: 5px;
color: black;
font-family: 'Poppins', sans-serif;
font-size: 1.1rem;
font-weight: 600;
color: #E83A59;
}
.nav-link:hover{
text-decoration: #E83A59 underline;
}
.navbread-link{
text-decoration: none;
padding: 2px;
font-family: 'Poppins', sans-serif;
font-size: 1rem;
font-weight: 600;
color: black;
}
.navbread-link:hover{
text-decoration: underline;
}
.border{
border: 1px solid #ddd;
}
.all{
margin-left: 10%;
}
.webr,
.cohand,
.session{
font-size: 1.5rem;
color:#E83A59;
font-family: 'Noto Sans JP', sans-serif;
}
.session:hover{
text-decoration: #E83A59 underline;
}
.webr:hover,
.cohand:hover{
text-decoration: underline;
}
.btn-no{
border: none;
color: #fff;
background-color: #fff;
}
button{
outline: none;
}
.active{
display: block;
}
.hide{
display: none;
}
.webr-tab{
margin-left: 6%;
}
.cohand-tab{
margin-left: 6%;
}
.rotate{
font-size: 0.9rem;
}
.link-active{
text-decoration: underline;
}