fixed styles

This commit is contained in:
Fedor Katurov 2021-04-08 11:21:13 +07:00
parent 4e18eba558
commit 9b52ff10e5
35 changed files with 12539 additions and 2896 deletions

22
src/styles/logo.scss Normal file
View file

@ -0,0 +1,22 @@
.logo-preview {
position: fixed;
right: 0;
bottom: 58px;
width: 400px;
height: 100%;
opacity: 0.5;
pointer-events: none;
z-index: 2;
background: 100% 100% no-repeat;
&.top {
background-position: 100% 0;
}
@media (max-width: $mobile_breakpoint) {
transform: scale(0.5);
transform-origin: 100% 100%;
}
}