mirror of https://gitlab.com/tildes/tildes.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
1.2 KiB
83 lines
1.2 KiB
// Copyright (c) 2018 Tildes contributors <code@tildes.net>
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
.form-narrow {
|
|
max-width: 20rem;
|
|
}
|
|
|
|
select.form-select:not([multiple]) {
|
|
// would be better to implement autoprefixer to do this
|
|
-moz-appearance: none;
|
|
-webkit-appearance: none;
|
|
}
|
|
|
|
.form-listing-options {
|
|
.form-group {
|
|
margin-top: 0.2rem;
|
|
margin-left: 0.4rem;
|
|
}
|
|
|
|
label, select {
|
|
font-size: 0.6rem;
|
|
}
|
|
|
|
select {
|
|
width: auto;
|
|
height: 1.4rem;
|
|
padding: 0 0 0 0.2rem;
|
|
}
|
|
}
|
|
|
|
.form-login {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.form-buttons {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
justify-content: flex-start;
|
|
|
|
margin: 0.2rem 0;
|
|
max-width: 40rem;
|
|
|
|
button {
|
|
margin-left: 0.4rem;
|
|
flex-shrink: 0;
|
|
}
|
|
}
|
|
|
|
textarea.form-input {
|
|
height: 8rem;
|
|
line-height: 1.5;
|
|
max-width: none;
|
|
transition: none;
|
|
}
|
|
|
|
.form-status {
|
|
margin: auto 0;
|
|
font-size: 0.6rem;
|
|
}
|
|
|
|
.form-input {
|
|
max-width: 40rem;
|
|
}
|
|
|
|
.form-input-note {
|
|
font-size: 0.6rem;
|
|
line-height: 0.9rem;
|
|
margin: 0.2rem;
|
|
}
|
|
|
|
.form-label {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
max-width: 40rem;
|
|
|
|
a {
|
|
font-size: 0.6rem;
|
|
}
|
|
}
|
|
|
|
.form-search .form-input {
|
|
margin-right: 0.4rem;
|
|
}
|