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
d47f6e5b
Commit
d47f6e5b
authored
Mar 12, 2019
by
ijin08
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
s -> sm, m -> md, l -> lg
parent
3e6c15a8
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
public/sass/components/_page_loader.scss
+1
-1
public/sass/components/_panel_editor.scss
+2
-2
public/sass/components/_panel_logs.scss
+1
-1
public/sass/components/_submenu.scss
+1
-1
public/sass/pages/_explore.scss
+6
-6
No files found.
public/sass/components/_page_loader.scss
View file @
d47f6e5b
...
...
@@ -7,7 +7,7 @@
&
__spinner
{
font-size
:
32px
;
margin-bottom
:
$space-s
;
margin-bottom
:
$space-s
m
;
}
&
__text
{
...
...
public/sass/components/_panel_editor.scss
View file @
d47f6e5b
...
...
@@ -21,7 +21,7 @@
}
.panel-editor-container__editor
{
margin-top
:
$space-l
;
margin-top
:
$space-l
g
;
display
:
flex
;
flex-direction
:
row
;
flex
:
1
1
0
;
...
...
@@ -80,7 +80,7 @@
}
.submenu-controls
{
padding
:
0
$dashboard-padding
$space-s
$dashboard-padding
;
padding
:
0
$dashboard-padding
$space-s
m
$dashboard-padding
;
}
.panel-editor-container__panel
{
...
...
public/sass/components/_panel_logs.scss
View file @
d47f6e5b
...
...
@@ -6,7 +6,7 @@ $column-horizontal-spacing: 10px;
padding
:
$panel-padding
;
padding-top
:
10px
;
border-radius
:
$border-radius
;
margin
:
$space-m
0
$space-s
;
margin
:
$space-m
d
0
$space-sm
;
border
:
$panel-border
;
flex-direction
:
column
;
}
...
...
public/sass/components/_submenu.scss
View file @
d47f6e5b
...
...
@@ -4,7 +4,7 @@
flex-wrap
:
wrap
;
align-content
:
flex-start
;
align-items
:
flex-start
;
padding
:
0
0
$space-s
0
;
padding
:
0
0
$space-s
m
0
;
}
.annotation-disabled
,
...
...
public/sass/pages/_explore.scss
View file @
d47f6e5b
...
...
@@ -197,7 +197,7 @@
}
.explore-panel
{
margin-top
:
$space-s
;
margin-top
:
$space-s
m
;
}
.explore-panel__body
{
...
...
@@ -216,20 +216,20 @@
.explore-panel__header-label
{
font-weight
:
500
;
margin-right
:
$space-s
;
margin-right
:
$space-s
m
;
font-size
:
$font-size-h6
;
box-shadow
:
$text-shadow-faint
;
}
.explore-panel__header-buttons
{
margin-right
:
$space-s
;
margin-right
:
$space-s
m
;
font-size
:
$font-size-lg
;
line-height
:
$font-size-h6
;
}
.time-series-disclaimer
{
width
:
300px
;
margin
:
$space-s
auto
;
margin
:
$space-s
m
auto
;
padding
:
10px
0
;
border-radius
:
$border-radius
;
text-align
:
center
;
...
...
@@ -407,7 +407,7 @@
.ReactTable
.-pagination
{
border-top
:
none
;
box-shadow
:
none
;
margin-top
:
$space-s
;
margin-top
:
$space-s
m
;
}
.ReactTable
.-pagination
.-btn
{
color
:
$blue
;
...
...
@@ -448,7 +448,7 @@
// TODO Experimental
.cheat-sheet-item
{
margin
:
$space-l
0
;
margin
:
$space-l
g
0
;
width
:
50%
;
}
...
...
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