10 lines
145 B
Sass
10 lines
145 B
Sass
.note
|
|
@apply bg-blue-lighter
|
|
@apply border-blue border-l-4 mb-4 p-4 rounded
|
|
|
|
& > *:last-child
|
|
@apply mb-0
|
|
|
|
p a
|
|
@apply text-black
|