mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-28 15:03:58 -04:00
hide sign up button from header on mobile
This commit is contained in:
parent
48051127fc
commit
a7528c858d
1 changed files with 6 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue