Bump default mobile breakpoint, make login link cursor a pointer
This commit is contained in:
parent
1db187e9d3
commit
299bf5e065
|
@ -122,6 +122,10 @@ header {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#login-link{
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
#login-popup {
|
#login-popup {
|
||||||
@include usevar(background-color, login-popup-background);
|
@include usevar(background-color, login-popup-background);
|
||||||
@include usevar(color, fg-font-color);
|
@include usevar(color, fg-font-color);
|
||||||
|
|
|
@ -136,8 +136,8 @@ $washed-red: #ffdfdf !default;
|
||||||
|
|
||||||
// Custom Media Query Variables
|
// Custom Media Query Variables
|
||||||
|
|
||||||
$breakpoint-not-small: 'screen and (min-width: 30em)' !default;
|
$breakpoint-not-small: 'screen and (min-width: 35em)' !default;
|
||||||
$breakpoint-medium: 'screen and (min-width: 30em) and (max-width: 60em)' !default;
|
$breakpoint-medium: 'screen and (min-width: 35em) and (max-width: 60em)' !default;
|
||||||
$breakpoint-large: 'screen and (min-width: 60em)' !default;
|
$breakpoint-large: 'screen and (min-width: 60em)' !default;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue