This commit is contained in:
Ida Tiegel
2021-04-22 10:04:45 +02:00
parent a59fcdca30
commit 62d7d64e32
3 changed files with 139 additions and 0 deletions
+49
View File
@@ -897,3 +897,52 @@ ol.Subject-list {
list-style-type: decimal;
color: red;
}
/*Stem*/
#activeGameJam {
border: 0;
background: none;
display: block;
margin: 20px auto;
text-align: center;
border: 2px solid rgb(52, 152, 219);
padding: 10px 10px;
outline: none;
color: rgba(255, 255, 255, .55);
border-radius: 24px;
transition: 0.25s;
width: 90%;
}
#gameDataId {
border: 0;
background: none;
display: block;
margin: 10px auto;
text-align: center;
border: 2px solid rgb(72, 209, 204);
padding: 10px 10px;
outline: none;
color: rgba(255, 255, 255, .55);
border-radius: 24px;
transition: 0.25s;
width: 90%;
}
#oneVote {
border: 0;
background: none;
display: block;
margin: 10px auto;
text-align: center;
border: 3px solid rgb(0, 255, 127);
padding: 10px 10px;
outline: none;
color: rgba(255, 255, 255, .55);
border-radius: 24px;
transition: 0.25s;
width: 90%;
}
#voteAndComment{
}