PAMapp/assets/scss/utilities/_utilities.scss
@@ -5,6 +5,10 @@ margin-bottom: 50px; } .mt-50 { margin-top: 50px; } .mt-30 { margin-top: 30px; } @@ -17,6 +21,11 @@ margin-bottom: 30px; } .mb-20 { margin-bottom: 20px; } .mt-10 { margin-top: 10px; } @@ -26,6 +35,10 @@ .mb-10 { margin-bottom: 10px; } .ml-5 { margin-left: 5px; } .ml-10{ @@ -38,6 +51,10 @@ .mr-30{ margin-right: 30px; } .my-10 { margin:10px 0; } .pt-30 { @@ -78,6 +95,7 @@ } .cursor--pointer { @extend .fix-chrome-click--issue; cursor: pointer; } @@ -90,3 +108,7 @@ font-size: #{$fontSize} + 'px'; } } .text--break-all { word-break: break-all }