mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
build rework
This commit is contained in:
parent
fc5cd1d24f
commit
dc80d715a6
18 changed files with 1681 additions and 115 deletions
31
style/pages/upload.css
Normal file
31
style/pages/upload.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue