Y-SLD/assets/playkit/global/scss/_mixins/_reset-input.scss

6 lines
76 B
SCSS

@mixin reset-input {
border: none;
outline: none;
box-shadow: none;
}