@pepperi-addons/ngx-lib 0.4.2-beta.8 → 0.4.2-beta.9
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/package.json
CHANGED
|
@@ -107,7 +107,8 @@
|
|
|
107
107
|
html,
|
|
108
108
|
body {
|
|
109
109
|
$font-size: 16px;
|
|
110
|
-
|
|
110
|
+
|
|
111
|
+
font:unset !important;
|
|
111
112
|
font-family: variables.$font-family-body !important;
|
|
112
113
|
font-weight: variables.$font-weight-normal !important;
|
|
113
114
|
font-size: $font-size;
|
|
@@ -122,6 +123,9 @@ body {
|
|
|
122
123
|
/*.lang-he {
|
|
123
124
|
font-family: 'Open Sans Hebrew' !important;
|
|
124
125
|
}*/
|
|
126
|
+
// .mat-expansion-panel-content {
|
|
127
|
+
// font:unset !important;
|
|
128
|
+
// }
|
|
125
129
|
}
|
|
126
130
|
|
|
127
131
|
// Font weight
|