保誠-保戶業務員媒合平台
HelenHuang
2022-03-15 d82fa23746944125df63c310b34e38b4979bb1ca
PAMapp/assets/scss/utilities/_utilities.scss
@@ -5,6 +5,10 @@
  margin-bottom: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-30 {
  margin-top: 30px;
}
@@ -20,6 +24,7 @@
.mb-20 {
  margin-bottom: 20px;
}
.mt-10 {
  margin-top: 10px;
@@ -103,3 +108,11 @@
    font-size: #{$fontSize} + 'px';
  }
}
.text--break-all {
  word-break: break-all
}
.line-height {
  line-height: 1.2;
}