File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Original file line number Diff line number Diff line change 9
9
justify-content : center;
10
10
align-items : center;
11
11
flex-wrap : wrap;
12
+ display : flex;
13
+ justify-content : center;
14
+ align-items : center;
15
+ flex-wrap : wrap;
16
+ background : linear-gradient ( 45deg , # b0b793, transparent);
17
+ box-shadow : rgb (52 144 22 ) 1.95px 1.95px 2.6px ;
18
+ position : relative;
19
+ margin-top : 20px ;
20
+ border-radius : 10px ;
21
+ padding : 5px 10px 15px 10px ;
22
+ box-shadow : rgb (52 144 22 ) 1.95px 1.95px 2.6px ;
23
+ margin : 20px auto 0 ;
24
+ border : none;
25
+ background : linear-gradient ( 45deg , # b0b793, transparent);
12
26
}
13
27
.timetable .container .subject-details {
14
28
margin : 0 8px ;
64
78
}
65
79
.timetable .slot {
66
80
position : absolute;
67
- color : var ( --nav ) ;
81
+ color : # 1aa7bd ;
68
82
right : 30px ;
69
83
top : 20px ;
70
84
font-size : 40px ;
You can’t perform that action at this time.
0 commit comments