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