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

Commit

Permalink
feat: add button brown for academy site
Browse files Browse the repository at this point in the history
  • Loading branch information
GusBaamonde committed Jul 18, 2019
1 parent 9fd3f3f commit a2e7508
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions assets/scss/modules/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,19 @@
color: $dp-color-white;
}
}

&brown {
background-color: $dp-color-brown;
border: 1px solid $dp-color-brown;
color: $dp-color-white;

&:hover {
background-color: $dp-color-brown--hover;
border: 1px solid $dp-color-brown--hover;
color: $dp-color-white;
}
}

}

&.link- {
Expand Down
3 changes: 3 additions & 0 deletions assets/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,9 @@ <h2>Botones</h2>
<div class="buttons-card">
<button type="button" class="dp-button button-medium primary-green button--round">Iniciar campaña</button>
</div><!-- button-card -->
<div class="buttons-card">
<button type="button" class="dp-button button-medium primary-brown button--round">Iniciar campaña</button>
</div><!-- button-card -->
</main><!-- main-buttons -->
<p><strong>También podemos indicar que un boton tenga el estilo de un link:</strong></p>
<main class="main-buttons">
Expand Down

0 comments on commit a2e7508

Please sign in to comment.