/*postcss-pxtransform disable*/
|
@use './common.scss' as *;
|
|
.recharge-grid-wrapper {
|
padding-left: 0 !important;
|
margin-top: 20px;
|
|
.recharge-grid-item {
|
.nut-grid-item__text {
|
font-size: 18px;
|
color: boleGetCssVar('text-color', 'primary');
|
}
|
|
.recharge-grid-item-icon {
|
width: 32px;
|
height: 32px;
|
}
|
}
|
}
|
|
.common-content {
|
padding: 0 boleGetCssVar('size', 'body-padding-h2');
|
}
|
|
.parValue-radio-group {
|
width: 100%;
|
display: grid;
|
grid-template-columns: repeat(3, 1fr);
|
grid-gap: 10px;
|
|
.parValue-item {
|
margin-right: 0;
|
|
.nut-radio__button {
|
width: 100%;
|
padding: 8px 0;
|
background-color: transparent;
|
border: 0.5px solid #e2e5eb;
|
text-align: center;
|
border-radius: 4px;
|
position: relative;
|
}
|
|
.nut-radio__button--active {
|
color: #fb5100;
|
border-color: #fb5100;
|
overflow: hidden;
|
|
&::after {
|
border-radius: 4px;
|
background-color: rgba(251, 81, 0, 0.08);
|
opacity: 1;
|
}
|
|
.parValue-item-inner {
|
.discountTag {
|
display: block;
|
}
|
}
|
}
|
|
.parValue-item-inner {
|
width: 100%;
|
display: flex;
|
flex-direction: column;
|
align-items: center;
|
|
.amount-wrapper {
|
display: flex;
|
align-items: flex-end;
|
margin-bottom: 2px;
|
|
.amount {
|
font-size: 20px;
|
font-weight: 400;
|
line-height: 22px;
|
}
|
.unit {
|
font-size: 12px;
|
font-weight: 400;
|
line-height: 16px;
|
}
|
}
|
|
.price-wrapper {
|
display: flex;
|
color: #858d98;
|
font-size: 12px;
|
font-weight: 400;
|
line-height: 16px;
|
|
.price {
|
color: #fb5100;
|
margin-left: 3px;
|
}
|
}
|
|
.discountTag {
|
display: none;
|
position: absolute;
|
padding: 1px 4px;
|
border-radius: 0px 0 10px 0;
|
border: 0.5px solid #fb5100;
|
background: linear-gradient(
|
186deg,
|
rgba(255, 129, 45, 0.08) 14.82%,
|
rgba(238, 67, 67, 0.08) 91.5%
|
);
|
color: #fb5100;
|
font-size: 11px;
|
font-weight: 700;
|
line-height: 14px;
|
position: absolute;
|
top: -1px;
|
left: -1px;
|
}
|
}
|
}
|
}
|
|
.phone-bill-recharge {
|
.recharge-button {
|
width: 100%;
|
margin: 20px 0;
|
|
.recharge-button-inner {
|
display: flex;
|
.recharge-button-text {
|
margin-left: 10px;
|
}
|
}
|
}
|
}
|