PAMapp/assets/scss/utilities/_heading.scss
@@ -9,10 +9,6 @@ font-weight: bold; } .fz-20{ font-size: 20px; } .mdTxt { font-size: 20px; font-weight: bold; @@ -24,6 +20,10 @@ .bold { font-weight: bold; } .lighter { font-weight: lighter; } .smTxt_bold { @@ -55,6 +55,10 @@ text-align: left; } .text--right { text-align: right; } .text--primary { color: $PRIMARY_RED; } @@ -83,6 +87,7 @@ font-size: 20px; } .fix-chrome-click--issue{ outline: none; -webkit-tap-highlight-color: transparent; } .hint{ @@ -95,4 +100,8 @@ font-size: 18px; color: $ORANGE; cursor: pointer; } } .text--underline { text-decoration: underline; }