mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Finish the toolbars
Add an app button on sidenav Add a logout select on sidenav
This commit is contained in:
committed by
Francis Lachapelle
parent
9fc713dc5f
commit
a57713523b
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user