We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 679c5b3 + a953687 commit 3a2aee6Copy full SHA for 3a2aee6
assets/scss/_custom.scss
@@ -23,6 +23,19 @@
23
padding: 0.25rem 0.5rem !important;
24
}
25
26
+.yellow-button {
27
+ margin-left: 20px;
28
+ background-color: #005aa7;
29
+ pointer-events: none;
30
+ color: #fff;
31
+ border: none;
32
+ padding: 5px 10px;
33
+ font-size: 10px;
34
+ font-size: 1.2rem;
35
+ font-weight: bold;
36
+ border-radius: 5px;
37
+}
38
+
39
.ac .ac-trigger {
40
font-family: avenir, sans-serif;
41
layouts/shortcodes/iframe.html
@@ -9,9 +9,9 @@
9
<!-- Title and icon -->
10
<h3 class="">
11
<span class='{{ .Get "icon" }} icon mb-4 pl-5'></span>
12
- {{ .Get "title" }}
+ {{ .Get "title" }}<button class="yellow-button">beta</button>
13
</h3>
14
-
15
{{ else }}
16
<!-- Title -->
17
<h3 class="pl-3">{{ .Get "title" }}
0 commit comments