1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Convert Release Profiles to TypeScript

This commit is contained in:
Bogdan
2024-09-27 08:52:32 +03:00
parent 9a5f4bef63
commit d37e71415f
18 changed files with 393 additions and 611 deletions
@@ -0,0 +1,25 @@
.releaseProfile {
composes: card from '~Components/Card.css';
width: 290px;
}
.enabled {
display: flex;
flex-wrap: wrap;
margin-top: 5px;
}
.name {
@add-mixin truncate;
margin-bottom: 20px;
font-weight: 300;
font-size: 24px;
}
.label {
composes: label from '~Components/Label.css';
max-width: 100%;
}