improve mobile styles of replying form

This commit is contained in:
igoradamenko
2018-05-01 23:01:54 +03:00
parent 54615b0dff
commit 789fced894
7 changed files with 49 additions and 7 deletions
@@ -1,5 +1,5 @@
.input__button_type_preview {
&:hover {
&:hover, &:focus {
box-shadow: inset 0 0 0 2px #0aa;
color: #099;
}
@@ -2,7 +2,7 @@
background: #0aa;
color: #fff;
&:hover {
&:hover, &:focus {
background: #06c5c5;
}
}