File tree 1 file changed +0
-14
lines changed
1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 1
1
2
2
body {
3
3
background-color : # F4F6F9 ;
4
- /*height: 100vh;*/
5
- /*overflow-y: hidden;*/
6
4
}
7
5
8
6
.container-fluid {
12
10
13
11
# side-menu {
14
12
height : 100vh ;
15
- /*position: fixed;*/
16
13
background-color : # 343a40 ;
17
14
padding : 0 ;
18
15
overflow-x : hidden;
22
19
background-color : # 343a40 ;
23
20
z-index : 10 ;
24
21
height : auto;
25
- /*position: fixed;*/
26
- /*top: 0px;*/
27
- /*width: 100%;*/
28
22
padding-top : 10px ;
29
23
padding-bottom : 10px ;
30
24
}
@@ -181,21 +175,15 @@ ul {
181
175
}
182
176
183
177
.titlerow {
184
- /*background-color: white;*/
185
178
height : auto;
186
179
padding : 30px ;
187
180
padding-top : 0 ;
188
181
padding-bottom : 0 ;
189
- /*box-shadow: #DDD 0 0 8px 1px ;*/
190
- /*border-radius: .125rem;*/
191
182
}
192
183
193
184
.minicourses {
194
- /*background-color: white;*/
195
185
height : auto;
196
186
padding : 20px ;
197
- /*box-shadow: #DDD 0 0 8px 1px ;*/
198
- /*border-radius: .125rem;*/
199
187
}
200
188
201
189
.minicourses-list {
@@ -213,13 +201,11 @@ ul {
213
201
214
202
.minicourses-list-li-div {
215
203
width : 100% ;
216
- /*padding-top: 10px;*/
217
204
height : auto;
218
205
border-bottom : solid 2px # EEE ;
219
206
background-color : white;
220
207
box-shadow : # DDD 0 0 8px 1px ;
221
208
border-radius : .125rem ;
222
- /*cursor: pointer;*/
223
209
}
224
210
225
211
# minicourses-list > li {
You can’t perform that action at this time.
0 commit comments