aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/smartdraw/AnnotationPalette.scss
blob: 9f875f61a3e4f59cf6047c88b4bedecd4b19deef (plain)
1
2
3
4
5
6
7
8
9
10
.annotation-palette {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 14px;
    top: 50px;
    border-radius: 5px;
    margin: auto;
}