Page MenuHomePhorge

forms.scss
No OneTemporary

Authored By
Unknown
Size
698 B
Referenced Files
None
Subscribers
None

forms.scss

.list-input {
& > div {
&:not(:last-child) {
margin-bottom: -1px;
input,
a.btn {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
}
&:not(:first-child) {
input,
a.btn {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
}
}
input.is-invalid {
z-index: 2;
}
}
.range-input {
display: flex;
label {
margin-right: 0.5em;
}
}
.form-control-plaintext .btn-sm {
margin-top: -0.25rem;
}
form.read-only {
.row {
margin-bottom: 0;
}
}

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 10:47 PM (2 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a4/3a/f38625ed4289f2923438c037c170
Default Alt Text
forms.scss (698 B)

Event Timeline