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

34 lines
506 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: stretch;
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;
margin: 0 0 $mg $mg;
}
.sg-icon-bar *.button {
display: block;
}