保誠-保戶業務員媒合平台
PAMapp/assets/scss/utilities/_utilities.scss
@@ -5,16 +5,16 @@
  margin-bottom: 50px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-30 {
@@ -24,6 +24,7 @@
.mb-20 {
  margin-bottom: 20px;
}
.mt-10 {
  margin-top: 10px;
@@ -36,6 +37,10 @@
  margin-bottom: 10px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10{
  margin-left: 10px;
}
@@ -46,6 +51,10 @@
.mr-30{
  margin-right: 30px;
}
.my-10 {
  margin:10px 0;
}
.pt-30 {
@@ -86,6 +95,7 @@
}
.cursor--pointer {
  @extend .fix-chrome-click--issue;
  cursor: pointer;
}
@@ -93,16 +103,8 @@
  padding: 20px 30px 40px 30px;
}
.w-55 {
  width: 55% !important;
}
@for $fontSize from 12 through 45 {
  .fs-#{$fontSize} {
    font-size: #{$fontSize} + 'px';
  }
}
.position-r {
  position: relative;
}