mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-28 18:05:41 -04:00
24 lines
285 B
CSS
24 lines
285 B
CSS
.remotePathMappingsHeader {
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.host {
|
|
flex: 0 0 300px;
|
|
}
|
|
|
|
.path {
|
|
flex: 0 0 400px;
|
|
}
|
|
|
|
.addRemotePathMapping {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.addButton {
|
|
text-align: center;
|
|
}
|