提交 64249b0c 编写于 作者: C chomik

fix #78

上级 442c7662
......@@ -20,8 +20,8 @@
</div>
</form>
{% elsif include.show-buttons %}
<a class="btn btn-secondary btn-sm">Action 1</a>
<a class="btn btn-secondary btn-sm ml-2">Action 2</a>
<a href="#" class="btn btn-primary btn-sm">Action 1</a>
<a href="#" class="btn btn-secondary btn-sm ml-2">Action 2</a>
{% elsif include.show-switch %}
<label class="custom-switch m-0">
<input type="checkbox" value="1" class="custom-switch-input" checked>
......
......@@ -237,7 +237,7 @@
color: $text-muted;
align-self: center;
a {
a:not(.btn) {
margin-left: .5rem;
color: $text-muted;
display: inline-block;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册