* selctor moved to global namespace

This commit is contained in:
NikolaBorislavovHristov 2018-11-18 11:46:18 +02:00
parent 53c4e5caef
commit 22a49fcad0

View file

@ -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;