| | |
| | | <style lang="scss" scoped> |
| | | footer { |
| | | border-top: 1px solid #CCCCCC; |
| | | background-color: #fff; |
| | | background-color: $PRIMARY_WHITE; |
| | | .pam-footer-nav { |
| | | padding: 10px 20px; |
| | | .pam-footer-nav__list { |
| | |
| | | padding: 10px 0 10px 10px; |
| | | @extend .xsTxt; |
| | | @extend .text--bold; |
| | | @extend .text--info; |
| | | @extend .text--dark-blue; |
| | | @extend .cursor--pointer; |
| | | } |
| | | } |
| | | } |
| | |
| | | flex-wrap: wrap; |
| | | justify-content: center; |
| | | .pam-footer-contact__item { |
| | | color: #68737A; |
| | | color: $PRUDENTIAL_GREY; |
| | | font-size: 12px; |
| | | text-align: center; |
| | | line-height: 20px; |
| | | @extend .text--bold; |
| | | .phone { |
| | | color: #222222; |
| | | color: $PRIMARY_BLACK; |
| | | font-size: 14px; |
| | | @extend .text--bold; |
| | | } |
| | |
| | | } |
| | | } |
| | | .pam-footer-copywrite { |
| | | background-color: $PRIMARY; |
| | | background-color: $PRIMARY_RED; |
| | | display: flex; |
| | | justify-content: center; |
| | | color: white; |
| | | color: $PRIMARY_WHITE; |
| | | padding: 10px 0; |
| | | font-size: 12px; |
| | | font-weight: bold; |