7 lines
139 B
CSS
7 lines
139 B
CSS
.informative-message {
|
|
@apply bg-primary text-white p-8 col-span-4 rounded-3xl flex justify-center;
|
|
img {
|
|
@apply mr-2;
|
|
}
|
|
}
|