apply prettier formating

This commit is contained in:
Prettier
2018-07-07 01:17:37 +04:00
committed by Aleksey Gurianov
parent 5d1201351a
commit 2df3aa01d4
38 changed files with 215 additions and 190 deletions
@@ -2,7 +2,8 @@
background: #fff;
color: #000;
&:hover, &:focus {
&:hover,
&:focus {
box-shadow: inset 0 0 0 2px #0aa;
color: #099;
}
@@ -1,8 +1,9 @@
.input__button_type_send {
background: #259C9A;
background: #259c9a;
color: #fff;
&:hover, &:focus {
&:hover,
&:focus {
background: #0aa;
}
}
@@ -12,7 +12,7 @@
}
&:disabled {
opacity: .5;
opacity: 0.5;
pointer-events: none;
}
}