ElmDemo/UI/scss/payment.scss

15 lines
282 B
SCSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
.TextBar {
@apply w-full box-border py-[1vw] px-[4vw] flex justify-between items-center;
}
.text {
@apply text-2xl text-[#666666FF];
}
.PayWay {
@apply w-full box-border p-[4vw] flex justify-between items-center;
}