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

Commit

Permalink
chore: use of helper class to align the arrow with the center of the …
Browse files Browse the repository at this point in the history
…bell
  • Loading branch information
GusBaamonde committed Apr 29, 2019
1 parent 9100a6a commit 1356951
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/scss/templates/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,10 @@
opacity: 0;
transition: all 0.3s ease;

&.helper--right{
right: -12px;
}

h5 {
color: $dp-color-darkgrey;
margin: $dp-spaces--lv0;
Expand Down
2 changes: 1 addition & 1 deletion assets/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<ul class="nav-right-main--list">
<li>
<a href="#" class="user-menu--open active" data-count="1"><span class="ms-icon icon-notification"></span></a>
<div class="user-menu">
<div class="user-menu helper--right">
<h5>NUEVO: Comportamiento en Sitio</h5>
<p>Programa un flujo automatizado de Emails que se envíe de acuerdo a las páginas que los Suscriptores hayan visitado en tu sitio.</p>
<p><a href="#"><strong>PRUEBALO GRATIS</strong></a> por tiempo limitado.</p>
Expand Down

0 comments on commit 1356951

Please sign in to comment.