Files
Prowlarr-Prowlarr/frontend/src/Settings/Profiles/App/AppProfiles.css
2021-05-27 17:22:32 -04:00

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