mirror of
https://github.com/ae-utbm/sith.git
synced 2025-10-15 01:08:32 +00:00
timetable base
This commit is contained in:
26
timetable/static/timetable/css/generator.scss
Normal file
26
timetable/static/timetable/css/generator.scss
Normal file
@@ -0,0 +1,26 @@
|
||||
#timetable {
|
||||
.header {
|
||||
background-color: white;
|
||||
box-shadow: none;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 0;
|
||||
span {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.content {
|
||||
position: relative;
|
||||
text-align: center;
|
||||
|
||||
.slot {
|
||||
background-color: cadetblue;
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user