oliverdavies.uk/assets/less/components/note.less
2018-05-29 08:28:27 +02:00

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;
}
}