mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
22 lines
396 B
CSS
22 lines
396 B
CSS
.languageProfiles {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.addLanguageProfile {
|
|
composes: languageProfile from '~./LanguageProfile.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;
|
|
}
|