Skip to content

Commit

Permalink
Update border width
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanWallace committed Jul 4, 2023
1 parent 623d7fe commit 9b716e4
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions build/web/css/.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 29 Jun 2023 20:51:42 GMT
* Generated on Tue, 04 Jul 2023 12:42:15 GMT
*/

:root {
Expand Down Expand Up @@ -224,7 +224,7 @@
--gcds-button-small-padding: 0.75rem;
--gcds-button-width: fit-content;
--gcds-card-background-color: #ffffff;
--gcds-card-border: 0.0625rem solid #7d828b;
--gcds-card-border: 0.125rem solid #7d828b;
--gcds-card-border-radius: 0.375rem;
--gcds-card-color: #333333;
--gcds-card-description-max-width: 65ch;
Expand Down
4 changes: 2 additions & 2 deletions build/web/css/components.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 29 Jun 2023 20:51:42 GMT
* Generated on Tue, 04 Jul 2023 12:42:15 GMT
*/

:root {
Expand Down Expand Up @@ -113,7 +113,7 @@
--gcds-button-small-padding: 0.75rem;
--gcds-button-width: fit-content;
--gcds-card-background-color: #ffffff;
--gcds-card-border: 0.0625rem solid #7d828b;
--gcds-card-border: 0.125rem solid #7d828b;
--gcds-card-border-radius: 0.375rem;
--gcds-card-color: #333333;
--gcds-card-description-max-width: 65ch;
Expand Down
4 changes: 2 additions & 2 deletions build/web/css/components/card.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* Do not edit directly
* Generated on Thu, 29 Jun 2023 20:20:30 GMT
* Generated on Tue, 04 Jul 2023 12:42:15 GMT
*/

:root {
--gcds-card-background-color: #ffffff;
--gcds-card-border: 0.0625rem solid #7d828b;
--gcds-card-border: 0.125rem solid #7d828b;
--gcds-card-border-radius: 0.375rem;
--gcds-card-color: #333333;
--gcds-card-description-max-width: 65ch;
Expand Down
4 changes: 2 additions & 2 deletions build/web/css/tokens.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Do not edit directly
* Generated on Thu, 29 Jun 2023 20:51:42 GMT
* Generated on Tue, 04 Jul 2023 12:42:15 GMT
*/

:root {
Expand Down Expand Up @@ -224,7 +224,7 @@
--gcds-button-small-padding: 0.75rem;
--gcds-button-width: fit-content;
--gcds-card-background-color: #ffffff;
--gcds-card-border: 0.0625rem solid #7d828b;
--gcds-card-border: 0.125rem solid #7d828b;
--gcds-card-border-radius: 0.375rem;
--gcds-card-color: #333333;
--gcds-card-description-max-width: 65ch;
Expand Down
6 changes: 3 additions & 3 deletions build/web/scss/.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 29 Jun 2023 20:51:42 GMT
// Generated on Tue, 04 Jul 2023 12:42:15 GMT

$gcds-color-blue-100: #d7e5f5;
$gcds-color-blue-500: #6584a6; // Must contrast 3:1 with white
Expand Down Expand Up @@ -222,7 +222,7 @@ $gcds-button-small-font: 400 80%/120% "Noto Sans", sans-serif;
$gcds-button-small-padding: 0.75rem;
$gcds-button-width: fit-content;
$gcds-card-background-color: #ffffff;
$gcds-card-border: 0.0625rem solid #7d828b;
$gcds-card-border: 0.125rem solid #7d828b;
$gcds-card-border-radius: 0.375rem;
$gcds-card-color: #333333;
$gcds-card-description-max-width: 65ch;
Expand Down Expand Up @@ -609,4 +609,4 @@ $gcds-verify-banner-summary-padding: 0.75rem;
$gcds-verify-banner-summary-content-margin: 0 1.125rem 0 0;
$gcds-verify-banner-text: #333333;
$gcds-verify-banner-toggle-text: #2b4380;
$gcds-verify-banner-toggle-font-weight: 700;
$gcds-verify-banner-toggle-font-weight: 700;
6 changes: 3 additions & 3 deletions build/web/scss/components.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 29 Jun 2023 20:51:42 GMT
// Generated on Tue, 04 Jul 2023 12:42:15 GMT

$gcds-container-size-xs: 20rem;
$gcds-container-size-sm: 30rem;
Expand Down Expand Up @@ -111,7 +111,7 @@ $gcds-button-small-font: 400 80%/120% "Noto Sans", sans-serif;
$gcds-button-small-padding: 0.75rem;
$gcds-button-width: fit-content;
$gcds-card-background-color: #ffffff;
$gcds-card-border: 0.0625rem solid #7d828b;
$gcds-card-border: 0.125rem solid #7d828b;
$gcds-card-border-radius: 0.375rem;
$gcds-card-color: #333333;
$gcds-card-description-max-width: 65ch;
Expand Down Expand Up @@ -498,4 +498,4 @@ $gcds-verify-banner-summary-padding: 0.75rem;
$gcds-verify-banner-summary-content-margin: 0 1.125rem 0 0;
$gcds-verify-banner-text: #333333;
$gcds-verify-banner-toggle-text: #2b4380;
$gcds-verify-banner-toggle-font-weight: 700;
$gcds-verify-banner-toggle-font-weight: 700;
4 changes: 2 additions & 2 deletions build/web/scss/components/card.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

// Do not edit directly
// Generated on Thu, 29 Jun 2023 20:20:30 GMT
// Generated on Tue, 04 Jul 2023 12:42:15 GMT

$gcds-card-background-color: #ffffff;
$gcds-card-border: 0.0625rem solid #7d828b;
$gcds-card-border: 0.125rem solid #7d828b;
$gcds-card-border-radius: 0.375rem;
$gcds-card-color: #333333;
$gcds-card-description-max-width: 65ch;
Expand Down
6 changes: 3 additions & 3 deletions build/web/scss/tokens.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Do not edit directly
// Generated on Thu, 29 Jun 2023 20:51:42 GMT
// Generated on Tue, 04 Jul 2023 12:42:15 GMT

$gcds-color-blue-100: #d7e5f5;
$gcds-color-blue-500: #6584a6; // Must contrast 3:1 with white
Expand Down Expand Up @@ -222,7 +222,7 @@ $gcds-button-small-font: 400 80%/120% "Noto Sans", sans-serif;
$gcds-button-small-padding: 0.75rem;
$gcds-button-width: fit-content;
$gcds-card-background-color: #ffffff;
$gcds-card-border: 0.0625rem solid #7d828b;
$gcds-card-border: 0.125rem solid #7d828b;
$gcds-card-border-radius: 0.375rem;
$gcds-card-color: #333333;
$gcds-card-description-max-width: 65ch;
Expand Down Expand Up @@ -609,4 +609,4 @@ $gcds-verify-banner-summary-padding: 0.75rem;
$gcds-verify-banner-summary-content-margin: 0 1.125rem 0 0;
$gcds-verify-banner-text: #333333;
$gcds-verify-banner-toggle-text: #2b4380;
$gcds-verify-banner-toggle-font-weight: 700;
$gcds-verify-banner-toggle-font-weight: 700;
2 changes: 1 addition & 1 deletion tokens/components/card/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "color"
},
"border": {
"value": "{border.width.sm.value} solid {border.default.value}",
"value": "{border.width.md.value} solid {border.default.value}",
"type": "border"
},
"borderRadius": {
Expand Down

0 comments on commit 9b716e4

Please sign in to comment.