ui/app/styles/layout/_header.scss

57 lines
999 B
SCSS
Executable File

// -----------------------------------------------------------------------------
// This file contains all styles related to the header of the site/application.
// -----------------------------------------------------------------------------
header {
clear: both;
}
.header {
border-bottom: solid 2px $border;
margin: 0 0 30px 0;
h1 {
margin: 0;
display: inline-block;
vertical-align: middle;
font-size: 21px;
margin-right: 10px;
line-height: 45px;
}
.right-buttons {
@include clearfix;
float: right;
padding: 11px 0;
> .resource-actions {
.btn.btn-sm {
padding: 4px 7px;
}
}
}
}
.basics {
padding: 10px;
font-size: 14px;
line-height: 14px;
> .inline-block {
// vertical-align: bottom;
padding: 0 25px;
border-right: solid 2px $info;
label, span, div {
vertical-align: baseline;
}
&:first-child {
padding-left: 0;
}
&:last-child {
border: 0;
}
}
}