Files
remark42/web/app/components/input/__button/input__button.scss
T
2018-04-30 10:24:02 +03:00

16 lines
201 B
SCSS

.input__button {
box-sizing: border-box;
padding: 8px 12px;
font-size: 16px;
border: 0;
cursor: pointer;
&:focus {
outline: none;
}
+ .input__button {
margin-left: 8px;
}
}