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
2dde2c4f
Commit
2dde2c4f
authored
Oct 29, 2018
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
now that css is loaded sync again I can remove some styles from index html body css
parent
d06ad98e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
public/views/index.template.html
+0
-15
No files found.
public/views/index.template.html
View file @
2dde2c4f
...
...
@@ -26,13 +26,6 @@
<body
class=
"theme-[[ .Theme ]]"
>
<style>
body
{
margin
:
0
;
height
:
100%
;
width
:
100%
;
position
:
absolute
;
}
.preloader
{
height
:
100%
;
flex-direction
:
column
;
...
...
@@ -41,14 +34,6 @@
align-items
:
center
;
}
.theme-light
.preloader
{
background
:
linear-gradient
(
-60deg
,
#f7f8fa
,
#f5f6f9
70%
,
#f7f8fa
98%
);
}
.theme-dark
.preloader
{
background
:
linear-gradient
(
180deg
,
#222426
10px
,
#161719
100px
);
}
.preloader__enter
{
opacity
:
0
;
animation-name
:
preloader-fade-in
;
...
...
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