11 lines
116 B
SCSS
11 lines
116 B
SCSS
.mine-beta {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
width: 150px;
|
|
|
|
z-index: 4;
|
|
|
|
transform: rotate(90deg);
|
|
}
|