mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Trying to fix gf-form styles
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
$color-page-hero-bg: #2e2e2e;
|
||||
.page-container {
|
||||
background-color: $page-bg;
|
||||
background-position: left;
|
||||
@@ -30,7 +29,7 @@ $color-page-hero-bg: #2e2e2e;
|
||||
margin-left: 0;
|
||||
min-height: calc(100% - 54px);
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user