rotate start
This commit is contained in:
@@ -171,3 +171,14 @@
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.rotate {
|
||||
position: absolute;
|
||||
top: -30px;
|
||||
left: calc(50% - 6px);
|
||||
height: 12px;
|
||||
width: 12px;
|
||||
border-radius: 50%;
|
||||
background-color: #2196f3;
|
||||
cursor: grab;
|
||||
}
|
||||
|
Reference in New Issue
Block a user