mirror of https://github.com/Radarr/Radarr
62 lines
934 B
Plaintext
62 lines
934 B
Plaintext
.result-list {
|
|
font-size: 14px;
|
|
text-align: left;
|
|
padding-bottom: 30px;
|
|
}
|
|
.existing-root-folder-view {
|
|
h1 {
|
|
padding: 10px 0 20px 0;
|
|
}
|
|
}
|
|
.nz-input-large {
|
|
margin-top: 20px;
|
|
margin-bottom: 40px;
|
|
*[class*='icon-'] {
|
|
font-size: 28px;
|
|
height: 30px;
|
|
width: 40px;
|
|
padding-top: 14px;
|
|
padding-left: 10px;
|
|
}
|
|
input {
|
|
height: 50px;
|
|
}
|
|
}
|
|
.folder-name-matches {
|
|
padding-left: 20px;
|
|
padding-top: 10px;
|
|
}
|
|
.img-polaroid {
|
|
min-width: 138px;
|
|
min-height: 203px;
|
|
max-width: 138px;
|
|
max-height: 203px;
|
|
}
|
|
.unmapped-folder-view {
|
|
background: #fcf8e3;
|
|
margin-top: 20px;
|
|
padding: 20px;
|
|
.folder-header {
|
|
font-weight: 300;
|
|
select {
|
|
margin-bottom: 0;
|
|
font-size: 16px;
|
|
}
|
|
input {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
.search-item {
|
|
padding-bottom: 20px;
|
|
a {
|
|
color: #343434;
|
|
}
|
|
a:hover {
|
|
text-decoration: none;
|
|
}
|
|
select {
|
|
font-size: 16px;
|
|
}
|
|
}
|