|
65 | 65 | .toolbarDropDownOption { |
66 | 66 |
|
67 | 67 | &.toolbarButtonH2 { |
68 | | - font-size: 21px; |
69 | | - font-weight: 100; |
| 68 | + font-size: 20px; |
| 69 | + font-weight: 600; |
70 | 70 | } |
71 | 71 |
|
72 | 72 | &.toolbarButtonH3 { |
73 | | - font-size: 14px; |
74 | | - font-weight: 100 !important; |
| 73 | + font-size: 18px; |
| 74 | + font-weight: 600; |
75 | 75 | } |
76 | 76 |
|
77 | 77 | &.toolbarButtonH4 { |
78 | | - font-size: 14px; |
79 | | - font-weight: 100 !important; |
| 78 | + font-size: 16px; |
| 79 | + font-weight: 600; |
80 | 80 | } |
81 | 81 |
|
82 | 82 | &.toolbarButtonBlockQuote { |
83 | | - font-size: 14px; |
| 83 | + font-size: 16px; |
84 | 84 | font-style: italic; |
85 | 85 | } |
| 86 | + |
| 87 | + &.toolbarButtonNormal { |
| 88 | + font-size: 16px; |
| 89 | + } |
86 | 90 | } |
87 | 91 |
|
88 | 92 | .toolbarSubmenuCaret { |
|
179 | 183 | .ql-snow .ql-toolbar button { |
180 | 184 | background-color: "[theme:neutralPrimary, default:#{$ms-color-neutralPrimary}]"; |
181 | 185 | color: "[theme:neutralLighterAlt, default:#{$ms-color-neutralLighterAlt}]"; |
182 | | - font-size: 14px; |
| 186 | + font-size: 16px; |
183 | 187 | min-width: 34px; |
184 | 188 | height: 34px; |
185 | 189 | padding-top: 4px; |
|
250 | 254 | min-height: 68px; |
251 | 255 | font-family: "Segoe UI Web (West European)", Segoe UI, -apple-system, |
252 | 256 | BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif; |
253 | | - font-size: 17px; |
| 257 | + font-size: 18px; |
254 | 258 |
|
255 | 259 | h2 { |
256 | | - font-weight: 100 !important; |
| 260 | + font-weight: 600 !important; |
257 | 261 | font-size: 28px; |
258 | 262 | } |
259 | 263 |
|
260 | 264 | h3 { |
261 | 265 | font-size: 24px; |
262 | | - font-weight: 100 !important; |
| 266 | + font-weight: 600 !important; |
263 | 267 | } |
264 | 268 |
|
265 | 269 | h4 { |
266 | | - font-size: 21px; |
267 | | - font-weight: 100 !important; |
| 270 | + font-size: 20px; |
| 271 | + font-weight: 600 !important; |
268 | 272 | } |
269 | 273 |
|
270 | 274 | blockquote, |
|
276 | 280 | p, |
277 | 281 | ul { |
278 | 282 | -webkit-font-smoothing: antialiased; |
279 | | - color: "[theme:black, default:#{$ms-color-black}]"; |
280 | 283 | line-height: 1.3; |
281 | 284 | // margin: 0 0 16px; |
282 | 285 | word-wrap: break-word; |
283 | 286 | } |
284 | 287 |
|
285 | 288 | blockquote { |
286 | | - border-bottom-color: "[theme:neutralTertiaryAlt, default:#{$ms-color-neutralTertiaryAlt}]"; |
| 289 | + border-bottom-color: "[theme:neutralLighter, default:#{$ms-color-neutralLighter}]"; |
287 | 290 | border-bottom-style: solid; |
288 | 291 | border-bottom-width: 1px; |
289 | 292 | border-left-style: none; |
|
292 | 295 | border-right-style: none; |
293 | 296 | border-right-width: 0; |
294 | 297 | border-right-color: transparent; |
295 | | - border-top-color: "[theme:neutralTertiaryAlt, default:#{$ms-color-neutralTertiaryAlt}]"; |
| 298 | + border-top-color: "[theme:neutralLighter, default:#{$ms-color-neutralLighter}]"; |
296 | 299 | border-top-style: solid; |
297 | 300 | border-top-width: 1px; |
298 | | - color: "[theme:neutralSecondaryAlt, default:#{$ms-color-neutralSecondaryAlt}]"; |
299 | | - font-size: 24px; |
| 301 | + font-size: 20px; |
300 | 302 | font-style: italic; |
301 | | - font-weight: 100; |
302 | | - line-height: 31.2px; |
| 303 | + font-weight: 600; |
| 304 | + line-height: 1.3; |
303 | 305 | margin-bottom: 28px; |
304 | 306 | padding-bottom: 32px; |
305 | 307 | margin-top: 28px; |
|
311 | 313 | text-align: center; |
312 | 314 | } |
313 | 315 |
|
| 316 | + .ql-size-xsmall { |
| 317 | + font-size: 10px; |
| 318 | + } |
| 319 | + |
314 | 320 | .ql-size-small { |
315 | 321 | font-size: 12px; |
316 | 322 | } |
|
320 | 326 | } |
321 | 327 |
|
322 | 328 | .ql-size-mediumplus { |
323 | | - font-size: 15px; |
| 329 | + font-size: 16px; |
324 | 330 | } |
325 | 331 |
|
326 | 332 | .ql-size-large { |
327 | | - font-size: 17px; |
| 333 | + font-size: 18px; |
328 | 334 | } |
329 | 335 |
|
330 | 336 | .ql-size-xlarge { |
331 | | - font-size: 21px; |
| 337 | + font-size: 20px; |
332 | 338 | } |
333 | 339 |
|
334 | 340 | .ql-size-xlargeplus { |
|
350 | 356 | .ql-size-super { |
351 | 357 | font-size: 42px; |
352 | 358 | } |
| 359 | + |
| 360 | + .ql-size-superlarge { |
| 361 | + font-size: 68px; |
| 362 | + } |
353 | 363 | } |
354 | 364 |
|
355 | 365 | @media screen and (min-width: 1024px) { |
356 | 366 | .ql-editor div, |
357 | 367 | .ql-editor ol, |
358 | 368 | .ql-editor p, |
359 | 369 | .ql-editor ul { |
360 | | - font-size: 17px; |
361 | | - font-weight: 300; |
| 370 | + font-size: 18px; |
| 371 | + font-weight: 400; |
362 | 372 | line-height: 1.3; |
363 | 373 | } |
364 | 374 | } |
|
375 | 385 | .ql-editor.ql-blank::before { |
376 | 386 | font-style: normal; |
377 | 387 | color: "[theme:neutralTertiary, default:#{$ms-color-neutralTertiary}]"; |
378 | | - font-size: 17px; |
379 | | - font-weight: 300; |
| 388 | + font-size: 18px; |
| 389 | + font-weight: 400; |
380 | 390 | line-height: 1.3; |
381 | 391 | } |
382 | 392 |
|
|
0 commit comments