mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-24 22:35:49 -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;
|
|
}
|