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
85bfb1db
Commit
85bfb1db
authored
Mar 21, 2019
by
ijin08
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replaced rems with pixels or variables
parent
2db02bd2
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
29 additions
and
30 deletions
+29
-30
public/sass/base/_code.scss
+1
-1
public/sass/components/_code_editor.scss
+8
-8
public/sass/components/_infobox.scss
+2
-3
public/sass/components/_modals.scss
+2
-2
public/sass/components/_old_stuff.scss
+1
-1
public/sass/components/_shortcuts.scss
+2
-2
public/sass/layout/_page.scss
+1
-1
public/sass/pages/_errorpage.scss
+9
-9
public/sass/pages/_playlist.scss
+1
-1
public/sass/pages/_signup.scss
+2
-2
No files found.
public/sass/base/_code.scss
View file @
85bfb1db
...
...
@@ -23,7 +23,7 @@ code {
code
.code--small
{
font-size
:
$font-size-xs
;
padding
:
0
.2rem
;
padding
:
$space-xxs
;
margin
:
0
2px
;
}
...
...
public/sass/components/_code_editor.scss
View file @
85bfb1db
.gf-code-editor
{
min-height
:
2
.6rem
;
min-width
:
2
0rem
;
min-height
:
36px
;
min-width
:
2
80px
;
flex-grow
:
1
;
margin-right
:
0
.25rem
;
margin-right
:
$space-xs
;
&
.ace_editor
{
@include
font-family-monospace
();
font-size
:
1rem
;
min-height
:
3
.6rem
;
// Include space for horizontal scrollbar
font-size
:
$font-size-md
;
min-height
:
50px
;
// Include space for horizontal scrollbar
@include
border-radius
(
$input-border-radius-sm
);
border
:
$border-width
solid
$input-border-color
;
...
...
@@ -20,7 +20,7 @@
.ace_editor.ace_autocomplete
{
@include
font-family-monospace
();
font-size
:
1rem
;
font-size
:
$font-size-md
;
// Ace editor adds <style> tag at the end of <head>, after grafana.css, so !important
// is used for overriding styles with the same CSS specificity.
...
...
@@ -62,11 +62,11 @@ $doc-font-size: $font-size-sm;
color
:
$popover-help-color
;
background-image
:
none
;
border
:
1px
solid
$dropdownBorder
;
padding
:
0
.5rem
1rem
;
padding
:
$space-sm
$space-md
;
hr
{
background-color
:
$popover-help-color
;
margin
:
0
.5rem
0rem
;
margin
:
$space-sm
0
;
}
code
{
...
...
public/sass/components/_infobox.scss
View file @
85bfb1db
.grafana-info-box
{
position
:
relative
;
padding
:
1
.5rem
;
padding
:
$space-lg
;
background-color
:
$empty-list-cta-bg
;
margin-bottom
:
2rem
;
border-top
:
3px
solid
$info-box-border-color
;
margin-bottom
:
$space
r
;
margin-bottom
:
$space
-md
;
margin-right
:
$space-xs
;
box-shadow
:
$card-shadow
;
flex-grow
:
1
;
...
...
public/sass/components/_modals.scss
View file @
85bfb1db
...
...
@@ -122,7 +122,7 @@
}
.modal-content-confirm-text
{
margin-bottom
:
2rem
;
margin-bottom
:
$space-xl
;
span
{
text-align
:
center
;
}
...
...
@@ -143,7 +143,7 @@
.share-modal-big-icon
{
margin-bottom
:
10px
;
margin-right
:
2rem
;
margin-right
:
$space-xl
;
.fa
,
.icon-gf
{
font-size
:
50px
;
...
...
public/sass/components/_old_stuff.scss
View file @
85bfb1db
...
...
@@ -3,7 +3,7 @@
}
.section
{
margin-right
:
3rem
;
margin-right
:
42px
;
vertical-align
:
top
;
display
:
inline-block
;
}
...
...
public/sass/components/_shortcuts.scss
View file @
85bfb1db
...
...
@@ -17,7 +17,7 @@
text-align
:
left
;
color
:
$text-muted
;
width
:
99%
;
padding
:
0
.38rem
1rem
;
padding
:
$space-sm
$space-md
;
}
.shortcut-table-keys
{
...
...
@@ -31,7 +31,7 @@
.shortcut-table-key
{
display
:
inline-block
;
text-align
:
center
;
margin-right
:
0
.3rem
;
margin-right
:
$space-xs
;
padding
:
3px
5px
;
font
:
11px
Consolas
,
'Liberation Mono'
,
Menlo
,
Courier
,
monospace
;
line-height
:
10px
;
...
...
public/sass/layout/_page.scss
View file @
85bfb1db
...
...
@@ -97,7 +97,7 @@
}
.page-heading
{
font-size
:
1
.25rem
;
font-size
:
$font-size-h4
;
margin-top
:
0
;
margin-bottom
:
$spacer
*
0
.7
;
}
...
...
public/sass/pages/_errorpage.scss
View file @
85bfb1db
...
...
@@ -23,24 +23,24 @@
.graph-box
{
width
:
62%
;
padding
:
2rem
1rem
;
padding
:
$space-xl
$space-md
;
}
.info-box
{
width
:
38%
;
padding
:
2rem
1rem
2rem
;
padding
:
$space-xl
$space-md
;
}
.graph-percentage
{
padding
:
0
0
1
.5rem
;
padding
:
0
0
1
8px
;
}
.image-box
{
padding
:
0
.5re
m
;
padding
:
$space-s
m
;
}
.left-margin
{
padding
:
0
0
0
5rem
;
padding
:
0
0
0
64px
;
}
.current-box
{
...
...
@@ -54,7 +54,7 @@
.current-text
{
color
:
$blue
;
font-weight
:
bold
;
line-height
:
1
rem
;
line-height
:
1
4px
;
}
.error-link
{
...
...
@@ -63,14 +63,14 @@
.error-minus
{
color
:
#7eb26d
;
padding
:
0
0
.5re
m
;
line-height
:
1
.5rem
;
padding
:
0
$space-s
m
;
line-height
:
21px
;
}
.graph-percentage
p
{
text-align
:
right
;
margin
:
0
;
line-height
:
1
rem
;
line-height
:
1
4px
;
}
.graph-text
{
...
...
public/sass/pages/_playlist.scss
View file @
85bfb1db
...
...
@@ -104,7 +104,7 @@
.playlist-available-list
{
td
{
line-height
:
2
rem
;
line-height
:
2
8px
;
max-width
:
335px
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
...
...
public/sass/pages/_signup.scss
View file @
85bfb1db
...
...
@@ -17,6 +17,6 @@
.signup__password-strength
{
position
:
absolute
;
margin-left
:
9rem
;
width
:
19
4
px
;
margin-left
:
122px
;
width
:
19
2
px
;
}
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