Skip to content

Commit

Permalink
Menus - fermer doit être à l’aide d’une croix et non une flèche #22
Browse files Browse the repository at this point in the history
  • Loading branch information
zufrieden committed Mar 16, 2016
1 parent c0d8fd8 commit 866b203
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/components/organisms/panel-left.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ notes: |
<span class="icon-bar panel-closed-component"></span>
<span class="icon-bar panel-closed-component"></span>
<span class="icon-bar panel-closed-component"></span>
{{> chevron direction="left" thin=true }}
<span class="cross">&times;</span>
</button>
<div class="panel-content">
<ul class="nav nav-stacked">
Expand Down
4 changes: 3 additions & 1 deletion assets/components/organisms/panel-right.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ notes: |
<div class="panel panel-right panel-animate panel-leave panel-leaving">
<button type="button" class="btn btn-default panel-button">
<span class="hidden-xs panel-closed-component">Connexion</span>
<span class="visible-xs glyphicon glyphicon-user panel-closed-component"></span>
<span class="visible-xs">
<span class="glyphicon glyphicon-user panel-closed-component"></span>
</span>
<span class="cross">&times;</span>
</button>
<div class="panel-content">
Expand Down
4 changes: 4 additions & 0 deletions assets/sass/organisms/_panels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
font-size: 1.4em;
padding: 0.2em;
}
.navbar-toggle .cross{
font-weight: bold;
padding: 0;
}
&.panel-entering, &.panel-enter {
box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.5);
}
Expand Down

1 comment on commit 866b203

@ludovicrenevey
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zufrieden : ceci n'est pas visible sur le styleguide. Est-ce bien juste ?

Please sign in to comment.