Add Bulma badges

This commit is contained in:
Jeremy Thomas
2017-10-12 17:25:11 +01:00
parent 59fb1dba28
commit aea5dd62c7
17 changed files with 856 additions and 1791 deletions

View File

@@ -105,6 +105,22 @@
flex-grow: 1
.highlight pre
white-space: pre
&.bd-is-one-fifth
.bd-snippet-preview
align-items: center
display: flex
justify-content: center
width: calc(128px + 3rem)
.bd-snippet-code
width: calc(100% - 128px - 3rem)
&.bd-is-two-fifths
.bd-snippet-preview
align-items: center
display: flex
justify-content: center
width: calc(256px + 3rem)
.bd-snippet-code
width: calc(100% - 256px - 3rem)
&.bd-is-one-third
.bd-snippet-preview
width: 33.3333%

View File

@@ -70,4 +70,4 @@
a
color: $text-light
&:hover
text-decoration: underline
text-decoration: underline