2015-10-05 16:11:43 +02:00
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'charterregular';
|
2015-10-06 21:00:53 +02: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 16:11:43 +02:00
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.traefik-blue {
|
|
|
|
color: #00B1FF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.traefik-text {
|
2015-10-06 21:00:53 +02:00
|
|
|
font-family: 'charterregular', Arial, sans-serif;
|
2015-10-05 16:11:43 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-body .panel-table__servers,
|
|
|
|
.panel-body .panel-table__routes {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2015-10-07 00:01:24 +02:00
|
|
|
|
|
|
|
.tabset-row__providers {
|
|
|
|
margin-top: 3rem;
|
|
|
|
}
|