ui/app/styles/layout/_header.scss

29 lines
564 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 16.5px 0;
padding: 15px 0;
h1 {
margin: 2px 0;
font-size: 21px;
}
.right-buttons {
@include clearfix;
float: right;
> .resource-actions {
.btn.btn-sm {
padding: 6px 7px;
}
}
}
}