forked from Ivasoft/traefik
feat(dashboard): new Dashboard
- show providers (auto refresh: 2s) - show health (auto refresh: 3s) - more colors - add font - remove jumbotron - javascript minified version
This commit is contained in:
22
static/style.css
Normal file
22
static/style.css
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'charterregular';
|
||||
src: url('fontss/charter_regular-webfont.eot');
|
||||
src: url('fontss/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('fontss/charter_regular-webfont.woff') format('woff');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.traefik-blue {
|
||||
color: #00B1FF;
|
||||
}
|
||||
|
||||
.traefik-text {
|
||||
font-family: 'WebFont', Arial, sans-serif;
|
||||
}
|
||||
|
||||
.panel-body .panel-table__servers,
|
||||
.panel-body .panel-table__routes {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user