| | |
| | | <template> |
| | | <div class="pam-background"> |
| | | <UiGoToTop></UiGoToTop> |
| | | <NavBar></NavBar> |
| | | <BackActionBar></BackActionBar> |
| | | <div class="pam-banner" |
| | | :class="bannerClassName"> |
| | |
| | | margin: 30px 20px; |
| | | } |
| | | |
| | | @include desktop { |
| | | .pam-page-container { |
| | | width: 700px; |
| | | margin: 30px auto 0px auto; |
| | | } |
| | | .pam-banner__text{ |
| | | width: 700px; |
| | | position: static !important; |
| | | margin: 30px auto 0px auto; |
| | | } |
| | | } |
| | | |
| | | .pam-banner { |
| | | width: 100%; |
| | | height: 120px; |
| | |
| | | } |
| | | |
| | | .mt-navBar { |
| | | margin-top: $MOB_NAV_BAR; |
| | | margin-top: calc($MOB_NAV_BAR * 2); |
| | | } |
| | | |
| | | @include desktop { |
| | | .mt-navBar { |
| | | margin-top: calc($DESKTOP_NAV_BAR + $MOB_NAV_BAR); |
| | | } |
| | | .pam-page-container { |
| | | width: 700px; |
| | | margin: 30px auto 0px auto; |
| | | } |
| | | .pam-banner__text{ |
| | | width: 700px; |
| | | position: static !important; |
| | | margin: 30px auto 0px auto; |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | .pam-banner__text { |
| | | font-size: 18px; |