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
46c8b362
Commit
46c8b362
authored
Dec 05, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: minor style tweaks to cards and sidemenu icons for white theme
parent
2414074c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
public/sass/base/_icons.scss
+15
-0
public/sass/components/_cards.scss
+2
-3
No files found.
public/sass/base/_icons.scss
View file @
46c8b362
...
...
@@ -15,6 +15,10 @@
background-image
:
url('../img/icons_
#{
$theme-name
}
_theme/icon_alert.svg')
;
}
.gicon-alert-alt
{
background-image
:
url('../img/icons_
#{
$theme-name
}
_theme/icon_alert_alt.svg')
;
}
.gicon-datasources
{
background-image
:
url('../img/icons_
#{
$theme-name
}
_theme/icon_data_sources.svg')
;
}
...
...
@@ -58,3 +62,14 @@
.gicon-zoom-out
{
background-image
:
url('../img/icons_
#{
$theme-name
}
_theme/icon_zoom_out.svg')
;
}
.sidemenu
{
.gicon-dashboard
{
background-image
:
url('../img/icons_dark_theme/icon_dashboard.svg')
;
}
.gicon-alert
{
background-image
:
url('../img/icons_dark_theme/icon_alert.svg')
;
}
}
public/sass/components/_cards.scss
View file @
46c8b362
...
...
@@ -200,9 +200,8 @@
}
.card-item
{
border-bottom
:
.2rem
solid
$page-bg
;
border-radius
:
0
;
box-shadow
:
none
;
border-bottom
:
3px
solid
$page-bg
;
border-radius
:
2px
;
}
.card-item-header
{
...
...
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