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
d7e8753c
Commit
d7e8753c
authored
Nov 16, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup(): removed unused gfbox style
parent
079b0ef4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
70 deletions
+0
-70
public/sass/_grafana.scss
+0
-1
public/sass/components/_gfbox.scss
+0
-69
No files found.
public/sass/_grafana.scss
View file @
d7e8753c
...
...
@@ -54,7 +54,6 @@
@import
"components/gf-form"
;
@import
"components/sidemenu"
;
@import
"components/navbar"
;
@import
"components/gfbox"
;
@import
"components/timepicker"
;
@import
"components/filter-controls"
;
@import
"components/filter-list"
;
...
...
public/sass/components/_gfbox.scss
deleted
100644 → 0
View file @
079b0ef4
.gf-box
{
margin
:
10px
5px
;
background-color
:
$page-bg
;
position
:
relative
;
border
:
1px
solid
$tight-form-func-bg
;
}
.gf-box-no-margin
{
margin
:
0
;
}
.gf-box-header-close-btn
{
float
:
right
;
padding
:
0
;
margin
:
0
;
background-color
:
transparent
;
border
:
none
;
padding
:
8px
;
color
:
$text-color
;
i
{
font-size
:
120%
;
}
&
:hover
{
color
:
$white
;
}
}
.gf-box-header-save-btn
{
padding
:
7px
0
;
float
:
right
;
color
:
$gray-2
;
font-style
:
italic
;
}
.gf-box-body
{
padding
:
20px
;
min-height
:
150px
;
}
.gf-box-footer
{
overflow
:
hidden
;
}
.gf-box-header
{
border-bottom
:
1px
solid
$tight-form-func-bg
;
overflow
:
hidden
;
background-color
:
$tight-form-bg
;
.tabs
{
float
:
left
;
}
.nav
{
margin
:
0
;
}
}
.gf-box-title
{
padding-right
:
20px
;
padding-left
:
10px
;
float
:
left
;
color
:
$link-color
;
font-size
:
18px
;
font-weight
:
normal
;
line-height
:
38px
;
margin
:
0
;
.fa
{
padding
:
0
8px
0
5px
;
color
:
$text-color
;
}
}
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