matrix-dimension/web/app/page-header/page-header.component.scss
2017-12-14 23:32:23 -07:00

31 lines
571 B
SCSS

// component styles are encapsulated and only applied to their components
.header {
width: 100%;
margin-top: 30px;
border-top: 1px solid #e7eaec;
border-bottom: 1px solid #e7eaec;
background-color: #fff;
}
.header .title {
margin: 0;
width: 83.333333%; // col-sm-10
padding: 15px;
display: inline-block;
}
.header .title .pageName {
font-weight: 100;
padding: 0;
margin: 0;
}
.header .quickAction {
padding: 0;
margin: 0;
float: right;
text-align: right;
display: inline-block;
width: 15.666667%; // col-sm-2
position: relative;
}