ElmDemo/UI/scss/order.scss

7 lines
167 B
SCSS
Raw Normal View History

@tailwind base;
@tailwind components;
@tailwind utilities;
.OderMessage{
@apply w-full h-32 box-border p-[3vw] text-[#666666FF] flex justify-between items-center;
}