@pepperi-addons/ngx-lib 0.4.2-beta.6 → 0.4.2-beta.8
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
|
@@ -108,13 +108,14 @@ html,
|
|
|
108
108
|
body {
|
|
109
109
|
$font-size: 16px;
|
|
110
110
|
|
|
111
|
-
font-family: variables.$font-family-body;
|
|
112
|
-
font-weight: variables.$font-weight-normal;
|
|
111
|
+
font-family: variables.$font-family-body !important;
|
|
112
|
+
font-weight: variables.$font-weight-normal !important;
|
|
113
113
|
font-size: $font-size;
|
|
114
114
|
|
|
115
115
|
// Override default user agent stylesheet
|
|
116
116
|
button {
|
|
117
117
|
font: variables.$font-weight-normal $font-size variables.$font-family-body;
|
|
118
|
+
font-family: variables.$font-family-body !important;
|
|
118
119
|
}
|
|
119
120
|
// line-height: variables.$lh-md;
|
|
120
121
|
|
|
@@ -136,11 +137,11 @@ body {
|
|
|
136
137
|
}
|
|
137
138
|
|
|
138
139
|
.font-family-title {
|
|
139
|
-
font-family: variables.$font-family-title;
|
|
140
|
+
font-family: variables.$font-family-title !important;
|
|
140
141
|
}
|
|
141
142
|
|
|
142
143
|
.font-family-body {
|
|
143
|
-
font-family: variables.$font-family-body;
|
|
144
|
+
font-family: variables.$font-family-body !important;
|
|
144
145
|
}
|
|
145
146
|
|
|
146
147
|
.ellipsis {
|
|
@@ -153,7 +154,7 @@ h4,
|
|
|
153
154
|
h3,
|
|
154
155
|
h2,
|
|
155
156
|
h1 {
|
|
156
|
-
font-family: variables.$font-family-title;
|
|
157
|
+
font-family: variables.$font-family-title !important;
|
|
157
158
|
}
|
|
158
159
|
|
|
159
160
|
/**
|