This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/sass/components/note.sass

14 lines
213 B
Sass
Raw Normal View History

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