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

35 lines
529 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-02-04 03:22:12 +01:00
z-index: 20;
2015-02-06 01:16:49 +01:00
box-shadow: none;
}
header {
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
display: flex;
}
hgroup {
align-items: center;
flex: 1 1 auto;
&h3 {
margin-bottom: 0;
}
}
.sg-icon-bar {
font-size: $sg-font-size-3;
color: $colorGray;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
height:(2 * $pitch);
margin-left: $mg;
}
.sg-icon-bar *.button {
display: block;
}