#39, Add button shortcode

This commit is contained in:
Alex Shpak
2019-05-27 18:25:58 +02:00
parent e452a7beda
commit a299a4b07b
6 changed files with 35 additions and 3 deletions
+13
View File
@@ -67,3 +67,16 @@
margin-left: $padding-16 * 2;
}
}
// {{< button >}}
a.book-btn {
display: inline-block;
color: $color-link !important;
text-decoration: none !important;
border: $padding-1 solid $color-link;
border-radius: $padding-4;
padding: $padding-4 $padding-16;
margin-top: $padding-8;
margin-bottom: $padding-8;
cursor: pointer;
}