| | |
| | | font-size: 14px; |
| | | } |
| | | |
| | | .xxsTxt { |
| | | font-size: 12px; |
| | | } |
| | | |
| | | .text--bold { |
| | | font-weight: bold !important; |
| | | } |
| | | |
| | | .text--regular { |
| | | font-weight: normal !important; |
| | | font-weight: lighter; |
| | | } |
| | | |
| | | .text--lighter { |
| | | font-weight: lighter; |
| | | } |
| | | |
| | | .text--center { |
| | |
| | | text-align: left; |
| | | } |
| | | |
| | | .text--right { |
| | | text-align: right; |
| | | } |
| | | |
| | | .text--primary { |
| | | color: $PRIMARY_RED; |
| | | } |
| | | |
| | | .text--black{ |
| | | color: $PRIMARY_BLACK; |
| | | } |
| | | |
| | | .text--orange { |
| | | color: $ORANGE; |
| | | } |
| | | |
| | | .text--black{ |
| | | color: $PRIMARY_BLACK; |
| | | } |
| | | |
| | | .text--dark-blue { |
| | |
| | | font-size: 18px; |
| | | color: $ORANGE; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | |
| | | .text--underline { |
| | | text-decoration: underline; |
| | | } |
| | | |
| | | .pam-link-button { |
| | | @extend .fix-chrome-click--issue; |
| | | @extend .smTxt; |
| | | @extend .text--bold; |
| | | @extend .text--primary; |
| | | @extend .cursor--pointer; |
| | | } |
| | | |
| | | .pam-link-button--lg { |
| | | @extend .fix-chrome-click--issue; |
| | | @extend .mdTxt; |
| | | @extend .text--bold; |
| | | @extend .text--primary; |
| | | @extend .cursor--pointer; |
| | | } |