Lidarr/frontend/src/Settings/DownloadClients/DownloadClients/DownloadClients.css

21 lines
372 B
CSS

.downloadClients {
display: flex;
flex-wrap: wrap;
}
.addDownloadClient {
composes: downloadClient from './DownloadClient.css';
background-color: $cardAlternateBackgroundColor;
color: $gray;
text-align: center;
}
.center {
display: inline-block;
padding: 5px 20px 0;
border: 1px solid $borderColor;
border-radius: 4px;
background-color: $white;
}