SPR-863: Function "logged in as" css for anchor + qs all icons in header
This commit is contained in:
parent
e8f2530ce8
commit
1466b31431
5 changed files with 116 additions and 16 deletions
|
@ -138,6 +138,7 @@
|
|||
|
||||
@screen_min-lg: ~"only screen and (min-width: " ~"@{break-min-lg}px)";
|
||||
@screen_max-lg: ~"only screen and (max-width: " ~"@{break-max-lg}px)";
|
||||
@screen_only-lg: ~"only screen and (min-width: " ~"@{break-min-md}px) and (max-width: " ~"@{break-max-xlg}px)";
|
||||
|
||||
@screen_min-xlg: ~"only screen and (min-width: " ~"@{break-min-xlg}px)";
|
||||
@screen_max-xlg: ~"only screen and (max-width: " ~"@{break-max-xlg}px)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue