Change forms
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 46s
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 46s
This commit is contained in:
@@ -166,4 +166,8 @@ $sides: (top, bottom, left, right);
|
||||
|
||||
.small {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.big {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
<div class="center-childs">{{.Inner}}</div>
|
||||
<div class="center-childs" style="text-align: center;">{{.Inner}}</div>
|
||||
|
||||
2
themes/coopgo-theme/layouts/shortcodes/link-button.html
Normal file
2
themes/coopgo-theme/layouts/shortcodes/link-button.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<a href="{{.Get 0}}"><button class="{{.Get 1}}">{{.Inner}}</button></a>
|
||||
|
||||
Reference in New Issue
Block a user