mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
31 lines
564 B
CSS
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;
|
|
}
|