Spaces
This commit is contained in:
parent
772e19c320
commit
c962a84415
|
@ -1,35 +1,35 @@
|
|||
a
|
||||
color: inherit
|
||||
text-decoration: none
|
||||
color: inherit
|
||||
text-decoration: none
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
|
||||
main a
|
||||
&:focus,
|
||||
&:hover
|
||||
text-decoration: underline
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
text-decoration: none
|
||||
main a
|
||||
text-decoration: underline
|
||||
|
||||
&:focus,
|
||||
&:hover
|
||||
text-decoration: none
|
||||
|
||||
h1, h2, h3
|
||||
@apply .mb-2
|
||||
@apply .mb-2
|
||||
|
||||
.content
|
||||
h2,
|
||||
h3
|
||||
@apply .mt-6
|
||||
h2,
|
||||
h3
|
||||
@apply .mt-6
|
||||
|
||||
p,
|
||||
ul,
|
||||
ol,
|
||||
table,
|
||||
pre
|
||||
@apply .mb-4
|
||||
@apply .mb-4
|
||||
|
||||
.element-invisible
|
||||
@apply .absolute .overflow-hidden .break-normal
|
||||
clip: rect(1px, 1px, 1px, 1px)
|
||||
height: 1px
|
||||
width: 1px
|
||||
@apply .absolute .overflow-hidden .break-normal
|
||||
clip: rect(1px, 1px, 1px, 1px)
|
||||
height: 1px
|
||||
width: 1px
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
img.with-border
|
||||
@apply .border .border-solid .border-grey-light
|
||||
@apply .border .border-solid .border-grey-light
|
||||
|
||||
svg
|
||||
fill: currentColor
|
||||
fill: currentColor
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
blockquote
|
||||
@apply .border-l-4 .border-blue .pl-4
|
||||
@apply .border-l-4 .border-blue .pl-4
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
.button
|
||||
@apply .bg-blue
|
||||
@apply .inline-block
|
||||
@apply .rounded
|
||||
@apply .text-white
|
||||
@apply .px-4
|
||||
@apply .py-2
|
||||
@apply .bg-blue
|
||||
@apply .inline-block
|
||||
@apply .rounded
|
||||
@apply .text-white
|
||||
@apply .px-4
|
||||
@apply .py-2
|
||||
|
||||
&:active,
|
||||
&:hover
|
||||
@apply .bg-blue-dark
|
||||
&:active,
|
||||
&:hover
|
||||
@apply .bg-blue-dark
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
.link
|
||||
@apply .text-blue
|
||||
@apply .text-blue
|
||||
|
|
|
@ -1,11 +1,8 @@
|
|||
.listing
|
||||
@apply .pl-0
|
||||
@apply .pl-0
|
||||
|
||||
.listing-item
|
||||
@apply .overflow-hidden
|
||||
@apply .pb-8
|
||||
@apply .overflow-hidden .pb-8
|
||||
|
||||
&:not(:last-child)
|
||||
@apply .border-b
|
||||
@apply .border-grey-light
|
||||
@apply .mb-8
|
||||
&:not(:last-child)
|
||||
@apply .border-b .border-grey-light .mb-8
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
.markdown
|
||||
p,
|
||||
li
|
||||
a
|
||||
@apply .link
|
||||
p,
|
||||
li
|
||||
a
|
||||
@apply .link
|
||||
|
||||
code
|
||||
@apply .bg-grey-lighter .inline-block .font-mono .text-xs
|
||||
padding: 1px 3px
|
||||
code
|
||||
@apply .bg-grey-lighter .inline-block .font-mono .text-xs
|
||||
padding: 1px 3px
|
||||
|
||||
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
|
||||
@apply .text-xs
|
||||
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
|
||||
@apply .text-xs
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
.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
|
||||
@apply .border-l-4
|
||||
@apply .mb-4
|
||||
@apply .p-4
|
||||
@apply .rounded
|
||||
|
||||
& > *:last-child
|
||||
@apply .mb-0
|
||||
& > *:last-child
|
||||
@apply .mb-0
|
||||
|
||||
p a
|
||||
@apply .text-black
|
||||
p a
|
||||
@apply .text-black
|
||||
|
|
|
@ -1,23 +1,22 @@
|
|||
.table-collapse
|
||||
border-collapse: collapse
|
||||
border-collapse: collapse
|
||||
|
||||
.table-responsive
|
||||
@apply .mb-4 .border .w-full
|
||||
overflow-x: auto
|
||||
overflow-y: hidden
|
||||
@apply .mb-4 .border .w-full
|
||||
overflow-x: auto
|
||||
overflow-y: hidden
|
||||
|
||||
table
|
||||
@apply .mb-0 .border-0 .whitespace-no-wrap
|
||||
table
|
||||
@apply .mb-0 .border-0 .whitespace-no-wrap
|
||||
|
||||
.table
|
||||
@apply .w-full
|
||||
@apply .table-collapse
|
||||
@apply .w-full .table-collapse
|
||||
|
||||
tr:nth-child(odd)
|
||||
@apply .bg-grey-lighter
|
||||
tr:nth-child(odd)
|
||||
@apply .bg-grey-lighter
|
||||
|
||||
tr th
|
||||
@apply .text-left .px-3 .py-2 .bg-white
|
||||
tr th
|
||||
@apply .text-left .px-3 .py-2 .bg-white
|
||||
|
||||
td
|
||||
@apply .px-3 .py-2 .border-t
|
||||
td
|
||||
@apply .px-3 .py-2 .border-t
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
.talk-slides
|
||||
background: url('../images/loading.gif') center no-repeat
|
||||
min-height: 275px
|
||||
background: url('../images/loading.gif') center no-repeat
|
||||
min-height: 275px
|
||||
|
||||
@screen md
|
||||
&
|
||||
min-height: 375px
|
||||
@screen md
|
||||
&
|
||||
min-height: 375px
|
||||
|
||||
@screen lg
|
||||
&
|
||||
min-height: 450px
|
||||
@screen lg
|
||||
&
|
||||
min-height: 450px
|
||||
|
||||
@screen xl
|
||||
&
|
||||
min-height: 560px
|
||||
@screen xl
|
||||
&
|
||||
min-height: 560px
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
.talk-video
|
||||
iframe,
|
||||
embed
|
||||
@apply .absolute
|
||||
@apply .h-full
|
||||
@apply .pin-l
|
||||
@apply .pin-t
|
||||
@apply .w-full
|
||||
iframe,
|
||||
embed
|
||||
@apply .absolute
|
||||
@apply .h-full
|
||||
@apply .pin-l
|
||||
@apply .pin-t
|
||||
@apply .w-full
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
.widget
|
||||
@apply .mb-6 .block
|
||||
@apply .mb-6 .block
|
||||
|
|
Loading…
Reference in a new issue