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

10 lines
145 B
Sass
Raw Normal View History

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