grafana/public/sass/components/_page_header.scss

106 lines
1.5 KiB
SCSS
Raw Normal View History

2017-11-30 04:31:38 -06:00
.page-header {
margin-top: $space-md;
2017-11-30 04:31:38 -06:00
.btn {
float: right;
margin-left: $space-md;
2017-11-30 04:31:38 -06:00
// better align icons
.fa {
position: relative;
top: 1px;
}
}
@include media-breakpoint-up(md) {
margin-top: 0;
}
2017-11-30 04:31:38 -06:00
}
2017-11-30 08:37:03 -06:00
.page-header__inner {
2017-11-30 04:31:38 -06:00
flex-grow: 1;
2017-11-30 08:37:03 -06:00
display: flex;
padding: $space-lg 0;
2017-11-30 08:37:03 -06:00
}
.page-header__title {
font-size: $font-size-h2;
margin-bottom: 1px;
padding-top: $spacer;
2017-11-30 04:31:38 -06:00
}
.page-header__img {
position: relative;
top: 10px;
2017-12-01 03:27:05 -06:00
height: 50px;
2017-11-30 04:31:38 -06:00
}
.page-header__icon {
2017-12-01 03:27:05 -06:00
font-size: 50px;
width: 50px;
height: 50px;
2017-11-30 04:31:38 -06:00
position: relative;
color: $text-color-weak;
2017-11-30 04:31:38 -06:00
&.fa {
2017-12-01 06:49:15 -06:00
top: 10px;
2017-12-01 03:27:05 -06:00
}
&.gicon {
top: 10px;
2017-11-30 04:31:38 -06:00
}
&.icon-gf {
top: 3px;
}
}
2017-11-30 08:37:03 -06:00
.page-header__logo {
margin: -1px $spacer -1px 0;
color: $text-color-weak;
2017-11-30 04:31:38 -06:00
}
2017-11-30 08:37:03 -06:00
.page-header__sub-title {
color: $text-muted;
}
.page-header-stamps-type {
color: $link-color-disabled;
text-transform: uppercase;
}
2017-11-30 04:31:38 -06:00
.page-header__select-nav {
margin-bottom: 10px;
max-width: 100%;
@include media-breakpoint-up(lg) {
display: none;
}
}
.page-header__link {
color: $text-color;
text-decoration: underline;
}
.page-header__tabs {
display: none;
@include media-breakpoint-up(lg) {
display: block;
}
}
2017-12-01 03:27:05 -06:00
.page-breadcrumbs {
display: flex;
padding: 10px 0;
line-height: 0.5;
}
.breadcrumb {
display: inline-block;
box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
overflow: hidden;
border-radius: 5px;
counter-reset: flag;
}