Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: separate button inside the form
Browse files Browse the repository at this point in the history
  • Loading branch information
GusBaamonde committed Mar 18, 2019
1 parent d8ae371 commit bbddb90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions assets/scss/core/_base.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
/*Elements form*/
/* separate button inside the form - review it later*/

form {
.dp-button {
margin-left: 10px;
}
}

legend {
display: none;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h2>Botones</h2>
<div class="button-description">
<p><strong>Disabled</strong></p>
<ul class="button-list">
<li><strong>pointer-events::</strong> none;</li>
<li><strong>pointer-events:</strong> none;</li>
<li><strong>opacity:</strong> .4;</li>
</ul>
</div>
Expand Down

0 comments on commit bbddb90

Please sign in to comment.