mirror of
https://github.com/Readarr/Readarr
synced 2026-05-09 05:21:41 +02:00
* New: Webpack 4 * New: Gulp 4 * New: Transpile UI for old browsers Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 lines
102 B
CSS
5 lines
102 B
CSS
.markAsFailedButton {
|
|
composes: button from '~Components/Link/Button.css';
|
|
|
|
margin-right: auto;
|
|
}
|