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/css/components/note.css

16 lines
220 B
CSS
Raw Normal View History

2019-03-09 08:15:13 +00:00
.note {
2019-03-21 07:50:29 +00:00
@apply bg-blue-lighter border-blue-600 border-l-4 mb-4 p-4 rounded;
2019-03-09 08:15:13 +00:00
> *:not(:first-child) {
@apply mt-6
}
p a {
@apply text-black underline;
&:hover {
@apply no-underline
}
}
}