mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
10 lines
132 B
CSS
10 lines
132 B
CSS
.deleteButton {
|
|
composes: button from '~Components/Link/Button.css';
|
|
|
|
margin-right: auto;
|
|
}
|
|
|
|
.labelIcon {
|
|
margin-left: 8px;
|
|
}
|