Sidebar icons colourified
This commit is contained in:
@ -45,8 +45,8 @@
|
||||
"react-ga": "2.1.2"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "NODE_ENV=development webpack && ./build.sh",
|
||||
"prod": "NODE_ENV=production webpack && ./build.sh",
|
||||
"dev": "./build.sh && NODE_ENV=development webpack --watch",
|
||||
"prod": "./build.sh && NODE_ENV=development webpack && NODE_ENV=production webpack",
|
||||
"release": "NODE_ENV=production webpack && NODE_ENV=development webpack && ./build.sh && python setup.py sdist upload -r pypi"
|
||||
}
|
||||
}
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/iris/assets/favicon.ico" />
|
||||
<link rel="shortcut-icon" href="/iris/assets/favicon.ico" />
|
||||
|
||||
<link href="//fonts.googleapis.com/css?family=Archivo+Narrow:400,700|Lato:400,400i,700|Overpass:400,400i,600|Montserrat:400|500|600" rel="stylesheet">
|
||||
<link href="//fonts.googleapis.com/css?family=Archivo+Narrow:400,700|Lato:400,400i,700|Overpass:400,400i,600|Montserrat:400|500|600|News+Cycle:400,700|PT+Sans+Narrow:400,700" rel="stylesheet">
|
||||
<link href="/iris/app.css" rel="stylesheet" />
|
||||
|
||||
<link rel="manifest" href="/iris/assets/manifest.json">
|
||||
|
||||
@ -89,6 +89,11 @@ aside{
|
||||
|
||||
&.active {
|
||||
color: $turquoise;
|
||||
opacity: 1 !important;
|
||||
|
||||
.icon {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
@ -97,7 +102,7 @@ aside{
|
||||
}
|
||||
|
||||
&:hover:not([disabled]) {
|
||||
color: $secondary_grey;
|
||||
opacity: 0.75;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user