/**
 * This file is part of the iBobr - lock package
 *
 * (c) Ondřej Záruba <info@zaruba-ondrej.cz>
 *
 * For the full copyright and license information, please view the license.md
 * file that was distributed with this source code.
 */

.lock-pointer {
    cursor: pointer;
}

.lock-column {
    display: inline-block;
    vertical-align: top;
}

canvas.lock-column {
    margin-right: 50px;
}

.lock-hide {
    display: none;
}