orchidmap-front/src/styles/logo.less
2018-08-27 12:00:43 +07:00

19 lines
238 B
Text

.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;
}
}