fcwv-flask/static/main.css

20 lines
244 B
CSS
Raw Normal View History

2023-03-21 19:42:22 -04:00
html, body, content {
height: 100%;
width: 100%;
}
content {
display: inline-block;
}
file-loader {
background-color: #bab;
height: 40px;
position: absolute;
width: 100%;
}
file-loader.dragover {
background-color: #d042d0;
}