mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
Initial Commit Rework
This commit is contained in:
parent
74a4cc048c
commit
95051cbd63
2483 changed files with 101351 additions and 111396 deletions
19
frontend/src/Components/FieldSet.css
Normal file
19
frontend/src/Components/FieldSet.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
.fieldSet {
|
||||
margin: 0;
|
||||
margin-bottom: 20px;
|
||||
padding: 0;
|
||||
min-width: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.legend {
|
||||
display: block;
|
||||
margin-bottom: 21px;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
border: 0;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
color: #3a3f51;
|
||||
font-size: 21px;
|
||||
line-height: inherit;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue