modify some variables
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
* ===================================================
|
* ===================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// What is this?
|
// Standard gap
|
||||||
$nav-width: 300px;
|
$gap: .8rem; // 8px at 10px $em-base
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -13,6 +13,7 @@ $nav-width: 300px;
|
|||||||
* ===================================================
|
* ===================================================
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// $em-base: 10px; This is not defaulted in USWDS, so we cant override it
|
||||||
$base-font-size: 1.7rem;
|
$base-font-size: 1.7rem;
|
||||||
$small-font-size: 1.4rem;
|
$small-font-size: 1.4rem;
|
||||||
$lead-font-size: 2rem;
|
$lead-font-size: 2rem;
|
||||||
@@ -134,9 +135,9 @@ $asset-pipeline: false;
|
|||||||
// Magic Numbers
|
// Magic Numbers
|
||||||
$text-max-width: 66ch; // 66 characters per line
|
$text-max-width: 66ch; // 66 characters per line
|
||||||
$lead-max-width: 77rem;
|
$lead-max-width: 77rem;
|
||||||
$site-max-width: 1040px;
|
$site-max-width: 1200px; // previously 1040px;
|
||||||
$site-margins: 3rem;
|
$site-margins: $gap; // previously 3rem;
|
||||||
$site-margins-mobile: 1.5rem;
|
$site-margins-mobile: $gap / 2; // previously 1.5rem;
|
||||||
$article-max-width: 600px;
|
$article-max-width: 600px;
|
||||||
$input-max-width: 46rem;
|
$input-max-width: 46rem;
|
||||||
$label-border-radius: 2px;
|
$label-border-radius: 2px;
|
||||||
@@ -146,7 +147,7 @@ $button-border-radius: 5px;
|
|||||||
$box-shadow: 0 0 2px $color-shadow;
|
$box-shadow: 0 0 2px $color-shadow;
|
||||||
$focus-outline: 2px dotted $color-gray-light;
|
$focus-outline: 2px dotted $color-gray-light;
|
||||||
$focus-spacing: 3px;
|
$focus-spacing: 3px;
|
||||||
$nav-width: 951px;
|
$nav-width: 300px; // previously 951px;
|
||||||
$sidenav-current-border-width: 0.4rem; // must be in rem for math
|
$sidenav-current-border-width: 0.4rem; // must be in rem for math
|
||||||
|
|
||||||
// 44 x 44 pixels hit target following Apple iOS Human Interface
|
// 44 x 44 pixels hit target following Apple iOS Human Interface
|
||||||
|
Reference in New Issue
Block a user