This commit is contained in:
Oliver Davies 2018-06-06 21:46:10 +01:00
parent 772e19c320
commit c962a84415
12 changed files with 97 additions and 101 deletions

View file

@ -1,35 +1,35 @@
a a
color: inherit color: inherit
text-decoration: none text-decoration: none
&:focus, &:focus,
&:hover &:hover
text-decoration: underline
main a
text-decoration: underline text-decoration: underline
&:focus, main a
&:hover text-decoration: underline
text-decoration: none
&:focus,
&:hover
text-decoration: none
h1, h2, h3 h1, h2, h3
@apply .mb-2 @apply .mb-2
.content .content
h2, h2,
h3 h3
@apply .mt-6 @apply .mt-6
p, p,
ul, ul,
ol, ol,
table, table,
pre pre
@apply .mb-4 @apply .mb-4
.element-invisible .element-invisible
@apply .absolute .overflow-hidden .break-normal @apply .absolute .overflow-hidden .break-normal
clip: rect(1px, 1px, 1px, 1px) clip: rect(1px, 1px, 1px, 1px)
height: 1px height: 1px
width: 1px width: 1px

View file

@ -1,5 +1,5 @@
img.with-border img.with-border
@apply .border .border-solid .border-grey-light @apply .border .border-solid .border-grey-light
svg svg
fill: currentColor fill: currentColor

View file

@ -1,2 +1,2 @@
blockquote blockquote
@apply .border-l-4 .border-blue .pl-4 @apply .border-l-4 .border-blue .pl-4

View file

@ -1,11 +1,11 @@
.button .button
@apply .bg-blue @apply .bg-blue
@apply .inline-block @apply .inline-block
@apply .rounded @apply .rounded
@apply .text-white @apply .text-white
@apply .px-4 @apply .px-4
@apply .py-2 @apply .py-2
&:active, &:active,
&:hover &:hover
@apply .bg-blue-dark @apply .bg-blue-dark

View file

@ -1,2 +1,2 @@
.link .link
@apply .text-blue @apply .text-blue

View file

@ -1,11 +1,8 @@
.listing .listing
@apply .pl-0 @apply .pl-0
.listing-item .listing-item
@apply .overflow-hidden @apply .overflow-hidden .pb-8
@apply .pb-8
&:not(:last-child) &:not(:last-child)
@apply .border-b @apply .border-b .border-grey-light .mb-8
@apply .border-grey-light
@apply .mb-8

View file

@ -1,22 +1,22 @@
.markdown .markdown
p, p,
li li
a a
@apply .link @apply .link
code code
@apply .bg-grey-lighter .inline-block .font-mono .text-xs @apply .bg-grey-lighter .inline-block .font-mono .text-xs
padding: 1px 3px padding: 1px 3px
pre code, pre code,
.hljs .hljs
@apply .bg-grey-lighter @apply .bg-grey-lighter
@apply .block @apply .block
@apply .border-grey-dark @apply .border-grey-dark
@apply .border-l-4 @apply .border-l-4
@apply .font-mono @apply .font-mono
@apply .leading-loose @apply .leading-loose
@apply .overflow-x-scroll @apply .overflow-x-scroll
@apply .p-4 @apply .p-4
@apply .rounded @apply .rounded
@apply .text-xs @apply .text-xs

View file

@ -1,13 +1,13 @@
.note .note
@apply .bg-blue-lighter @apply .bg-blue-lighter
@apply .border-blue @apply .border-blue
@apply .border-l-4 @apply .border-l-4
@apply .mb-4 @apply .mb-4
@apply .p-4 @apply .p-4
@apply .rounded @apply .rounded
& > *:last-child & > *:last-child
@apply .mb-0 @apply .mb-0
p a p a
@apply .text-black @apply .text-black

View file

@ -1,23 +1,22 @@
.table-collapse .table-collapse
border-collapse: collapse border-collapse: collapse
.table-responsive .table-responsive
@apply .mb-4 .border .w-full @apply .mb-4 .border .w-full
overflow-x: auto overflow-x: auto
overflow-y: hidden overflow-y: hidden
table table
@apply .mb-0 .border-0 .whitespace-no-wrap @apply .mb-0 .border-0 .whitespace-no-wrap
.table .table
@apply .w-full @apply .w-full .table-collapse
@apply .table-collapse
tr:nth-child(odd) tr:nth-child(odd)
@apply .bg-grey-lighter @apply .bg-grey-lighter
tr th tr th
@apply .text-left .px-3 .py-2 .bg-white @apply .text-left .px-3 .py-2 .bg-white
td td
@apply .px-3 .py-2 .border-t @apply .px-3 .py-2 .border-t

View file

@ -1,15 +1,15 @@
.talk-slides .talk-slides
background: url('../images/loading.gif') center no-repeat background: url('../images/loading.gif') center no-repeat
min-height: 275px min-height: 275px
@screen md @screen md
& &
min-height: 375px min-height: 375px
@screen lg @screen lg
& &
min-height: 450px min-height: 450px
@screen xl @screen xl
& &
min-height: 560px min-height: 560px

View file

@ -1,8 +1,8 @@
.talk-video .talk-video
iframe, iframe,
embed embed
@apply .absolute @apply .absolute
@apply .h-full @apply .h-full
@apply .pin-l @apply .pin-l
@apply .pin-t @apply .pin-t
@apply .w-full @apply .w-full

View file

@ -1,2 +1,2 @@
.widget .widget
@apply .mb-6 .block @apply .mb-6 .block