Skip to content

Commit

Permalink
VACMS-16952 VAMC System web components (#29881)
Browse files Browse the repository at this point in the history
  • Loading branch information
randimays authored May 23, 2024
1 parent 2c16762 commit 4094a29
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions src/platform/site-wide/sass/modules/facilities/_m-facilities.scss
Original file line number Diff line number Diff line change
@@ -1,49 +1,44 @@
@import "~@department-of-veterans-affairs/formation/sass/modules/va-pagination";

// Facilities Hub
.vads-facility-hub-cta {
border-top: 1px solid var(--vads-color-primary-alt-light);
height: 73px;
line-height: 73px;
position: relative;

& > a {
text-decoration: none;
display: inline-block;
}
}

.vads-facility-hub-cta-label {
display: inline-block;
vertical-align: middle;
line-height: 20px;
margin-left: 48px;
}

.vads-facility-hub-cta-circle {
color: var(--vads-color-primary-dark);
height: 32px;
width: 32px;
background-color: var(--vads-color-primary-alt-lightest);
border-radius: 50%;
position: absolute;
top: 20px;
padding: 8px 10px;
padding: 6px;

&.fa-calendar-check,
&.fa-comments {
padding: 8px;
}

&.fa-file-medical {
padding: 8px 11px;
}
}

.vads-facility-hub-cta-arrow {
font-size: 10px;
padding-left: 4px;
}

.vads-facility-hub-cta-last-line {
border-bottom: 1px solid var(--vads-color-primary-alt-light);
}

.vads-facility-hub-button > a {
text-decoration: none;
}
}

0 comments on commit 4094a29

Please sign in to comment.