This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
portainer
mirror of
https://github.com/portainer/portainer
Watch
1
Star
0
Fork
You've already forked portainer
0
Code
Issues
Releases
Wiki
Activity
6bd72d21a8
portainer
/
app
/
assets
/
css
/
index.js
5 lines
96 B
JavaScript
Raw
Normal View
History
Unescape
Escape
refactor(client): move assets folder into app and remove rdash-ui dep (#3883) * refactor(assets): use rdash css * chore(build): remove rdash dep * refactor(client): move assets folder into app
2020-06-04 23:03:13 +00:00
import
'./rdash.css'
;
import
'./app.css'
;
feat(frontend): dark and high contrast theme supported EE-909 (#5353) * feat dark theme & high contrast theme supported
2021-09-07 23:06:18 +00:00
import
'./theme.css'
;
import
'./vendor-override.css'
;