kakozuzo/Code/swb_base/ui/SniperScope.cs.scss

50 lines
786 B
SCSS
Raw Permalink Normal View History

2024-10-30 19:01:58 +03:00
SniperScope {
position: absolute;
width: 100%;
height: 100%;
overflow: visible;
&.hide {
display: none;
}
.lensWrapper {
position: relative;
width: 100%;
}
.lens {
height: 100%;
width: 100%;
}
.scope {
position: absolute;
height: 100%;
width: 100%;
}
.leftBar,
.rightBar {
background-color: black;
height: 100%;
flex-grow: 1;
}
.topBar {
position: absolute;
background-color: black;
top: -100%;
width: 100%;
height: 100%;
}
.bottomBar {
position: absolute;
background-color: black;
bottom: -100%;
width: 100%;
height: 100%;
}
}