diff --git a/src/Ombi/ClientApp/src/app/settings/authentication/authentication.component.scss b/src/Ombi/ClientApp/src/app/settings/authentication/authentication.component.scss index 09f9b5217..2afbcf328 100644 --- a/src/Ombi/ClientApp/src/app/settings/authentication/authentication.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/authentication/authentication.component.scss @@ -1,20 +1,15 @@ @import "~styles/variables.scss"; -.small-middle-container{ - margin: auto; - width: 95%; - margin-top:10px; +.small-middle-container { + margin: auto; + width: 95%; + margin-top: 10px; } -::ng-deep .dark .small-middle-container{ - background-color: rgba(0, 0, 0, 0.10); - padding: 2em; +.control-label { + font-weight: 400; } -.control-label{ - font-weight:400; -} - -::ng-deep .dark .btn:hover{ - box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); - color: inherit; -} +::ng-deep .dark .btn:hover { + box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); + color: inherit; +} \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.scss b/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.scss index af8994a07..439e9afc8 100644 --- a/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.scss @@ -1,32 +1,27 @@ -.small-middle-container{ - margin: auto; - width: 95%; - margin-top:10px; +.small-middle-container { + margin: auto; + width: 95%; + margin-top: 10px; } -::ng-deep .dark .small-middle-container{ - background-color: rgba(0, 0, 0, 0.10); - padding: 2em; +::ng-deep .dark .btn:hover { + box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); + color: inherit; } -::ng-deep .dark .btn:hover{ - box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); - color: inherit; +.col-md-6 { + display: contents; } -.col-md-6{ - display: contents; -} -.col-md-4{ - display: contents; +.col-md-4 { + display: contents; } @media (min-width:1440px) { - .col-md-6{ - display: inline-table; - } - - .col-md-4{ - display: inline-table; - } -} + .col-md-6 { + display: inline-table; + } + .col-md-4 { + display: inline-table; + } +} \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/customization/customization.component.scss b/src/Ombi/ClientApp/src/app/settings/customization/customization.component.scss index 3fc3c097e..ba5ee86ff 100644 --- a/src/Ombi/ClientApp/src/app/settings/customization/customization.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/customization/customization.component.scss @@ -1,42 +1,37 @@ @import "~styles/shared.scss"; .col-12 { - display:grid; + display: grid; } textarea { - min-height:100px; + min-height: 100px; height: auto; - max-height:800px; + max-height: 800px; } -.small-middle-container{ - margin: auto; - width: 95%; - margin-top:10px; +.small-middle-container { + margin: auto; + width: 95%; + margin-top: 10px; } -.control-label{ - font-weight:400; +.control-label { + font-weight: 400; } -.row{ - display:block; +.row { + display: block; } -.btn-danger-outline{ - background-color: #E84C3D; +.btn-danger-outline { + background-color: #E84C3D; } -.btn-success-outline{ - background-color: #1b9d1b; +.btn-success-outline { + background-color: #1b9d1b; } -::ng-deep .dark .small-middle-container{ - background-color: rgba(0, 0, 0, 0.10); - padding: 2em; -} - -::ng-deep .dark .btn:hover{ - box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); - color: inherit; +::ng-deep .dark .btn:hover { + box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); + color: inherit; } \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/dognzb/dognzb.component.scss b/src/Ombi/ClientApp/src/app/settings/dognzb/dognzb.component.scss index 345e1a9ab..aa1beaebc 100644 --- a/src/Ombi/ClientApp/src/app/settings/dognzb/dognzb.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/dognzb/dognzb.component.scss @@ -1,16 +1,11 @@ @import "~styles/shared.scss"; -.small-middle-container{ - margin: auto; - width: 95%; - margin-top:10px; +.small-middle-container { + margin: auto; + width: 95%; + margin-top: 10px; } -::ng-deep .dark .small-middle-container{ - background-color: rgba(0, 0, 0, 0.10); - padding: 2em; -} - -::ng-deep .dark .btn:hover{ - box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); - color: inherit; +::ng-deep .dark .btn:hover { + box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); + color: inherit; } \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/emby/emby.component.scss b/src/Ombi/ClientApp/src/app/settings/emby/emby.component.scss index a019432da..649201f48 100644 --- a/src/Ombi/ClientApp/src/app/settings/emby/emby.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/emby/emby.component.scss @@ -1,45 +1,41 @@ @import "~styles/shared.scss"; -.small-middle-container{ - margin: auto; - width: 95%; - margin-top:10px; +.small-middle-container { + margin: auto; + width: 95%; + margin-top: 10px; } -.col-md-10{ - display: grid; +.col-md-10 { + display: grid; } -.col-md-2{ - display: contents; -} -.control-label{ - font-weight:400; +.col-md-2 { + display: contents; } -.row{ - display:block; +.control-label { + font-weight: 400; } -.btn-danger-outline{ - background-color: #E84C3D; +.row { + display: block; } -.btn-success-outline{ - background-color: #1b9d1b; +.btn-danger-outline { + background-color: #E84C3D; } -::ng-deep .dark .small-middle-container{ - background-color: rgba(0, 0, 0, 0.10); - padding: 2em; +.btn-success-outline { + background-color: #1b9d1b; } -::ng-deep .dark .btn:hover{ - box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); - color: inherit; +::ng-deep .dark .btn:hover { + box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); + color: inherit; } @media (min-width:1440px) { - .col-md-2{ - display: inline-table; - } + .col-md-2 { + display: inline-table; + } } \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/issues/issues.component.scss b/src/Ombi/ClientApp/src/app/settings/issues/issues.component.scss index abd043d0f..ddf1eb4d8 100644 --- a/src/Ombi/ClientApp/src/app/settings/issues/issues.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/issues/issues.component.scss @@ -1,52 +1,50 @@ @import "~styles/shared.scss"; -.small-middle-container{ - margin: auto; - width: 95%; - margin-top:10px; +.small-middle-container { + margin: auto; + width: 95%; + margin-top: 10px; } -.control-label{ - font-weight:400; +.control-label { + font-weight: 400; } -.col-md-6{ - display: contents; -} -.col-md-9{ - display: inline-table; -} -.col-md-3{ - display: inline-table; +.col-md-6 { + display: contents; } -.row{ - display:block; +.col-md-9 { + display: inline-table; } -.btn-danger-outline{ - background-color: #E84C3D; +.col-md-3 { + display: inline-table; } -.btn-success-outline{ - background-color: #1b9d1b; +.row { + display: block; } -::ng-deep .dark .small-middle-container{ - background-color: rgba(0, 0, 0, 0.10); - padding: 2em; +.btn-danger-outline { + background-color: #E84C3D; } -::ng-deep .dark .categoryResults{ - background-color: rgba(0, 0, 0, 0.05); - padding: 1em; +.btn-success-outline { + background-color: #1b9d1b; } -::ng-deep .dark .btn:hover{ - box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); - color: inherit; +::ng-deep .dark .categoryResults { + background-color: rgba(0, 0, 0, 0.05); + padding: 1em; } + +::ng-deep .dark .btn:hover { + box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); + color: inherit; +} + @media (min-width:1440px) { - .col-md-6{ - display: inline-table; - } + .col-md-6 { + display: inline-table; + } } \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/lidarr/lidarr.component.scss b/src/Ombi/ClientApp/src/app/settings/lidarr/lidarr.component.scss index b6f3d1014..5bc0ad204 100644 --- a/src/Ombi/ClientApp/src/app/settings/lidarr/lidarr.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/lidarr/lidarr.component.scss @@ -1,50 +1,44 @@ @import "~styles/shared.scss"; -.small-middle-container{ - margin: auto; - width: 95%; - margin-top:10px; +.small-middle-container { + margin: auto; + width: 95%; + margin-top: 10px; } -.col-md-6{ - display: contents; +.col-md-6 { + display: contents; } -.col-md-5{ - display: contents; +.col-md-5 { + display: contents; } -.control-label{ - font-weight:400; +.control-label { + font-weight: 400; } -.row{ - display:block; +.row { + display: block; } -.btn-danger-outline{ - background-color: #E84C3D; +.btn-danger-outline { + background-color: #E84C3D; } -.btn-success-outline{ - background-color: #1b9d1b; +.btn-success-outline { + background-color: #1b9d1b; } -::ng-deep .dark .small-middle-container{ - background-color: rgba(0, 0, 0, 0.10); - padding: 2em; -} - -::ng-deep .dark .btn:hover{ - box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); - color: inherit; +::ng-deep .dark .btn:hover { + box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); + color: inherit; } @media (min-width:1440px) { - .col-md-6{ - display: inline-table; - } - - .col-md-5{ - display: inline-table; - } -} + .col-md-6 { + display: inline-table; + } + .col-md-5 { + display: inline-table; + } +} \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/plex/plex.component.scss b/src/Ombi/ClientApp/src/app/settings/plex/plex.component.scss index b6f3d1014..5bc0ad204 100644 --- a/src/Ombi/ClientApp/src/app/settings/plex/plex.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/plex/plex.component.scss @@ -1,50 +1,44 @@ @import "~styles/shared.scss"; -.small-middle-container{ - margin: auto; - width: 95%; - margin-top:10px; +.small-middle-container { + margin: auto; + width: 95%; + margin-top: 10px; } -.col-md-6{ - display: contents; +.col-md-6 { + display: contents; } -.col-md-5{ - display: contents; +.col-md-5 { + display: contents; } -.control-label{ - font-weight:400; +.control-label { + font-weight: 400; } -.row{ - display:block; +.row { + display: block; } -.btn-danger-outline{ - background-color: #E84C3D; +.btn-danger-outline { + background-color: #E84C3D; } -.btn-success-outline{ - background-color: #1b9d1b; +.btn-success-outline { + background-color: #1b9d1b; } -::ng-deep .dark .small-middle-container{ - background-color: rgba(0, 0, 0, 0.10); - padding: 2em; -} - -::ng-deep .dark .btn:hover{ - box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); - color: inherit; +::ng-deep .dark .btn:hover { + box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); + color: inherit; } @media (min-width:1440px) { - .col-md-6{ - display: inline-table; - } - - .col-md-5{ - display: inline-table; - } -} + .col-md-6 { + display: inline-table; + } + .col-md-5 { + display: inline-table; + } +} \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/radarr/radarr.component.html b/src/Ombi/ClientApp/src/app/settings/radarr/radarr.component.html index 9bc7c95b1..670db05c6 100644 --- a/src/Ombi/ClientApp/src/app/settings/radarr/radarr.component.html +++ b/src/Ombi/ClientApp/src/app/settings/radarr/radarr.component.html @@ -2,12 +2,17 @@