oliverdavies.uk/assets/sass/components/note.sass

14 lines
189 B
Sass
Raw Normal View History

2018-06-03 09:33:12 +01:00
.note
2018-06-06 21:46:10 +01:00
@apply .bg-blue-lighter
@apply .border-blue
@apply .border-l-4
@apply .mb-4
@apply .p-4
@apply .rounded
2018-06-03 09:33:12 +01:00
2018-06-06 21:46:10 +01:00
& > *:last-child
@apply .mb-0
2018-06-03 09:59:31 +01:00
2018-06-06 21:46:10 +01:00
p a
@apply .text-black