Remove redundant styles

This commit is contained in:
An Phan 2016-03-22 18:11:46 +08:00
parent d090557dff
commit c2e04bc69b

View file

@ -123,15 +123,6 @@
@include button-group();
}
input[type="search"] {
width: 128px;
transition: width .3s;
&:focus {
width: 192px;
}
}
}
.translucent {
@ -152,9 +143,7 @@
pointer-events: none;
}
@media only screen
and (max-width : 768px) {
@media only screen and (max-width: 768px) {
h1.heading {
font-size: 18px;
min-height: 0;
@ -172,7 +161,7 @@
display: none;
}
.buttons, input[type="search"] {
.buttons {
justify-content: center;
margin-top: 8px;
}