File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import { Button } from "../input/Button";
6
6
7
7
export function SignInButton ( { mobile } ) {
8
8
return (
9
- < Button className = { mobile ? styles . mobileSignIn : styles . SignInButton } thick preset = "signin " as = "a" href = "/signin" >
10
- < FormattedMessage id = "sign-in-button" defaultMessage = "Sign in/Sign up " />
9
+ < Button className = { mobile ? styles . mobileSignIn : styles . SignInButton } sm preset = "basic " as = "a" href = "/signin" >
10
+ < FormattedMessage id = "sign-in-button" defaultMessage = "Admin sign in " />
11
11
</ Button >
12
12
) ;
13
13
}
Original file line number Diff line number Diff line change 8
8
}
9
9
10
10
:local(.mobile-sign-in ) {
11
+ z-index : 5 ; /* prevent menu header from blocking button */
11
12
display : flex ;
12
13
@media (min-width : theme .$breakpoint-lg ) {
13
14
display : none ;
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ header {
94
94
95
95
a {
96
96
margin-left : 8px ;
97
- color : theme .$link-color ;
97
+ // color: theme.$link-color;
98
98
}
99
99
100
100
@media (min-width : theme .$breakpoint-lg ) {
You can’t perform that action at this time.
0 commit comments