mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
12 lines
195 B
CSS
12 lines
195 B
CSS
.selectAllHeaderCell {
|
|
composes: headerCell from 'Components/Table/TableHeaderCell.css';
|
|
|
|
flex: 0 0 36px;
|
|
}
|
|
|
|
.input {
|
|
composes: input from 'Components/Form/CheckInput.css';
|
|
|
|
margin: 0;
|
|
}
|