web-mooc/public/assets/payment/style/css/_heights.scss
2025-10-30 10:32:19 +07:00

22 lines
395 B
SCSS

.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;
}
}