frontend/style/pages/upload.css
2023-04-09 16:32:30 +02:00

31 lines
564 B
CSS

.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;
}