File "_heights.scss"

Full Path: /home/nibras/public_html/public/assets/payment/style/css/_heights.scss
File size: 395 bytes
MIME-type: text/plain
Charset: utf-8

.p-h-12 {
  height: $h-12 !important;
  border-radius: 5px !important;
  .eProgress-bar {
    border-radius: 5px !important;
  }
}
.p-h-16 {
  height: $h-16 !important;
  border-radius: 8px !important;
  .eProgress-bar {
    border-radius: 8px !important;
  }
}
.p-h-20 {
  height: $h-20 !important;
  border-radius: 12px !important;
  .eProgress-bar {
    border-radius: 12px !important;
  }
}