Add Indicator box to home
This commit is contained in:
12
src/assets/css/components/home/home.scss
Normal file
12
src/assets/css/components/home/home.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.indicator {
|
||||
position: fixed;
|
||||
margin: {
|
||||
right: 20px;
|
||||
};
|
||||
width: 20px;
|
||||
height: 100px;
|
||||
right: 0;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background-color: #00D4FF;
|
||||
}
|
||||
Reference in New Issue
Block a user