forms/input/CInputScanCode.scss
@@ -6,6 +6,10 @@ @import "../../common/sassMixin"; .c-input-scan-code { &.read-only { pointer-events: none; background-color: #f6f6f6; } .c-input-scan-space { width: 140px; height: 48px; @@ -21,6 +25,10 @@ animation: atRotate 1s linear infinite; transform-origin: 50% 48%; } .at-button__text text { color: #fff; padding: 0; } } .at-input__icon { display: none;