mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
22 lines
376 B
CSS
22 lines
376 B
CSS
.appProfiles {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.addAppProfile {
|
|
composes: appProfile from '~./AppProfile.css';
|
|
|
|
background-color: $cardAlternateBackgroundColor;
|
|
color: $gray;
|
|
text-align: center;
|
|
font-size: 45px;
|
|
}
|
|
|
|
.center {
|
|
display: inline-block;
|
|
padding: 5px 20px 0;
|
|
border: 1px solid $borderColor;
|
|
border-radius: 4px;
|
|
background-color: $white;
|
|
}
|