Skip to content
Snippets Groups Projects

Display for user

Merged Madeleine Stenberg Jonassen requested to merge display-for-user into main
10 files
+ 126
109
Compare changes
  • Side-by-side
  • Inline
Files
10
@@ -4,7 +4,6 @@ body {
background-color: #F2F2F2;
}
input {
padding: 5px;
border-radius: 5px;
@@ -76,6 +75,14 @@ select{
color: #FFFFFF;
border-radius: 10px;
}
.play-btn:hover {
background-color: #425575;
transition: 0.4s ;
}
.play-btn:active{
background-color: #425575;
transition: 0.2s ;
}
.edit-btn{
padding: 10px;
text-decoration: none;
@@ -141,10 +148,12 @@ select{
padding: 10px;
border-radius: 5px;
border-color: transparent;
min-width: 160px;
font-family: monospace;
transition: 0.4s;
cursor: pointer;
width: 120px;
height: 50px;
}
.submit-btn:hover{
background-color: #a67d0e;
Loading