20 lines
365 B
SCSS
20 lines
365 B
SCSS
/*!*
|
|
* This file is part of the SplendidBear Websites' projects.
|
|
*
|
|
* Copyright (c) 2019 @ www.splendidbear.org
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
.mine-beta {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
width: 150px;
|
|
|
|
z-index: 4;
|
|
|
|
transform: rotate(90deg);
|
|
}
|