Adding edt popup template
This commit is contained in:
parent
affc823837
commit
7f7fed1f0a
2 changed files with 123 additions and 85 deletions
|
@ -219,6 +219,7 @@ h3
|
|||
.midi
|
||||
td
|
||||
height: 10vh
|
||||
cursor: auto
|
||||
th
|
||||
background-color: $secondary
|
||||
text-align: center
|
||||
|
@ -234,6 +235,7 @@ h3
|
|||
td
|
||||
border-bottom: 1px solid white
|
||||
td
|
||||
cursor: pointer
|
||||
text-align: center
|
||||
font-size: 15px
|
||||
background-color: $medium
|
||||
|
@ -488,3 +490,26 @@ div#visible + div
|
|||
display: block
|
||||
margin: auto
|
||||
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
|
||||
|
||||
|
|
|
@ -1,6 +1,16 @@
|
|||
extends ../template/navbar
|
||||
|
||||
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")
|
||||
tr
|
||||
th Monday
|
||||
|
@ -78,6 +88,7 @@ block content
|
|||
td
|
||||
p Maths
|
||||
p S26
|
||||
|
||||
div(class="row" id="edtweek")
|
||||
div(class="col s3 offset-s1")
|
||||
i(class="large material-icons") fast_rewind
|
||||
|
@ -85,3 +96,5 @@ block content
|
|||
h3 Week of the 02/11/2020
|
||||
div(class="col s3")
|
||||
i(class="large material-icons") fast_forward
|
||||
|
||||
|
||||
|
|
Reference in a new issue