20 lines
342 B
Stylus
20 lines
342 B
Stylus
[data-component='Logo'] {
|
|
position: absolute;
|
|
height: 4%;
|
|
width: 8%;
|
|
top: 1%;
|
|
left: 1%;
|
|
z-index: 20;
|
|
background-position: left;
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
+desktop() {
|
|
opacity: 1;
|
|
}
|
|
|
|
+mobile() {
|
|
}
|
|
background-image: url('/resources/images/logo.svg');
|
|
background-size: contain;
|
|
}
|