7 lines
167 B
SCSS
7 lines
167 B
SCSS
![]() |
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
.OderMessage{
|
||
|
@apply w-full h-32 box-border p-[3vw] text-[#666666FF] flex justify-between items-center;
|
||
|
}
|