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
662dbaf8
Commit
662dbaf8
authored
Mar 19, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4420 from grafana/grafana-worldping-tweaks
Beginngings of style adjustments to support worldPing app
parents
48a721e2
084ad69c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletions
+11
-1
public/sass/_variables.scss
+1
-1
public/sass/components/_cards.scss
+6
-0
public/sass/components/_gf-form.scss
+4
-0
No files found.
public/sass/_variables.scss
View file @
662dbaf8
...
...
@@ -161,7 +161,7 @@ $table-sm-cell-padding: .3rem !default;
// Forms
$input-padding-x
:
.75rem
!
default
;
$input-padding-y
:
.6rem
!
default
;
$input-line-height
:
1
.
35
rem
!
default
;
$input-line-height
:
1
.
42
rem
!
default
;
$input-btn-border-width
:
1px
;
$input-border-radius
:
0
$border-radius
$border-radius
0
!
default
;
...
...
public/sass/components/_cards.scss
View file @
662dbaf8
...
...
@@ -58,6 +58,12 @@
&
:hover
{
background
:
$card-background-hover
;
}
.label-tag
{
margin-left
:
6px
;
font-size
:
11px
;
padding
:
2px
6px
;
}
}
.card-item-body
{
...
...
public/sass/components/_gf-form.scss
View file @
662dbaf8
...
...
@@ -139,6 +139,10 @@ $gf-form-label-margin: 0.25rem;
}
}
.gf-form-select-wrapper
+
.gf-form-select-wrapper
{
margin-left
:
$gf-form-label-margin
;
}
.gf-form-btn
{
padding
:
$input-padding-y
$input-padding-x
;
line-height
:
$input-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