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