保誠-保戶業務員媒合平台
Mila
2022-01-04 5e5dd294d6f7b90940ca9e117c4254ab413b4ad8
PAMapp/assets/scss/utilities/_utilities.scss
@@ -13,10 +13,6 @@
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
@@ -46,6 +42,10 @@
.mr-30{
  margin-right: 30px;
}
.my-10 {
  margin:10px 0;
}
.pt-30 {
@@ -86,6 +86,7 @@
}
.cursor--pointer {
  @extend .fix-chrome-click--issue;
  cursor: pointer;
}
@@ -93,16 +94,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;
}