mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05: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 {
|
||||
&:after { margin-top: -1px; }
|
||||
|
||||
}
|
||||
|
||||
button.sign-up-button {
|
||||
display:none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -53,7 +58,7 @@
|
|||
// Search
|
||||
|
||||
input[type='text'] {
|
||||
width: 267px;
|
||||
width: 265px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue