12 lines
171 B
CSS
12 lines
171 B
CSS
.note {
|
|
@apply bg-blue-lighter border-blue border-l-4 mb-4 p-4 rounded;
|
|
|
|
> *:last-child {
|
|
@apply mb-0;
|
|
}
|
|
|
|
p a {
|
|
@apply text-black;
|
|
}
|
|
}
|