oliverdavies.uk/assets/less/components/note.less

17 lines
241 B
Plaintext
Raw Normal View History

2018-05-28 23:33:00 +00:00
.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;
}
}