Skip to content

Commit

Permalink
Final style additions
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays committed Sep 18, 2024
1 parent e72fe4d commit 44af7f2
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
},
"private": true,
"dependencies": {
"@department-of-veterans-affairs/css-library": "^0.9.8",
"@department-of-veterans-affairs/css-library": "^0.11.1",
"@department-of-veterans-affairs/vagov-platform": "^0.0.1",
"aws-sdk": "^2.1441.0",
"blob-polyfill": "^4.0.20200601",
Expand Down
4 changes: 4 additions & 0 deletions src/site/assets/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,10 @@
}
}

.when-where-width {
width: 45px;
}

// There are styles in our sidebar styles that set a small
// amount of padding on the grid for detail pages, which we
// are overriding for WBC with no padding
Expand Down
2 changes: 1 addition & 1 deletion src/site/includes/operating_status_expandable_alert.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
data-testid="operating-status-{{ operatingStatusId }}"
trigger="{{ trigger }}"
status="{{ status }}"
class="vads-u-margin-y--0 vamc-facility-expandable-alert"
class="vads-u-display--inline-block vads-u-margin--0"
style="max-width: 303px;"
>
<p>{{ fieldOperatingStatusMoreInfo | drupalToVaPath | phoneLinks | newline_to_br }}</p>
Expand Down
2 changes: 1 addition & 1 deletion src/site/includes/vba_facilities/expandable_alert.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% if showVBAExpandableAlert %}
<va-alert-expandable
data-template="components/vba_facilities/expandable-alert.drupal.liquid"
class="vads-u-margin-top--0 vads-u-margin-bottom--0 vamc-facility-expandable-alert"
class="vads-u-display--inline-block vads-u-margin--0"
status="{{ VBAExpandableAlertStatus }}"
trigger="{{ VBAExpandableAlertTrigger }}"
>
Expand Down
2 changes: 1 addition & 1 deletion src/site/layouts/event.drupal.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@

<!-- CTA -->
{% if fieldLink or fieldEventCta or fieldAdditionalInformationAbo %}
<div class="vads-u-margin-top--4 vads-u-margin-bottom--1 vads-u-padding-x--1p5 medium-screen:vads-u-padding--0">
<div class="registration vads-u-margin-top--4 vads-u-margin-bottom--1 vads-u-padding-x--1p5 medium-screen:vads-u-padding--0">
{% if start_timestamp < current_timestamp %}
<p class="vads-u-margin--0 vads-u-color--secondary vads-u-font-weight--bold">This event already happened.</p>
{% else %}
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1327,6 +1327,15 @@
"@uswds/uswds" "^3.8.1"
rimraf "^5.0.5"

"@department-of-veterans-affairs/css-library@^0.11.1":
version "0.11.1"
resolved "https://registry.yarnpkg.com/@department-of-veterans-affairs/css-library/-/css-library-0.11.1.tgz#6f00091e90a3476dc90ff99e80a0d8eca7edae1f"
integrity sha512-OAwcKvEE62shIXutqqadAQ1VyE0oADLfybgSzKr4W5d6uUVRR5cu8zUx0aztZSGJj11yUcsgrWxnq3O0MEgZ0A==
dependencies:
"@divriots/style-dictionary-to-figma" "^0.4.0"
"@uswds/uswds" "^3.8.1"
rimraf "^5.0.5"

"@department-of-veterans-affairs/eslint-plugin@^1.1.0":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@department-of-veterans-affairs/eslint-plugin/-/eslint-plugin-1.1.0.tgz#fcfb3651485aaddb66f1f46f227b670b2adce7da"
Expand Down

0 comments on commit 44af7f2

Please sign in to comment.