ux: dashboard settings progress

This commit is contained in:
Torkel Ödegaard
2017-12-11 12:13:45 +01:00
parent 511fa7dec1
commit 09cc60ffe4
6 changed files with 74 additions and 77 deletions

View File

@@ -1,21 +1,23 @@
.empty-list-cta {
background-color: $search-filter-box-bg;
text-align: center;
.empty-list-cta {
background-color: $search-filter-box-bg;
text-align: center;
padding: 2rem 2rem 1rem 2rem;
border-radius: $border-radius;
}
.empty-list-cta__title {
padding-bottom: 30px;
font-style: italic;
padding-bottom: 30px;
font-style: italic;
}
.empty-list-cta__button {
margin-bottom: 50px;
margin-bottom: 50px;
}
.empty-list-cta__pro-tip {
padding-bottom: 20px;
padding-bottom: 1rem;
}
.empty-list-cta__pro-tip-link {
margin-left: 5px;
}
margin-left: 5px;
}

View File

@@ -1,13 +1,3 @@
// .grafana-info-box::before {
// content: "\f05a";
// font-family:'FontAwesome';
// position: absolute;
// top: -13px;
// left: -8px;
// font-size: 20px;
// color: $text-color;
// }
.grafana-info-box {
position: relative;
background: $info-box-background;

View File

@@ -2,9 +2,7 @@
.navbar {
position: relative;
padding-left: $side-menu-width;
// box-shadow: $navbarShadow;
z-index: $zindex-navbar-fixed;
// background: $navbarBackground;
height: $navbarHeight;
padding-right: $spacer;
display: flex;