-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.css
More file actions
40 lines (33 loc) · 868 Bytes
/
input.css
File metadata and controls
40 lines (33 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/* ==========================================================================
Goosse Input Component Styling
- Volledig zelfstandig
========================================================================== */
.goosse-input .modal-header {
border-bottom: 1px solid var(--bs-border-color);
padding: 1rem;
}
.goosse-input .modal-footer {
border-top: 1px solid var(--bs-border-color);
display: flex;
justify-content: flex-end;
gap: 0.5rem;
padding: 1rem;
}
.goosse-input .modal-body {
padding: 1rem;
}
.goosse-input-description {
margin-bottom: 1rem;
color: var(--bs-secondary-color);
}
.goosse-input-field {
margin-bottom: 0.75rem;
}
.goosse-input textarea {
resize: vertical;
}
.goosse-range-value {
float: right;
font-weight: 500;
margin-left: 0.4rem;
}