nitro-react/src/views/right-side/RightSideView.scss
2021-04-15 23:44:54 -04:00

8 lines
128 B
SCSS

.nitro-right-side {
position: absolute;
top: 10px;
right: 10px;
width: 200px;
z-index: $rightside-zindex;
}