mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 04:14:18 +00:00
37 lines
809 B
SCSS
37 lines
809 B
SCSS
@import "../../../styles/utilities";
|
|
|
|
.warpper{
|
|
@apply u-form;
|
|
padding: 0 5.6rem;
|
|
.bottom{
|
|
margin-top: 2.4rem;
|
|
@apply flex justify-between items-center;
|
|
.note{
|
|
font-size: 1.2rem;
|
|
line-height: 2rem;
|
|
}
|
|
}
|
|
.line{
|
|
>div{
|
|
width: 50%;
|
|
}
|
|
}
|
|
.method{
|
|
width: 100%;
|
|
height: 5.6rem;
|
|
padding: 1.6rem;
|
|
border-radius: 0.8rem;
|
|
@apply flex justify-between items-center border border-solid border-line bg-gray;
|
|
.left{
|
|
@apply flex;
|
|
.name{
|
|
margin-left: 1.6rem;
|
|
color: var(--text-active);
|
|
}
|
|
}
|
|
.price{
|
|
font-weight: bold;
|
|
color: var(--text-active);
|
|
}
|
|
}
|
|
} |