mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 22:12:13 +00:00
remove: Style changes on streamingserverwarning(2)
This commit is contained in:
parent
871e8cb57b
commit
5c531fb3e3
1 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue