﻿/* ---- VueJS ---- */

/* Used to hide VueJS templates */
[v-cloak] {
    display: none;
}

/* ---- END VueJS ---- */

.empty-link {
    cursor: pointer;
}

/* Used to overwrite mazer templates */
.dropdown-menu {
    --bs-dropdown-min-width: 0;
}

.textDisabled {
    color: #c1bfbf;
}