This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
portainer
Watch
1
Star
0
Fork
You've already forked portainer
0
mirror of
https://github.com/portainer/portainer.git
synced
2025-07-20 05:49:40 +02:00
Code
Issues
Releases
Activity
b285219a58
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-05 02:03:13 +03: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-08 11:06:18 +12:00
import
'./theme.css'
;
import
'./vendor-override.css'
;
Copy permalink