new: usr: add beta logo to the corner #3
This commit is contained in:
10
assets/css/style.scss
Normal file
10
assets/css/style.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.mine-beta {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 150px;
|
||||
|
||||
z-index: 4;
|
||||
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
Reference in New Issue
Block a user