@mixin note() {
    &--note{
        &.draggable{
            z-index: 9;
        }
    }
}
