@byuhbll/components 4.6.1 → 5.0.0-beta.0
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 +1 -1
- package/styles/scss/base.scss +18 -18
package/package.json
CHANGED
package/styles/scss/base.scss
CHANGED
|
@@ -178,9 +178,9 @@ body {
|
|
|
178
178
|
color: #404040;
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
html {
|
|
182
|
-
|
|
183
|
-
}
|
|
181
|
+
// html {
|
|
182
|
+
// font-size: 62.5%;
|
|
183
|
+
// }
|
|
184
184
|
|
|
185
185
|
table {
|
|
186
186
|
border-collapse: separate;
|
|
@@ -238,20 +238,20 @@ ul {
|
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
/* Change site size on bigger browser sizes */
|
|
241
|
-
@media screen and (min-width: 1400px) {
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
}
|
|
241
|
+
// @media screen and (min-width: 1400px) {
|
|
242
|
+
// html {
|
|
243
|
+
// font-size: 70%;
|
|
244
|
+
// }
|
|
245
|
+
// }
|
|
246
246
|
|
|
247
|
-
@media screen and (min-width: 1720px) {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
}
|
|
247
|
+
// @media screen and (min-width: 1720px) {
|
|
248
|
+
// html {
|
|
249
|
+
// font-size: 75%;
|
|
250
|
+
// }
|
|
251
|
+
// }
|
|
252
252
|
|
|
253
|
-
@media screen and (min-width: 2000px) {
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
}
|
|
253
|
+
// @media screen and (min-width: 2000px) {
|
|
254
|
+
// html {
|
|
255
|
+
// font-size: 80%;
|
|
256
|
+
// }
|
|
257
|
+
// }
|