2017-12-14 23:25:15 -05:00
|
|
|
// 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;
|
2017-12-15 01:32:23 -05:00
|
|
|
display: inline-block;
|
2017-12-14 23:25:15 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.header .title .pageName {
|
|
|
|
font-weight: 100;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .quickAction {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
float: right;
|
|
|
|
text-align: right;
|
2017-12-15 01:32:23 -05:00
|
|
|
display: inline-block;
|
|
|
|
width: 15.666667%; // col-sm-2
|
|
|
|
position: relative;
|
2017-12-14 23:25:15 -05:00
|
|
|
}
|