Add custom class support for mermaid and button shortcodes

This commit is contained in:
Alex Shpak
2019-06-11 13:40:50 +02:00
parent 2047968370
commit c9d979514c
7 changed files with 16 additions and 6 deletions
+4
View File
@@ -28,6 +28,10 @@ $block-border-radius: 0.15rem;
}
}
img {
max-width: 100%;
}
code {
padding: 0 $padding-4;
background: $gray-100;
+4
View File
@@ -34,6 +34,10 @@
margin: 0 auto;
}
.text-center {
text-align: center;
}
@mixin fixed {
position: fixed;
top: 0;