Files
Readarr/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMappings.css
T
2017-09-05 23:00:26 -04:00

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;
}