qms-angular 1.0.97 → 1.0.98
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/qms-angular.umd.js +11 -8
- package/bundles/qms-angular.umd.js.map +1 -1
- package/esm2015/lib/components/breadcrumb/breadcrumb-item.directive.js +2 -1
- package/esm2015/lib/components/breadcrumb/breadcrumb.js +4 -1
- package/esm2015/lib/components/list/list.js +2 -2
- package/fesm2015/qms-angular.js +8 -5
- package/fesm2015/qms-angular.js.map +1 -1
- package/package.json +1 -1
- package/qms-angular.metadata.json +1 -1
- package/src/lib/components/list/list.scss +2 -2
@@ -8,7 +8,7 @@
|
|
8
8
|
display: block;
|
9
9
|
padding-top: $qms-list-top;
|
10
10
|
-webkit-tap-highlight-color: transparent;
|
11
|
-
font-family: Open Sans;
|
11
|
+
font-family: 'Open Sans';
|
12
12
|
}
|
13
13
|
|
14
14
|
.qms-list-item {
|
@@ -154,7 +154,7 @@ img.leading-icon {
|
|
154
154
|
color: $subtitle-color;
|
155
155
|
font-weight: $subtitle-weight;
|
156
156
|
font-size: $size-md;
|
157
|
-
font-family:
|
157
|
+
font-family: 'Open Sans';
|
158
158
|
|
159
159
|
&.size-sm {
|
160
160
|
@include size($size-sm);
|