Sass tidy
This commit is contained in:
parent
5b1fb98c45
commit
94156420c1
11 changed files with 33 additions and 53 deletions
|
@ -1,2 +1,2 @@
|
|||
blockquote
|
||||
@apply .border-l-4 .border-blue .pl-4
|
||||
@apply border-l-4 border-blue pl-4
|
||||
|
|
|
@ -1,11 +1,6 @@
|
|||
.button
|
||||
@apply .bg-blue
|
||||
@apply .inline-block
|
||||
@apply .rounded
|
||||
@apply .text-white
|
||||
@apply .px-4
|
||||
@apply .py-2
|
||||
@apply bg-blue inline-block rounded text-white px-4 py-2
|
||||
|
||||
&:active,
|
||||
&:hover
|
||||
@apply .bg-blue-dark
|
||||
@apply bg-blue-dark
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
.link
|
||||
@apply .text-blue
|
||||
@apply text-blue
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.listing
|
||||
@apply .pl-0
|
||||
@apply pl-0
|
||||
|
||||
.listing-item
|
||||
@apply .overflow-hidden .pb-8
|
||||
@apply overflow-hidden pb-8
|
||||
|
||||
&:not(:last-child)
|
||||
@apply .border-b .border-grey-light .mb-8
|
||||
@apply border-b border-grey-light mb-8
|
||||
|
|
|
@ -20,12 +20,5 @@
|
|||
|
||||
pre code,
|
||||
.hljs
|
||||
@apply bg-grey-lighter
|
||||
@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 text-sm
|
||||
@apply bg-grey-lighter block border-grey-dark border-l-4 font-mono
|
||||
@apply leading-loose overflow-x-scroll p-4 rounded text-sm
|
||||
|
|
|
@ -1,13 +1,9 @@
|
|||
.note
|
||||
@apply .bg-blue-lighter
|
||||
@apply .border-blue
|
||||
@apply .border-l-4
|
||||
@apply .mb-4
|
||||
@apply .p-4
|
||||
@apply .rounded
|
||||
@apply bg-blue-lighter
|
||||
@apply border-blue border-l-4 mb-4 p-4 rounded
|
||||
|
||||
& > *:last-child
|
||||
@apply .mb-0
|
||||
@apply mb-0
|
||||
|
||||
p a
|
||||
@apply .text-black
|
||||
@apply text-black
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
.talk-video
|
||||
iframe,
|
||||
embed
|
||||
@apply .absolute
|
||||
@apply .h-full
|
||||
@apply .pin-l
|
||||
@apply .pin-t
|
||||
@apply .w-full
|
||||
@apply absolute h-full pin-l pin-t w-full
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
.widget
|
||||
@apply .mb-6 .block
|
||||
@apply mb-6 block
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue