| | |
| | | font-weight: bold; |
| | | } |
| | | |
| | | .fz-20{ |
| | | font-size: 20px; |
| | | } |
| | | |
| | | .mdTxt { |
| | | font-size: 20px; |
| | | font-weight: bold; |
| | |
| | | |
| | | .text--regular { |
| | | font-weight: normal !important; |
| | | font-weight: lighter; |
| | | } |
| | | |
| | | .text--lighter { |
| | | font-weight: lighter; |
| | | } |
| | | |
| | | .text--center { |
| | |
| | | |
| | | .text--left { |
| | | text-align: left; |
| | | } |
| | | |
| | | .text--right { |
| | | text-align: right; |
| | | } |
| | | |
| | | .text--primary { |
| | |
| | | font-size: 20px; |
| | | } |
| | | .fix-chrome-click--issue{ |
| | | outline: none; |
| | | -webkit-tap-highlight-color: transparent; |
| | | } |
| | | .hint{ |
| | |
| | | font-size: 18px; |
| | | color: $ORANGE; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | |
| | | .text--underline { |
| | | text-decoration: underline; |
| | | } |