Skip to content

Commit

Permalink
Remove duplicated styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceR committed Dec 11, 2024
1 parent 9f4a2fd commit fe545d4
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions app/scripts/components/common/page-footer/styles.scss
Original file line number Diff line number Diff line change
@@ -1,31 +1,5 @@
@use '$styles/veda-ui-theme-vars.scss' as themeVars;

#logo-container {
display: flex;
font-family: themeVars.$veda-uswds-basefont-sans;
gap: themeVars.$veda-uswds-spacing-105;

#logo-container-link {
display: flex;
align-items: center;
gap: themeVars.$veda-uswds-spacing-105;
font-weight: themeVars.$veda-uswds-fontweight-bold;
font-size: themeVars.$veda-uswds-fontsize-lg;
}

#nasa-logo-pos {
opacity: 1;
transform: translate(0, -100%);
/* TODO: Fix the svg to not require any styles!
* - set opacity to 1 in svg and fix translation
*/
}

svg {
height: 2.75rem;
width: auto;
}
}
.footer-text {
color: white;
align-self: center;
Expand All @@ -50,7 +24,6 @@
.usa-footer__primary-section {
background-color: themeVars.$veda-uswds-color-base-lightest;
text-underline-offset: themeVars.$veda-uswds-spacing-5;

}

#mail_icon {
Expand Down

0 comments on commit fe545d4

Please sign in to comment.