mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
Add toolbars Icons (several bugs, some remaining)
This commit is contained in:
committed by
Francis Lachapelle
parent
b9e7e24344
commit
d8a816a335
@@ -4,6 +4,10 @@ md-toolbar {
|
||||
z-index: 20;
|
||||
box-shadow: none;
|
||||
}
|
||||
.md-toolbar-tools.md-toolbar-tools-bottom {
|
||||
height: (5 * $line);
|
||||
max-height: (5 * $line);
|
||||
}
|
||||
header {
|
||||
flex-direction: row;
|
||||
align-items: stretch;
|
||||
@@ -17,6 +21,10 @@ hgroup {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.toolbar-main .md-button {
|
||||
color: inherit;
|
||||
font-size: sg-size(headline);
|
||||
}
|
||||
.sg-icon-bar {
|
||||
font-size: $sg-font-size-3;
|
||||
color: $colorGray;
|
||||
@@ -29,5 +37,21 @@ hgroup {
|
||||
.sg-icon-bar *.button {
|
||||
display: block;
|
||||
}
|
||||
.sg-toolbar-group {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
justify-content: space-between;
|
||||
&-1 {
|
||||
order: 1;
|
||||
max-width: $messageList-width;
|
||||
}
|
||||
&-2 {
|
||||
order: 2;
|
||||
}
|
||||
&-3 {
|
||||
order: 3;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user