Files
remark42/web/app/components/input/__button/input__button.scss
T
2018-05-02 02:18:38 +03:00

17 lines
223 B
SCSS

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