sogo/UI/WebServerResources/scss/components/toolbar/toolbar.scss

53 lines
809 B
SCSS
Raw Normal View History

2015-02-04 03:22:12 +01:00
@import 'extends';
2015-02-06 01:16:49 +01:00
md-toolbar {
2015-03-08 22:09:20 +01:00
// todo: create variables scaled z-index
2015-02-06 01:16:49 +01:00
box-shadow: none;
2015-03-08 22:09:20 +01:00
font-size: initial;
}
.md-toolbar-tools.md-toolbar-tools-top {
2015-03-27 22:08:53 +01:00
padding-top: $mg;
}
.md-toolbar-tools.md-toolbar-tools-bottom {
height: (5 * $line);
max-height: (5 * $line);
}
header {
flex-direction: row;
2015-02-24 03:33:47 +01:00
flex-wrap: nowrap;
align-items: stretch;
justify-content: space-between;
display: flex;
}
hgroup {
align-items: center;
flex: 1 1 auto;
&h3 {
margin-bottom: 0;
}
}
.toolbar-main .md-button {
color: inherit;
font-size: sg-size(headline);
}
.sg-toolbar-group {
display: flex;
flex-direction: row;
2015-03-04 00:40:48 +01:00
align-items: flex-end;
justify-content: space-between;
&-1 {
order: 1;
max-width: $listView-width;
}
&-2 {
order: 2;
}
&-3 {
order: 3;
}
}