mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
12 lines
148 B
CSS
12 lines
148 B
CSS
.restriction {
|
|
composes: card from 'Components/Card.css';
|
|
|
|
width: 290px;
|
|
}
|
|
|
|
.enabled {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-top: 5px;
|
|
}
|