@pepperi-addons/ngx-lib 0.4.2-beta.7 → 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,20 +107,25 @@
|
|
|
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;
|
|
114
115
|
|
|
115
116
|
// Override default user agent stylesheet
|
|
116
117
|
button {
|
|
117
|
-
font: variables.$font-weight-normal $font-size variables.$font-family-body
|
|
118
|
+
font: variables.$font-weight-normal $font-size variables.$font-family-body;
|
|
119
|
+
font-family: variables.$font-family-body !important;
|
|
118
120
|
}
|
|
119
121
|
// line-height: variables.$lh-md;
|
|
120
122
|
|
|
121
123
|
/*.lang-he {
|
|
122
124
|
font-family: 'Open Sans Hebrew' !important;
|
|
123
125
|
}*/
|
|
126
|
+
// .mat-expansion-panel-content {
|
|
127
|
+
// font:unset !important;
|
|
128
|
+
// }
|
|
124
129
|
}
|
|
125
130
|
|
|
126
131
|
// Font weight
|