Update components
This commit is contained in:
parent
97737eba1b
commit
56127cccb1
|
@ -5,17 +5,18 @@
|
|||
@apply .link
|
||||
|
||||
code
|
||||
@apply .bg-grey-lighter .inline-block .font-mono
|
||||
@apply .bg-grey-lighter .inline-block .font-mono .text-xs
|
||||
padding: 1px 3px
|
||||
|
||||
pre code,
|
||||
pre code.hljs,
|
||||
.hljs
|
||||
@apply .p-4
|
||||
@apply .text-sm
|
||||
@apply .border-l-4
|
||||
@apply .border-grey-dark
|
||||
@apply .block
|
||||
@apply .bg-grey-lighter
|
||||
@apply .overflow-x-scroll
|
||||
@apply .block
|
||||
@apply .border-grey-dark
|
||||
@apply .border-l-4
|
||||
@apply .font-mono
|
||||
@apply .leading-loose
|
||||
@apply .overflow-x-scroll
|
||||
@apply .p-4
|
||||
@apply .rounded
|
||||
@apply .text-xs
|
||||
|
|
|
@ -1,8 +1,13 @@
|
|||
.note
|
||||
@apply .bg-blue-lighter
|
||||
@apply .p-4
|
||||
@apply .border-l-4
|
||||
@apply .border-blue
|
||||
@apply .border-l-4
|
||||
@apply .mb-4
|
||||
@apply .p-4
|
||||
@apply .rounded
|
||||
|
||||
& > *:last-child
|
||||
@apply .mb-0
|
||||
|
||||
p a
|
||||
@apply .text-black
|
||||
|
|
Loading…
Reference in a new issue