1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-27 22:57:09 -04:00
Files
Radarr/frontend/src/Settings/DownloadClients/RemotePathMappings/RemotePathMappings.css
T

29 lines
356 B
CSS

.remotePathMappingsHeader {
display: flex;
margin-bottom: 10px;
padding-right: 24px;
font-weight: bold;
}
.host {
@add-mixin truncate;
flex: 0 1 300px;
}
.path {
@add-mixin truncate;
flex: 0 1 400px;
}
.addRemotePathMapping {
display: flex;
justify-content: flex-end;
padding-right: 10px;
}
.addButton {
text-align: center;
}