1
0
Fork 0

Adding edt popup template

This commit is contained in:
KEZEL BENOIT p1907091 2020-11-23 20:34:46 +01:00
parent affc823837
commit 7f7fed1f0a
2 changed files with 123 additions and 85 deletions

View file

@ -219,6 +219,7 @@ h3
.midi .midi
td td
height: 10vh height: 10vh
cursor: auto
th th
background-color: $secondary background-color: $secondary
text-align: center text-align: center
@ -234,6 +235,7 @@ h3
td td
border-bottom: 1px solid white border-bottom: 1px solid white
td td
cursor: pointer
text-align: center text-align: center
font-size: 15px font-size: 15px
background-color: $medium background-color: $medium
@ -488,3 +490,26 @@ div#visible + div
display: block display: block
margin: auto margin: auto
cursor: pointer cursor: pointer
.detailsedt
z-index: 1
display: none
position: fixed
top: 20vh
left: 30%
background-color: $dark2
width: 40%
border-radius: 50px
border: 1px solid $light3
p
font-size: 20px
padding: 5px
color: white
margin: 0
text-align: center
p:first-child
font-size: 25px
background-color: $secondary
border-top-right-radius: 50px
border-top-left-radius: 50px

View file

@ -1,6 +1,16 @@
extends ../template/navbar extends ../template/navbar
block content block content
- let variable = [{name:"",ue:{id:0,name:""},teachers:[{id:0,firstName:"",lastName:""}],location:[""],dateStart:Date,dateEnd:Date,group:{id:0,number:0,promotion:{id:0,name:""}},promotion:{id:0,name:""}}];
div.detailsedt
p Maths
p S26
p Mr. Jaloux
p G4S3
p 08h à 10h
p UE------------
div
table(id="edttable") table(id="edttable")
tr tr
th Monday th Monday
@ -78,6 +88,7 @@ block content
td td
p Maths p Maths
p S26 p S26
div(class="row" id="edtweek") div(class="row" id="edtweek")
div(class="col s3 offset-s1") div(class="col s3 offset-s1")
i(class="large material-icons") fast_rewind i(class="large material-icons") fast_rewind
@ -85,3 +96,5 @@ block content
h3 Week of the 02/11/2020 h3 Week of the 02/11/2020
div(class="col s3") div(class="col s3")
i(class="large material-icons") fast_forward i(class="large material-icons") fast_forward