.btn_ { display: block; float: left; height: 48px; line-height: 48px; color: #fff; text-align: center; background: $blue-color; padding: 0 11px 0 11px; text-decoration: none; position: relative; font-weight: 700; font-size: 14px; @include Transition(0.2); &:hover { text-decoration: none; background: $blue-color-hover; } &:active { background: $blue-color-active; } &.btn-bye-card { &.disabled { background: $disabledColor !important; border: 1px solid $disabledColor !important; color: $main-color !important; font-size: 11px; cursor: default; pointer-events: none; } } } .fix-items-title-height { }