set display inlie-block to tui-button

This commit is contained in:
vinicius.reif 2018-09-28 10:09:59 -03:00
parent 504f4776b6
commit 7c09edeeba
2 changed files with 2 additions and 1 deletions

View File

@ -235,6 +235,7 @@ input, select, textarea {
/* TUI BUTTON */
.tui-button {
display: inline-block;
outline:0;
padding: 1px 10px;
background-color: rgb(0, 168, 0);

2
examples.html vendored
View File

@ -309,7 +309,7 @@
<br>
<div class="tui-divider"></div>
<br>
<button class="tui-button white-168">accept</button>
<a class="tui-button white-168">accept</a>
</fieldset>
</div><br><br>