...
|
...
|
@@ -9,6 +9,7 @@ $title-font-color: #fff; |
|
|
$couponRadius: 8px;
|
|
|
$fontColor: #444;
|
|
|
$fontGrayLight: #e0e0e0;
|
|
|
$border-radius: 25px;
|
|
|
|
|
|
.select-giftcard-page {
|
|
|
@extend padding-30;
|
...
|
...
|
@@ -44,11 +45,11 @@ $fontGrayLight: #e0e0e0; |
|
|
line-height: 88px;
|
|
|
background-color: $title-bg-color;
|
|
|
color: $title-font-color;
|
|
|
border-top-left-radius: 12.5px;
|
|
|
border-top-right-radius: 12.5px;
|
|
|
border-top-left-radius: $border-radius;
|
|
|
border-top-right-radius: $border-radius;
|
|
|
|
|
|
.balance > label {
|
|
|
margin-left: 80px;
|
|
|
margin-left: 30px;
|
|
|
font-size: 24px;
|
|
|
font-weight: 400;
|
|
|
}
|
...
|
...
|
@@ -58,7 +59,7 @@ $fontGrayLight: #e0e0e0; |
|
|
}
|
|
|
|
|
|
.logo {
|
|
|
margin-right: 20px;
|
|
|
margin-right: 30px;
|
|
|
|
|
|
.iconfont {
|
|
|
font-size: 36px;
|
...
|
...
|
@@ -70,8 +71,8 @@ $fontGrayLight: #e0e0e0; |
|
|
padding: 10px 30px;
|
|
|
height: 188px;
|
|
|
background-color: #fff;
|
|
|
border-bottom-left-radius: 12.5px;
|
|
|
border-bottom-right-radius: 12.5px;
|
|
|
border-bottom-left-radius: $border-radius;
|
|
|
border-bottom-right-radius: $border-radius;
|
|
|
font-size: 22px;
|
|
|
|
|
|
> .content {
|
...
|
...
|
|