?AlkantarClanX12

Your IP : 216.73.216.177


Current Path : /home/r/a/n/rankinh/villavanille/wp-content/plugins/drew-core/assets/css/scss/parts/
Upload File :
Current File : /home/r/a/n/rankinh/villavanille/wp-content/plugins/drew-core/assets/css/scss/parts/_mixins.scss

/* ==========================================================================
   Global mixins
   ========================================================================== */

@mixin qodefTooltipNotice($top: 0, $right: auto, $bottom: auto, $left: 0, $translate: -100%) {
    position: absolute;
    top: $top;
    bottom: $bottom;
    right: $right;
    left: $left;
    width: auto;
    padding: 0 10px;
    font-size: 13px;
    line-height: 30px;
    color: $text-color;
    background-color: #fff;
    border: 1px solid $border-color;
    border-radius: $border-radius;
    box-shadow: $box-shadow;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transform: translateY($translate);
    transition: opacity .2s ease;
}

@mixin qodefTooltipNoticeHover() {
    opacity: 1;
    visibility: visible;
}