traefik/static/style.css
Fernandez Ludovic ac57dda074 feat(dashboard): new Dashboard
- show providers (auto refresh: 2s)
- show health (auto refresh: 3s)
- more colors
- add font
- remove jumbotron
- javascript minified version
2015-10-05 23:30:31 +02:00

23 lines
502 B
CSS

@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;
}