mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Extract scss breakpoints into variables
This commit is contained in:
parent
e31c298288
commit
3188cc2ef0
@ -26,3 +26,7 @@ $header-z: 12;
|
|||||||
// loading - 10 - higher?
|
// loading - 10 - higher?
|
||||||
// mascot - 0 - remove?
|
// mascot - 0 - remove?
|
||||||
|
|
||||||
|
// Responsive Breakpoints
|
||||||
|
$break-small: 575px;
|
||||||
|
$break-midpoint: 780px;
|
||||||
|
$break-large: 576px;
|
||||||
|
Loading…
Reference in New Issue
Block a user