hide sign up button from header on mobile
This commit is contained in:
parent
48051127fc
commit
a7528c858d
|
@ -27,6 +27,11 @@
|
||||||
|
|
||||||
.active .icon {
|
.active .icon {
|
||||||
&:after { margin-top: -1px; }
|
&:after { margin-top: -1px; }
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
button.sign-up-button {
|
||||||
|
display:none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -53,7 +58,7 @@
|
||||||
// Search
|
// Search
|
||||||
|
|
||||||
input[type='text'] {
|
input[type='text'] {
|
||||||
width: 267px;
|
width: 265px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue