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
204d21ab
Commit
204d21ab
authored
Mar 12, 2019
by
ijin08
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed headings-margin-bottom variable
parent
fae2f545
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
3 deletions
+1
-3
packages/grafana-ui/src/themes/_variables.scss.tmpl.ts
+0
-1
public/sass/_variables.generated.scss
+0
-1
public/sass/base/_type.scss
+1
-1
No files found.
packages/grafana-ui/src/themes/_variables.scss.tmpl.ts
View file @
204d21ab
...
@@ -111,7 +111,6 @@ $font-size-h4: ${theme.typography.heading.h4} !default;
...
@@ -111,7 +111,6 @@ $font-size-h4: ${theme.typography.heading.h4} !default;
$font-size-h5:
${
theme
.
typography
.
heading
.
h5
}
!default;
$font-size-h5:
${
theme
.
typography
.
heading
.
h5
}
!default;
$font-size-h6:
${
theme
.
typography
.
heading
.
h6
}
!default;
$font-size-h6:
${
theme
.
typography
.
heading
.
h6
}
!default;
$headings-margin-bottom: ($spacer / 2) !default;
$headings-font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$headings-font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$headings-font-weight:
${
theme
.
typography
.
weight
.
normal
}
!default;
$headings-font-weight:
${
theme
.
typography
.
weight
.
normal
}
!default;
$headings-line-height:
${
theme
.
typography
.
lineHeight
.
s
}
!default;
$headings-line-height:
${
theme
.
typography
.
lineHeight
.
s
}
!default;
...
...
public/sass/_variables.generated.scss
View file @
204d21ab
...
@@ -114,7 +114,6 @@ $font-size-h4: 18px !default;
...
@@ -114,7 +114,6 @@ $font-size-h4: 18px !default;
$font-size-h5
:
16px
!
default
;
$font-size-h5
:
16px
!
default
;
$font-size-h6
:
14px
!
default
;
$font-size-h6
:
14px
!
default
;
$headings-margin-bottom
:
(
$spacer
/
2
)
!
default
;
$headings-font-family
:
'Roboto'
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
$headings-font-family
:
'Roboto'
,
'Helvetica Neue'
,
Helvetica
,
Arial
,
sans-serif
;
$headings-font-weight
:
400
!
default
;
$headings-font-weight
:
400
!
default
;
$headings-line-height
:
1
.1
!
default
;
$headings-line-height
:
1
.1
!
default
;
...
...
public/sass/base/_type.scss
View file @
204d21ab
...
@@ -109,7 +109,7 @@ h6,
...
@@ -109,7 +109,7 @@ h6,
.h4
,
.h4
,
.h5
,
.h5
,
.h6
{
.h6
{
margin-bottom
:
$
headings-margin-bottom
;
margin-bottom
:
$
space-s
;
font-family
:
$headings-font-family
;
font-family
:
$headings-font-family
;
font-weight
:
$headings-font-weight
;
font-weight
:
$headings-font-weight
;
line-height
:
$headings-line-height
;
line-height
:
$headings-line-height
;
...
...
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