ux: dashboard settings progress

This commit is contained in:
Torkel Ödegaard
2017-12-11 13:04:06 +01:00
parent 8354c64ff5
commit 05ec7541c8
8 changed files with 121 additions and 157 deletions

View File

@@ -1,8 +1,13 @@
.empty-list-cta {
background-color: $search-filter-box-bg;
text-align: center;
padding: 2rem 2rem 1rem 2rem;
padding: 2rem;
border-radius: $border-radius;
.grafana-info-box {
max-width: 700px;
margin: 0 auto;
}
}
.empty-list-cta__title {
@@ -14,10 +19,6 @@
margin-bottom: 50px;
}
.empty-list-cta__pro-tip {
padding-bottom: 1rem;
}
.empty-list-cta__pro-tip-link {
margin-left: 5px;
}

View File

@@ -147,7 +147,8 @@
.sidemenu-open {
.navbar {
margin-left: 15px;
padding-left: 15px;
margin-left: 0;
}
}