@font-face {
/* Copyright: Copyright 2011 Google Inc. All Rights Reserved. */
- font-family: 'Roboto';
- font-style: normal;
- font-weight: 300;
- src: local('Roboto Light'), local('Roboto-Light'), url("roboto-300.woff2") format('woff2');
+ /* Copyright: Copyright 2011 Google Inc. All Rights Reserved. */
+ font-family: 'Roboto';
+ font-style: normal;
+ font-weight: 300;
+ src: local('Roboto Light'), local('Roboto-Light'), url("roboto-300.woff2") format('woff2');
}
/* Font Family: Roboto Mono
.md-header-nav__title {
padding-left: 0;
}
+
+.label {
+ display: inline;
+ padding: .1rem .3rem;
+ font-size: 75%;
+ font-weight: bold;
+ line-height: 1;
+ white-space: nowrap;
+ vertical-align: baseline;
+ border-radius: .25rem;
+}
+
+.label-info {
+ border-left: .2rem solid #448aff;
+ background-color: rgba(0,184,212,.1);
+}