Finish the toolbars

Add an app button on sidenav
Add a logout select on sidenav
This commit is contained in:
Benoit Favreault
2015-06-12 11:17:59 -04:00
committed by Francis Lachapelle
parent 9fc713dc5f
commit a57713523b
8 changed files with 86 additions and 51 deletions
@@ -395,16 +395,18 @@ html p {
// Date bloc in use on the toolbar
// ----------------------------------------------------------------------------
$today-font-size: 72px; // Visualy adjusted
.sg-date-group {
height: $pitch;
font-size: sg-size(button);
line-height: 1;
text-transform: uppercase;
}
.sg-date-today {
font-size: $pitch;
line-height: 1;
margin-left: $bl;
font-size: $today-font-size;
line-height: 56px; // Visualy adjusted
font-weight: $sg-font-light;
}