This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Adminator-admin-dashboard
mirror of
https://github.com/puikinsh/Adminator-admin-dashboard
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
16
Wiki
Activity
Browse Source
Merge pull request
#149
from krzysiekpiasecki/master
Fix
#127
pull/154/head
1.0
Aigars Silkalns
7 years ago
committed by
GitHub
parent
03f23f298f
5a4bdb02c5
commit
adf99b3a5d
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
package.json
+1
-1
src/assets/styles/spec/settings/index.scss
+ 1
- 0
package.json
View File
@ -49,6 +49,7 @@
"babel-polyfill"
:
"^6.26.0"
,
"bootstrap"
:
"^4.0.0"
,
"bootstrap-datepicker"
:
"^1.7.1"
,
"brand-colors"
:
"^2.0.1"
,
"chart.js"
:
"^2.7.1"
,
"datatables"
:
"^1.10.13"
,
"easy-pie-chart"
:
"^2.1.7"
,
+ 1
- 1
src/assets/styles/spec/settings/index.scss
View File
@ -1,6 +1,6 @@
@import
'
breakpoints
'
;
@import
'
fonts
'
;
@import
'
brandColor
s
'
;
@import
'
~brand-colors/dist/latest/scss/brand-colors.latest.scs
s
'
;
@import
'
materialColors
'
;
@import
'
baseColors
'
;
@import
'
borders
'
;
Write
Preview
Loading…
Cancel
Save