-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VACMS-16952 VAMC System web components (#29881)
- Loading branch information
Showing
1 changed file
with
7 additions
and
12 deletions.
There are no files selected for viewing
19 changes: 7 additions & 12 deletions
19
src/platform/site-wide/sass/modules/facilities/_m-facilities.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} | ||
} |