mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(): minor tweak
This commit is contained in:
parent
1dbaabffbc
commit
c77f91213c
@ -151,7 +151,7 @@ $input-color-placeholder: $gray-1 !default;
|
|||||||
$input-label-bg: $dark-3;
|
$input-label-bg: $dark-3;
|
||||||
|
|
||||||
// Search
|
// Search
|
||||||
$searchShadow: 0 0 35px 0 $body-bg;
|
$search-shadow: 0 0 35px 0 $body-bg;
|
||||||
|
|
||||||
// Dropdowns
|
// Dropdowns
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
@ -164,7 +164,7 @@ $side-menu-bg: $body-bg;
|
|||||||
$side-menu-item-hover-bg: $gray-6;
|
$side-menu-item-hover-bg: $gray-6;
|
||||||
|
|
||||||
// search
|
// search
|
||||||
$searchShadow: 0 5px 30px 0 lighten($gray-2, 30%);
|
$search-shadow: 0 5px 30px 0 lighten($gray-2, 30%);
|
||||||
|
|
||||||
// Dropdowns
|
// Dropdowns
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 700px;
|
width: 700px;
|
||||||
box-shadow: $searchShadow;
|
box-shadow: $search-shadow;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background-color: $panel-bg;
|
background-color: $panel-bg;
|
||||||
border: $panel-border;
|
border: $panel-border;
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$color-page-hero-bg: #2e2e2e;
|
|
||||||
.page-container {
|
.page-container {
|
||||||
background-color: $page-bg;
|
background-color: $page-bg;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -27,7 +26,7 @@ $color-page-hero-bg: #2e2e2e;
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
min-height: calc(100% - 54px);
|
min-height: calc(100% - 54px);
|
||||||
padding-bottom: $spacer * 5;
|
padding-bottom: $spacer * 5;
|
||||||
background-image: linear-gradient(60deg, rgba(0, 0, 0, 0) 0%, lighten($page-bg, 5%) 98%);
|
background-image: linear-gradient(60deg, rgba(0, 0, 0, 0) 0%, lighten($page-bg, 4%) 98%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
|
Loading…
Reference in New Issue
Block a user