This commit is contained in:
IdaTiegel99
2021-03-24 15:25:18 +01:00
parent 0419ecf707
commit 2293fc669e
6 changed files with 1115 additions and 4 deletions
+45 -1
View File
@@ -671,6 +671,17 @@ image_gruppenavn{
border-radius: 50%;
}
/*Kalender slut*/
/*Event*/
#testEvent2 {
position: absolute;
width: 220px;
height: 10px;
position: absolute;
background: red;
border-radius: 10px;
display: none;
}
/*Event slut*/
#return-to-top {
position: fixed;
@@ -712,4 +723,37 @@ image_gruppenavn{
#return-to-top:hover i {
color: rgba(255, 255, 255, .55);;
top: 5px;
}
}
/*Adminside*/
#nameOfGameJam {
}
#startDate {
}
#endDate{
}
#startTime{
}
#endTime{
}
#description {
background-color: rgb(18, 18, 18);
color: rgba(255, 255, 255, .55);
border-radius:15px;
border:double;
}
#indsend {
border-radius: 10px;
color: rgba(255, 255, 255, .55);
background-color: rgb(18, 18, 18);
border: double;
}
/*Adminside slut*/