build rework

This commit is contained in:
Robin Appelman 2023-04-09 16:32:30 +02:00
commit dc80d715a6
18 changed files with 1681 additions and 115 deletions

31
style/pages/upload.css Normal file
View file

@ -0,0 +1,31 @@
.upload-page .teams {
& input, & input:focus {
background: transparent none;
border: none;
outline: none;
text-align: inherit;
font-family: Arial, sans-serif;
font-size: 45px;
font-weight: bold;
float: inherit;
color: #f4f4f4;
&::placeholder {
opacity: 0.5;
color: #f4f4f4;
}
}
& .blue input {
text-align: right;
}
}
.demo-info {
font-weight: bold;
padding-bottom: 15px;
}
.demo-info span.time {
float: right;
}