diff --git a/client/src/app/add-new-torrent/add-new-torrent.component.scss b/client/src/app/add-new-torrent/add-new-torrent.component.scss index 4d5a055..c7038b4 100644 --- a/client/src/app/add-new-torrent/add-new-torrent.component.scss +++ b/client/src/app/add-new-torrent/add-new-torrent.component.scss @@ -3,21 +3,6 @@ width: 24em; } -.scroll-container { - width: 100%; - overflow-x: auto; - overflow-y: auto; - max-height: 603px; -} - -.is-fullwidth-label { - width: 100%; -} - -.is-block { - display: block; -} - .separator { display: flex; align-items: center; @@ -42,7 +27,3 @@ .separator:not(:empty)::after { margin-left: 0.25em; } - -.strike-through { - text-decoration: line-through; -} diff --git a/client/src/app/torrent/torrent.component.scss b/client/src/app/torrent/torrent.component.scss index 7021f84..5d62b1c 100644 --- a/client/src/app/torrent/torrent.component.scss +++ b/client/src/app/torrent/torrent.component.scss @@ -8,10 +8,6 @@ table { } } -.fa-download { - margin-left: 12px; -} - .flex-container { display: flex; flex: 1 1 0;