mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
12 lines
197 B
CSS
12 lines
197 B
CSS
.selectAllHeaderCell {
|
|
composes: headerCell from '~Components/Table/TableHeaderCell.css';
|
|
|
|
flex: 0 0 36px;
|
|
}
|
|
|
|
.input {
|
|
composes: input from '~Components/Form/CheckInput.css';
|
|
|
|
margin: 0;
|
|
}
|