mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
7480ebea85
Fixes #281
21 lines
366 B
CSS
21 lines
366 B
CSS
.indexerProxies {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.addIndexerProxy {
|
|
composes: indexerProxy from '~./IndexerProxy.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;
|
|
}
|