Files
remark42/frontend/app/components/input/__button/input__button.scss
T
2019-04-28 19:27:36 +03:00

15 lines
224 B
SCSS

.input__button {
box-sizing: border-box;
margin: 0 8px 0 0;
padding: 8px 12px;
font-size: 16px;
border: 0;
border-radius: 2px;
cursor: pointer;
&:disabled {
opacity: 0.5;
pointer-events: none;
}
}