diff --git a/src/common/StreamingServerWarning/styles.less b/src/common/StreamingServerWarning/styles.less index d4fad4b9f..42ab6bb4b 100644 --- a/src/common/StreamingServerWarning/styles.less +++ b/src/common/StreamingServerWarning/styles.less @@ -1,14 +1,13 @@ -// Copyright (C) 2017-2024 Smart code 203358507 +// Copyright (C) 2017-2023 Smart code 203358507 @import (reference) '~@stremio/stremio-colors/less/stremio-colors.less'; -@import (reference) '~stremio/common/screen-sizes.less'; .warning-container { display: flex; flex-direction: row; align-items: center; - background-color: @color-accent5-dark3; padding: 1rem; + background-color: @color-accent5-dark3; .warning-statement { flex: 1; @@ -20,8 +19,8 @@ .warning-button { flex: none; - color: @color-surface-light5-90; margin-left: 1rem; + color: @color-surface-light5-90; &:first-child { margin-left: 0;