47 lines
948 B
SCSS
47 lines
948 B
SCSS
.credit-used{
|
|
height: 100vh;
|
|
background-color: #f3f3f3;
|
|
.credit-used-list{
|
|
background-color: white;
|
|
padding: 30px 25px;
|
|
border-bottom: 1px solid #f6f6f6;
|
|
display: flex;justify-content: space-between;
|
|
}
|
|
.credit-used-list-left{
|
|
}
|
|
.credit-used-list-type{
|
|
font-size: 26px;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
margin-bottom: 20px;
|
|
}
|
|
.credit-used-list-price{
|
|
font-size: 28px;
|
|
font-weight: 400;
|
|
margin-bottom: 20px;
|
|
}
|
|
.credit-used-list-right{
|
|
display: flex;align-items: center;
|
|
text-align: right;
|
|
}
|
|
.credit-used-list-right text{
|
|
font-size: 30px;
|
|
margin-left: 10px;
|
|
}
|
|
.credit-used-list-date{
|
|
font-size: 24px;
|
|
font-weight: 400;
|
|
color: #ababab;
|
|
}
|
|
.credit-used-list-orderno{
|
|
font-size: 20px;
|
|
font-weight: 400;
|
|
color: #ababab;
|
|
}
|
|
.green{
|
|
color: #07C160;
|
|
}
|
|
.red{
|
|
color: #FF0000;
|
|
}
|
|
} |