Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
80851821
Commit
80851821
authored
Dec 05, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: tweaked light theme and made page container more fluid
parent
16fbefbb
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
9 deletions
+11
-9
public/sass/_variables.light.scss
+3
-3
public/sass/_variables.scss
+2
-2
public/sass/components/_filter-table.scss
+0
-2
public/sass/layout/_page.scss
+6
-2
No files found.
public/sass/_variables.light.scss
View file @
80851821
...
@@ -122,8 +122,8 @@ $code-tag-bg: $gray-6;
...
@@ -122,8 +122,8 @@ $code-tag-bg: $gray-6;
$code-tag-border
:
darken
(
$code-tag-bg
,
3%
);
$code-tag-border
:
darken
(
$code-tag-bg
,
3%
);
// cards
// cards
$card-background
:
linear-gradient
(
135deg
,
$gray-
4
,
$gray-5
);
$card-background
:
linear-gradient
(
135deg
,
$gray-
6
,
$gray-5
);
$card-background-hover
:
linear-gradient
(
135deg
,
$gray-
6
,
$gray-7
);
$card-background-hover
:
linear-gradient
(
135deg
,
$gray-
5
,
$gray-6
);
$card-shadow
:
-1px
-1px
0
0
hsla
(
0
,
0%
,
100%
,
.1
)
,
1px
1px
0
0
rgba
(
0
,
0
,
0
,
.1
);
$card-shadow
:
-1px
-1px
0
0
hsla
(
0
,
0%
,
100%
,
.1
)
,
1px
1px
0
0
rgba
(
0
,
0
,
0
,
.1
);
// Lists
// Lists
...
@@ -194,7 +194,7 @@ $input-invalid-border-color: lighten($red, 5%);
...
@@ -194,7 +194,7 @@ $input-invalid-border-color: lighten($red, 5%);
// Sidemenu
// Sidemenu
// -------------------------
// -------------------------
$side-menu-bg
:
$dark-
3
;
$side-menu-bg
:
$dark-
2
;
$side-menu-item-hover-bg
:
$gray-1
;
$side-menu-item-hover-bg
:
$gray-1
;
$side-menu-shadow
:
5px
0px
10px
-5px
$gray-1
;
$side-menu-shadow
:
5px
0px
10px
-5px
$gray-1
;
$side-menu-link-color
:
$gray-6
;
$side-menu-link-color
:
$gray-6
;
...
...
public/sass/_variables.scss
View file @
80851821
...
@@ -75,7 +75,7 @@ $container-max-widths: (
...
@@ -75,7 +75,7 @@ $container-max-widths: (
$grid-columns
:
12
!
default
;
$grid-columns
:
12
!
default
;
$grid-gutter-width
:
30px
!
default
;
$grid-gutter-width
:
30px
!
default
;
$enable-flex
:
fals
e
;
$enable-flex
:
tru
e
;
// Typography
// Typography
// -------------------------
// -------------------------
...
@@ -224,7 +224,7 @@ $btn-padding-y-lg: 11px !default;
...
@@ -224,7 +224,7 @@ $btn-padding-y-lg: 11px !default;
$btn-padding-x-xl
:
21px
!
default
;
$btn-padding-x-xl
:
21px
!
default
;
$btn-padding-y-xl
:
11px
!
default
;
$btn-padding-y-xl
:
11px
!
default
;
$btn-border-radius
:
3
px
;
$btn-border-radius
:
2
px
;
// sidemenu
// sidemenu
$side-menu-width
:
60px
;
$side-menu-width
:
60px
;
...
...
public/sass/components/_filter-table.scss
View file @
80851821
...
@@ -34,8 +34,6 @@
...
@@ -34,8 +34,6 @@
padding
:
$table-cell-padding
;
padding
:
$table-cell-padding
;
line-height
:
30px
;
line-height
:
30px
;
height
:
30px
;
height
:
30px
;
//border-bottom: 1px solid black;
border-bottom
:
1px
solid
#ECECEC
;
white-space
:
nowrap
;
white-space
:
nowrap
;
&
.filter-table__switch-cell
{
&
.filter-table__switch-cell
{
...
...
public/sass/layout/_page.scss
View file @
80851821
...
@@ -15,8 +15,12 @@
...
@@ -15,8 +15,12 @@
}
}
.page-container
{
.page-container
{
@extend
.container
;
margin-left
:
auto
;
padding
:
0
$spacer
*
2
;
margin-right
:
auto
;
padding-left
:
$spacer
*
2
;
padding-right
:
$spacer
*
2
;
max-width
:
980px
;
@include
clearfix
();
}
}
.scroll-canvas
{
.scroll-canvas
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment