-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #391 from lidofinance/fix/css_variables
Fix/css variables
- Loading branch information
Showing
7 changed files
with
46 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,2 @@ | ||
export const NAV_MOBILE_HEIGHT = 60; | ||
export const NAV_MOBILE_MAX_WIDTH = 880; | ||
export const NAV_MOBILE_MEDIA = `@media screen and (max-width: ${NAV_MOBILE_MAX_WIDTH}px)`; | ||
|
||
export const NAV_DESKTOP_GUTTER_X = 46; | ||
|
||
export const HEADER_PADDING_Y = 18; | ||
|
||
export const DOT_SIZE = 6; | ||
|
||
export const FOOTER_MAX_WIDTH = 1424; | ||
|
||
export const FOOTER_DESKTOP_PADDING_X = 32; | ||
export const FOOTER_DESKTOP_PADDING_Y = 24; | ||
|
||
export const FOOTER_MOBILE_PADDING_X = 20; | ||
export const FOOTER_MOBILE_PADDING_Y = 18; | ||
export const FOOTER_MOBILE_MARGIN_BOTTOM = 60; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters