2015-10-05 14:11:43 +00:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'charterregular';
|
2015-10-06 19:00:53 +00:00
|
|
|
src: url('fonts/charter_regular-webfont.eot');
|
|
|
|
src: url('fonts/charter_regular-webfont.eot?#iefix') format('embedded-opentype'),
|
|
|
|
url('fonts/charter_regular-webfont.woff') format('woff');
|
2015-10-05 14:11:43 +00:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.traefik-blue {
|
|
|
|
color: #00B1FF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.traefik-text {
|
2015-10-06 19:00:53 +00:00
|
|
|
font-family: 'charterregular', Arial, sans-serif;
|
2015-10-05 14:11:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-body .panel-table__servers,
|
|
|
|
.panel-body .panel-table__routes {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2015-10-06 22:01:24 +00:00
|
|
|
|
|
|
|
.tabset-row__providers {
|
|
|
|
margin-top: 3rem;
|
|
|
|
}
|