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
d9f99eb5
Commit
d9f99eb5
authored
Oct 28, 2016
by
Matt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added fadeIn animation to non-build mode
parent
51f55cf6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
2 deletions
+26
-2
public/sass/pages/_dashboard.scss
+26
-2
No files found.
public/sass/pages/_dashboard.scss
View file @
d9f99eb5
...
@@ -219,6 +219,8 @@ div.flot-text {
...
@@ -219,6 +219,8 @@ div.flot-text {
&
:hover
{
&
:hover
{
.dash-row-header-actions
{
.dash-row-header-actions
{
display
:
block
;
display
:
block
;
opacity
:
0
;
animation
:
fadeIn
150ms
linear
100ms
forwards
;
}
}
}
}
...
@@ -387,7 +389,7 @@ div.flot-text {
...
@@ -387,7 +389,7 @@ div.flot-text {
border-left
:
$panel-border
;
border-left
:
$panel-border
;
border-bottom
:
$panel-border
;
border-bottom
:
$panel-border
;
border-right
:
$panel-border
;
border-right
:
$panel-border
;
margin
:
0
;
margin
:
0
0
$panel-margin
*
2
0
;
padding
:
$panel-margin
*
2
;
padding
:
$panel-margin
*
2
;
box-shadow
:
0px
3px
7px
-3px
$black
;
box-shadow
:
0px
3px
7px
-3px
$black
;
}
}
...
@@ -396,7 +398,7 @@ div.flot-text {
...
@@ -396,7 +398,7 @@ div.flot-text {
border-left
:
$panel-border
;
border-left
:
$panel-border
;
border-bottom
:
$panel-border
;
border-bottom
:
$panel-border
;
border-right
:
$panel-border
;
border-right
:
$panel-border
;
margin
:
0
;
margin
:
0
0
$panel-margin
*
2
0
;
padding
:
$panel-margin
*
2
;
padding
:
$panel-margin
*
2
;
// display: flex;
// display: flex;
// align-items: flex-start;
// align-items: flex-start;
...
@@ -404,6 +406,15 @@ div.flot-text {
...
@@ -404,6 +406,15 @@ div.flot-text {
box-shadow
:
0px
3px
7px
-3px
$black
;
box-shadow
:
0px
3px
7px
-3px
$black
;
}
}
.dash-edit-mode
{
.dash-row-options
{
margin-bottom
:
0
;
}
.dash-row-add-panel
{
margin-bottom
:
0
;
}
}
.add-panel-panels-scroll
{
.add-panel-panels-scroll
{
width
:
100%
;
width
:
100%
;
overflow
:
hidden
;
overflow
:
hidden
;
...
@@ -440,3 +451,16 @@ div.flot-text {
...
@@ -440,3 +451,16 @@ div.flot-text {
.add-panel-item-img
{
.add-panel-item-img
{
width
:
2rem
;
width
:
2rem
;
}
}
// Animations
@keyframes
fadeIn
{
from
{
opacity
:
0
;
}
to
{
opacity
:
1
;
}
}
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