.custom-price-table{ border-radius: var(--topLeftRadius,var(--bgRadius,0)) var(--topRightRadius,var(--bgRadius,0)) var(--bottomRightRadius,var(--bgRadius,0)) var(--bottomLeftRadius,var(--bgRadius,0)); box-shadow: var(--bgShadow); background-color: var(--bgColor); --bgColor: #ffffff; --bgShadow: 0px 15px 15px rgba(0, 0, 0, 0.07); --topLeftRadius: 15px; --topRightRadius: 15px; --bottomRightRadius: 15px; --bottomLeftRadius: 15px; }
Создано на