photo26/photo21/static/layout.css
2022-12-26 00:24:01 +01:00

55 lines
933 B
CSS

/*
This file is part of photo21
Copyright (C) 2022 Amicale des élèves de l'ENS Paris-Saclay
SPDX-License-Identifier: GPL-3.0-or-later
*/
/* Use dark scrollbar */
:root {
color-scheme: dark;
}
/* Bootstrap icons */
.bi {
display: inline-block;
vertical-align: -0.125em;
fill: currentcolor;
}
/* Login view */
.login {
max-width: 35rem;
}
.login .asteriskField {
display: none;
}
.login .form-group {
margin-top: 0.5em;
}
/* Upload view */
.upload-drop-zone {
height: 10em;
line-height: 10em;
border-width: 2px;
color: #a3a3a3;
border-style: dashed;
border-color: #a3a3a3;
border-radius: 0.5em;
text-align: center;
margin-bottom: 0.5em;
}
.upload-drop-zone.drop {
color: #222;
border-color: #222;
background-color: rgba(163, 163, 163, 0.274);
}
/* Language selector */
.lang-select {
border: none;
background: none;
color: inherit;
cursor: pointer;
text-decoration: underline;
}