mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-11 10:51:09 +00:00
* selctor moved to global namespace
This commit is contained in:
parent
53c4e5caef
commit
22a49fcad0
1 changed files with 11 additions and 11 deletions
|
|
@ -42,18 +42,18 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
* {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
list-style: none;
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
:global {
|
||||
* {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
border: none;
|
||||
list-style: none;
|
||||
user-select: none;
|
||||
box-sizing: border-box;
|
||||
text-decoration: none;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
html, body, #app, .modal-container {
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
|
|
|
|||
Loading…
Reference in a new issue