Lidarr/frontend/src/Artist/Index/Table/ArtistStatusCell.css

11 lines
146 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.status {
composes: cell from 'Components/Table/Cells/TableRowCell.css';
width: 60px;
}
.statusIcon {
2018-01-22 03:56:41 +00:00
margin-right: 6px;
2017-09-04 02:20:56 +00:00
width: 20px;
}