vuetify 3.6.0-alpha.2 → 3.6.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/dist/_component-variables-labs.sass +2 -1
- package/dist/json/attributes.json +731 -63
- package/dist/json/importMap-labs.json +32 -20
- package/dist/json/importMap.json +138 -138
- package/dist/json/tags.json +184 -2
- package/dist/json/web-types.json +13002 -10923
- package/dist/vuetify-labs.css +2039 -1927
- package/dist/vuetify-labs.d.ts +3575 -1079
- package/dist/vuetify-labs.esm.js +1047 -390
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +1046 -389
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3026 -2941
- package/dist/vuetify.d.ts +927 -306
- package/dist/vuetify.esm.js +625 -363
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +624 -362
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +728 -714
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.sass +128 -127
- package/lib/components/VApp/VApp.sass +15 -13
- package/lib/components/VAppBar/VAppBar.sass +9 -8
- package/lib/components/VAppBar/index.d.mts +10 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs +8 -10
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +94 -93
- package/lib/components/VAutocomplete/index.d.mts +36 -0
- package/lib/components/VAvatar/VAvatar.sass +26 -25
- package/lib/components/VBadge/VBadge.sass +61 -60
- package/lib/components/VBanner/VBanner.css +1 -1
- package/lib/components/VBanner/VBanner.sass +92 -91
- package/lib/components/VBanner/index.d.mts +15 -0
- package/lib/components/VBottomNavigation/VBottomNavigation.sass +50 -49
- package/lib/components/VBottomSheet/VBottomSheet.sass +28 -26
- package/lib/components/VBottomSheet/index.d.mts +14 -0
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +1 -1
- package/lib/components/VBreadcrumbs/VBreadcrumbs.sass +41 -40
- package/lib/components/VBtn/VBtn.css +3 -0
- package/lib/components/VBtn/VBtn.mjs +3 -1
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.sass +204 -200
- package/lib/components/VBtn/index.d.mts +10 -0
- package/lib/components/VBtnGroup/VBtnGroup.sass +47 -46
- package/lib/components/VBtnToggle/VBtnToggle.sass +4 -3
- package/lib/components/VBtnToggle/index.d.mts +1 -0
- package/lib/components/VCard/VCard.css +3 -3
- package/lib/components/VCard/VCard.sass +181 -180
- package/lib/components/VCarousel/VCarousel.sass +50 -49
- package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
- package/lib/components/VCarousel/VCarouselItem.mjs.map +1 -1
- package/lib/components/VCarousel/index.d.mts +1 -0
- package/lib/components/VCheckbox/VCheckbox.sass +6 -5
- package/lib/components/VChip/VChip.css +1 -1
- package/lib/components/VChip/VChip.sass +78 -76
- package/lib/components/VChipGroup/VChipGroup.sass +20 -18
- package/lib/components/VChipGroup/index.d.mts +16 -0
- package/lib/components/VCode/VCode.sass +10 -8
- package/lib/components/VColorPicker/VColorPicker.sass +18 -17
- package/lib/components/VColorPicker/VColorPickerCanvas.sass +21 -20
- package/lib/components/VColorPicker/VColorPickerEdit.sass +24 -23
- package/lib/components/VColorPicker/VColorPickerPreview.sass +54 -53
- package/lib/components/VColorPicker/VColorPickerSwatches.sass +29 -28
- package/lib/components/VCombobox/VCombobox.mjs +8 -10
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.sass +94 -93
- package/lib/components/VCombobox/index.d.mts +36 -0
- package/lib/components/VCounter/VCounter.sass +7 -5
- package/lib/components/VDataIterator/index.d.mts +2 -0
- package/lib/components/VDataTable/VDataTable.css +36 -1
- package/lib/components/VDataTable/VDataTable.sass +137 -103
- package/lib/components/VDataTable/VDataTableFooter.css +5 -9
- package/lib/components/VDataTable/VDataTableFooter.sass +26 -25
- package/lib/components/VDataTable/VDataTableHeaders.mjs +66 -7
- package/lib/components/VDataTable/VDataTableHeaders.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRow.mjs +45 -10
- package/lib/components/VDataTable/VDataTableRow.mjs.map +1 -1
- package/lib/components/VDataTable/VDataTableRows.mjs +8 -2
- package/lib/components/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/components/VDataTable/_variables.scss +9 -3
- package/lib/components/VDataTable/index.d.mts +263 -217
- package/lib/components/VDataTable/types.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.mjs +12 -2
- package/lib/components/VDatePicker/VDatePicker.mjs.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.sass +6 -5
- package/lib/components/VDatePicker/VDatePickerControls.sass +56 -55
- package/lib/components/VDatePicker/VDatePickerHeader.sass +58 -56
- package/lib/components/VDatePicker/VDatePickerMonth.sass +53 -51
- package/lib/components/VDatePicker/VDatePickerMonths.sass +18 -16
- package/lib/components/VDatePicker/VDatePickerYears.sass +14 -12
- package/lib/components/VDialog/VDialog.css +7 -3
- package/lib/components/VDialog/VDialog.mjs +6 -2
- package/lib/components/VDialog/VDialog.mjs.map +1 -1
- package/lib/components/VDialog/VDialog.sass +71 -68
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +39 -0
- package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs.map +1 -0
- package/lib/components/VDialog/_variables.scss +4 -3
- package/lib/components/VDialog/index.d.mts +60 -10
- package/lib/components/VDivider/VDivider.sass +49 -48
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +172 -171
- package/lib/components/VField/VField.sass +451 -450
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.sass +30 -31
- package/lib/components/VFileInput/index.d.mts +17 -5
- package/lib/components/VFooter/VFooter.sass +17 -16
- package/lib/components/VGrid/VGrid.sass +42 -40
- package/lib/components/VIcon/VIcon.sass +34 -32
- package/lib/components/VImg/VImg.sass +24 -23
- package/lib/components/VInfiniteScroll/VInfiniteScroll.sass +21 -19
- package/lib/components/VInput/VInput.mjs +6 -1
- package/lib/components/VInput/VInput.mjs.map +1 -1
- package/lib/components/VInput/VInput.sass +103 -102
- package/lib/components/VInput/index.d.mts +6 -0
- package/lib/components/VItemGroup/VItemGroup.sass +7 -5
- package/lib/components/VKbd/VKbd.sass +10 -9
- package/lib/components/VLabel/VLabel.sass +14 -13
- package/lib/components/VLayout/VLayout.mjs +6 -1
- package/lib/components/VLayout/VLayout.mjs.map +1 -1
- package/lib/components/VLayout/VLayout.sass +10 -7
- package/lib/components/VLayout/VLayoutItem.sass +7 -5
- package/lib/components/VLayout/index.d.mts +36 -0
- package/lib/components/VList/VList.mjs +2 -1
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/VList.sass +81 -80
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItem.sass +260 -259
- package/lib/components/VLocaleProvider/VLocaleProvider.sass +5 -2
- package/lib/components/VMain/VMain.sass +22 -21
- package/lib/components/VMenu/VMenu.sass +14 -13
- package/lib/components/VMenu/index.d.mts +56 -0
- package/lib/components/VMessages/VMessages.sass +16 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +4 -0
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +14 -5
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.sass +90 -84
- package/lib/components/VNavigationDrawer/index.d.mts +24 -0
- package/lib/components/VNavigationDrawer/touch.mjs +16 -2
- package/lib/components/VNavigationDrawer/touch.mjs.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.sass +51 -50
- package/lib/components/VOverlay/VOverlay.mjs +2 -2
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/VOverlay.sass +57 -55
- package/lib/components/VOverlay/index.d.mts +27 -13
- package/lib/components/VOverlay/useActivator.mjs.map +1 -1
- package/lib/components/VPagination/VPagination.sass +14 -12
- package/lib/components/VParallax/VParallax.sass +8 -5
- package/lib/components/VProgressCircular/VProgressCircular.sass +85 -83
- package/lib/components/VProgressLinear/VProgressLinear.mjs +11 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +170 -169
- package/lib/components/VProgressLinear/index.d.mts +21 -0
- package/lib/components/VRadioGroup/VRadioGroup.sass +12 -10
- package/lib/components/VRangeSlider/index.d.mts +6 -0
- package/lib/components/VRating/VRating.sass +46 -44
- package/lib/components/VResponsive/VResponsive.sass +21 -19
- package/lib/components/VSelect/VSelect.mjs +5 -1
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +50 -49
- package/lib/components/VSelect/index.d.mts +36 -0
- package/lib/components/VSelectionControl/VSelectionControl.sass +87 -86
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +9 -7
- package/lib/components/VSheet/VSheet.sass +10 -9
- package/lib/components/VSkeletonLoader/VSkeletonLoader.sass +174 -173
- package/lib/components/VSlideGroup/VSlideGroup.css +14 -1
- package/lib/components/VSlideGroup/VSlideGroup.mjs +110 -93
- package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
- package/lib/components/VSlideGroup/VSlideGroup.sass +54 -40
- package/lib/components/VSlideGroup/helpers.mjs +48 -28
- package/lib/components/VSlideGroup/helpers.mjs.map +1 -1
- package/lib/components/VSlideGroup/index.d.mts +16 -0
- package/lib/components/VSlider/VSlider.sass +49 -48
- package/lib/components/VSlider/VSliderThumb.sass +129 -128
- package/lib/components/VSlider/VSliderTrack.sass +120 -119
- package/lib/components/VSlider/index.d.mts +6 -0
- package/lib/components/VSnackbar/VSnackbar.css +18 -1
- package/lib/components/VSnackbar/VSnackbar.mjs +34 -9
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.sass +103 -83
- package/lib/components/VSnackbar/index.d.mts +42 -0
- package/lib/components/VStepper/VStepper.sass +37 -36
- package/lib/components/VStepper/VStepperItem.sass +69 -67
- package/lib/components/VSwitch/VSwitch.css +14 -2
- package/lib/components/VSwitch/VSwitch.sass +119 -112
- package/lib/components/VSystemBar/VSystemBar.css +1 -1
- package/lib/components/VSystemBar/VSystemBar.sass +24 -23
- package/lib/components/VTable/VTable.sass +140 -139
- package/lib/components/VTabs/VTab.sass +27 -25
- package/lib/components/VTabs/VTabs.sass +38 -37
- package/lib/components/VTabs/index.d.mts +49 -6
- package/lib/components/VTextField/VTextField.sass +58 -56
- package/lib/components/VTextField/index.d.mts +15 -3
- package/lib/components/VTextarea/VTextarea.sass +43 -42
- package/lib/components/VTextarea/index.d.mts +15 -3
- package/lib/components/VThemeProvider/VThemeProvider.sass +6 -3
- package/lib/components/VTimeline/VTimeline.sass +308 -307
- package/lib/components/VToolbar/VToolbar.sass +90 -89
- package/lib/components/VTooltip/VTooltip.sass +23 -21
- package/lib/components/VTooltip/index.d.mts +56 -0
- package/lib/components/VVirtualScroll/VVirtualScroll.sass +10 -7
- package/lib/components/VWindow/VWindow.css +1 -0
- package/lib/components/VWindow/VWindow.sass +74 -70
- package/lib/components/VWindow/index.d.mts +1 -0
- package/lib/components/index.d.mts +870 -253
- package/lib/composables/directiveComponent.mjs +4 -2
- package/lib/composables/directiveComponent.mjs.map +1 -1
- package/lib/composables/display.mjs +5 -0
- package/lib/composables/display.mjs.map +1 -1
- package/lib/composables/goto.mjs +40 -3
- package/lib/composables/goto.mjs.map +1 -1
- package/lib/composables/group.mjs +10 -1
- package/lib/composables/group.mjs.map +1 -1
- package/lib/composables/layout.mjs +3 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/directives/ripple/VRipple.sass +35 -33
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +58 -54
- package/lib/labs/VCalendar/VCalendar.sass +160 -158
- package/lib/labs/VCalendar/VCalendarDay.sass +26 -23
- package/lib/labs/VCalendar/VCalendarHeader.sass +12 -10
- package/lib/labs/VCalendar/VCalendarInterval.sass +36 -34
- package/lib/labs/VCalendar/VCalendarIntervalEvent.sass +9 -6
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +59 -57
- package/lib/labs/VDateInput/VDateInput.mjs +129 -0
- package/lib/labs/VDateInput/VDateInput.mjs.map +1 -0
- package/lib/labs/VDateInput/index.d.mts +1068 -0
- package/lib/labs/VDateInput/index.mjs +2 -0
- package/lib/labs/VDateInput/index.mjs.map +1 -0
- package/lib/labs/VEmptyState/VEmptyState.css +3 -3
- package/lib/labs/VEmptyState/VEmptyState.sass +59 -57
- package/lib/labs/VFab/VFab.css +1 -0
- package/lib/labs/VFab/VFab.mjs +3 -2
- package/lib/labs/VFab/VFab.mjs.map +1 -1
- package/lib/labs/VFab/VFab.sass +62 -60
- package/lib/labs/VFab/index.d.mts +19 -0
- package/lib/labs/VNumberInput/VNumberInput.mjs +79 -24
- package/lib/labs/VNumberInput/VNumberInput.mjs.map +1 -1
- package/lib/labs/VNumberInput/VNumberInput.sass +42 -40
- package/lib/labs/VNumberInput/index.d.mts +56 -29
- package/lib/labs/VPicker/VPicker.sass +49 -48
- package/lib/labs/VPullToRefresh/VPullToRefresh.css +27 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs +117 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.mjs.map +1 -0
- package/lib/labs/VPullToRefresh/VPullToRefresh.sass +23 -0
- package/lib/labs/VPullToRefresh/index.d.mts +189 -0
- package/lib/labs/VPullToRefresh/index.mjs +2 -0
- package/lib/labs/VPullToRefresh/index.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +112 -0
- package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs.map +1 -0
- package/lib/labs/VSnackbarQueue/index.d.mts +2763 -0
- package/lib/labs/VSnackbarQueue/index.mjs +2 -0
- package/lib/labs/VSnackbarQueue/index.mjs.map +1 -0
- package/lib/labs/VSpeedDial/VSpeedDial.mjs +8 -2
- package/lib/labs/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/labs/VSpeedDial/VSpeedDial.sass +23 -20
- package/lib/labs/VSpeedDial/index.d.mts +28 -2
- package/lib/labs/VTimePicker/VTimePicker.sass +9 -8
- package/lib/labs/VTimePicker/VTimePickerClock.mjs +1 -3
- package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
- package/lib/labs/VTimePicker/VTimePickerClock.sass +114 -113
- package/lib/labs/VTimePicker/VTimePickerControls.sass +90 -90
- package/lib/labs/VTimePicker/_variables.scss +1 -1
- package/lib/labs/VTimePicker/index.d.mts +6 -13
- package/lib/labs/VTreeview/VTreeviewItem.sass +14 -12
- package/lib/labs/VTreeview/{variables.scss → _variables.scss} +0 -2
- package/lib/labs/components.d.mts +5587 -1641
- package/lib/labs/components.mjs +3 -0
- package/lib/labs/components.mjs.map +1 -1
- package/lib/locale/af.mjs +1 -0
- package/lib/locale/af.mjs.map +1 -1
- package/lib/locale/ar.mjs +1 -0
- package/lib/locale/ar.mjs.map +1 -1
- package/lib/locale/az.mjs +1 -0
- package/lib/locale/az.mjs.map +1 -1
- package/lib/locale/bg.mjs +1 -0
- package/lib/locale/bg.mjs.map +1 -1
- package/lib/locale/ca.mjs +1 -0
- package/lib/locale/ca.mjs.map +1 -1
- package/lib/locale/ckb.mjs +1 -0
- package/lib/locale/ckb.mjs.map +1 -1
- package/lib/locale/cs.mjs +1 -0
- package/lib/locale/cs.mjs.map +1 -1
- package/lib/locale/da.mjs +1 -0
- package/lib/locale/da.mjs.map +1 -1
- package/lib/locale/de.mjs +1 -0
- package/lib/locale/de.mjs.map +1 -1
- package/lib/locale/el.mjs +1 -0
- package/lib/locale/el.mjs.map +1 -1
- package/lib/locale/en.mjs +1 -0
- package/lib/locale/en.mjs.map +1 -1
- package/lib/locale/es.mjs +1 -0
- package/lib/locale/es.mjs.map +1 -1
- package/lib/locale/et.mjs +1 -0
- package/lib/locale/et.mjs.map +1 -1
- package/lib/locale/fa.mjs +1 -0
- package/lib/locale/fa.mjs.map +1 -1
- package/lib/locale/fi.mjs +1 -0
- package/lib/locale/fi.mjs.map +1 -1
- package/lib/locale/fr.mjs +1 -0
- package/lib/locale/fr.mjs.map +1 -1
- package/lib/locale/he.mjs +1 -0
- package/lib/locale/he.mjs.map +1 -1
- package/lib/locale/hr.mjs +1 -0
- package/lib/locale/hr.mjs.map +1 -1
- package/lib/locale/hu.mjs +1 -0
- package/lib/locale/hu.mjs.map +1 -1
- package/lib/locale/id.mjs +1 -0
- package/lib/locale/id.mjs.map +1 -1
- package/lib/locale/index.d.mts +43 -0
- package/lib/locale/it.mjs +1 -0
- package/lib/locale/it.mjs.map +1 -1
- package/lib/locale/ja.mjs +1 -0
- package/lib/locale/ja.mjs.map +1 -1
- package/lib/locale/km.mjs +1 -0
- package/lib/locale/km.mjs.map +1 -1
- package/lib/locale/ko.mjs +9 -8
- package/lib/locale/ko.mjs.map +1 -1
- package/lib/locale/lt.mjs +1 -0
- package/lib/locale/lt.mjs.map +1 -1
- package/lib/locale/lv.mjs +1 -0
- package/lib/locale/lv.mjs.map +1 -1
- package/lib/locale/nl.mjs +1 -0
- package/lib/locale/nl.mjs.map +1 -1
- package/lib/locale/no.mjs +1 -0
- package/lib/locale/no.mjs.map +1 -1
- package/lib/locale/pl.mjs +1 -0
- package/lib/locale/pl.mjs.map +1 -1
- package/lib/locale/pt.mjs +1 -0
- package/lib/locale/pt.mjs.map +1 -1
- package/lib/locale/ro.mjs +1 -0
- package/lib/locale/ro.mjs.map +1 -1
- package/lib/locale/ru.mjs +1 -0
- package/lib/locale/ru.mjs.map +1 -1
- package/lib/locale/sk.mjs +1 -0
- package/lib/locale/sk.mjs.map +1 -1
- package/lib/locale/sl.mjs +1 -0
- package/lib/locale/sl.mjs.map +1 -1
- package/lib/locale/sr-Cyrl.mjs +1 -0
- package/lib/locale/sr-Cyrl.mjs.map +1 -1
- package/lib/locale/sr-Latn.mjs +1 -0
- package/lib/locale/sr-Latn.mjs.map +1 -1
- package/lib/locale/sv.mjs +1 -0
- package/lib/locale/sv.mjs.map +1 -1
- package/lib/locale/th.mjs +1 -0
- package/lib/locale/th.mjs.map +1 -1
- package/lib/locale/tr.mjs +1 -0
- package/lib/locale/tr.mjs.map +1 -1
- package/lib/locale/uk.mjs +1 -0
- package/lib/locale/uk.mjs.map +1 -1
- package/lib/locale/vi.mjs +1 -0
- package/lib/locale/vi.mjs.map +1 -1
- package/lib/locale/zh-Hans.mjs +1 -0
- package/lib/locale/zh-Hans.mjs.map +1 -1
- package/lib/locale/zh-Hant.mjs +1 -0
- package/lib/locale/zh-Hant.mjs.map +1 -1
- package/lib/styles/elements/_blockquote.sass +6 -4
- package/lib/styles/elements/_global.sass +20 -18
- package/lib/styles/generic/_animations.scss +13 -9
- package/lib/styles/generic/_colors.scss +36 -35
- package/lib/styles/generic/_index.scss +1 -0
- package/lib/styles/generic/_layers.scss +7 -0
- package/lib/styles/generic/_reset.scss +235 -232
- package/lib/styles/generic/_rtl.scss +10 -6
- package/lib/styles/generic/_transitions.scss +244 -241
- package/lib/styles/main.css +78 -78
- package/lib/styles/settings/_variables.scss +22 -14
- package/lib/styles/tools/_index.sass +1 -0
- package/lib/styles/tools/_layer.scss +11 -0
- package/lib/styles/utilities/_display.sass +7 -5
- package/lib/styles/utilities/_elevation.scss +8 -6
- package/lib/styles/utilities/_index.sass +28 -29
- package/lib/styles/utilities/_screenreaders.sass +13 -11
- package/package.json +2 -2
package/lib/styles/main.css
CHANGED
|
@@ -6783,7 +6783,7 @@ html.overflow-y-hidden {
|
|
|
6783
6783
|
.text-h1 {
|
|
6784
6784
|
font-size: 6rem !important;
|
|
6785
6785
|
font-weight: 300;
|
|
6786
|
-
line-height:
|
|
6786
|
+
line-height: 1;
|
|
6787
6787
|
letter-spacing: -0.015625em !important;
|
|
6788
6788
|
font-family: "Roboto", sans-serif;
|
|
6789
6789
|
text-transform: none !important;
|
|
@@ -6792,7 +6792,7 @@ html.overflow-y-hidden {
|
|
|
6792
6792
|
.text-h2 {
|
|
6793
6793
|
font-size: 3.75rem !important;
|
|
6794
6794
|
font-weight: 300;
|
|
6795
|
-
line-height:
|
|
6795
|
+
line-height: 1;
|
|
6796
6796
|
letter-spacing: -0.0083333333em !important;
|
|
6797
6797
|
font-family: "Roboto", sans-serif;
|
|
6798
6798
|
text-transform: none !important;
|
|
@@ -6801,7 +6801,7 @@ html.overflow-y-hidden {
|
|
|
6801
6801
|
.text-h3 {
|
|
6802
6802
|
font-size: 3rem !important;
|
|
6803
6803
|
font-weight: 400;
|
|
6804
|
-
line-height:
|
|
6804
|
+
line-height: 1.05;
|
|
6805
6805
|
letter-spacing: normal !important;
|
|
6806
6806
|
font-family: "Roboto", sans-serif;
|
|
6807
6807
|
text-transform: none !important;
|
|
@@ -6810,7 +6810,7 @@ html.overflow-y-hidden {
|
|
|
6810
6810
|
.text-h4 {
|
|
6811
6811
|
font-size: 2.125rem !important;
|
|
6812
6812
|
font-weight: 400;
|
|
6813
|
-
line-height:
|
|
6813
|
+
line-height: 1.175;
|
|
6814
6814
|
letter-spacing: 0.0073529412em !important;
|
|
6815
6815
|
font-family: "Roboto", sans-serif;
|
|
6816
6816
|
text-transform: none !important;
|
|
@@ -6819,7 +6819,7 @@ html.overflow-y-hidden {
|
|
|
6819
6819
|
.text-h5 {
|
|
6820
6820
|
font-size: 1.5rem !important;
|
|
6821
6821
|
font-weight: 400;
|
|
6822
|
-
line-height:
|
|
6822
|
+
line-height: 1.333;
|
|
6823
6823
|
letter-spacing: normal !important;
|
|
6824
6824
|
font-family: "Roboto", sans-serif;
|
|
6825
6825
|
text-transform: none !important;
|
|
@@ -6828,7 +6828,7 @@ html.overflow-y-hidden {
|
|
|
6828
6828
|
.text-h6 {
|
|
6829
6829
|
font-size: 1.25rem !important;
|
|
6830
6830
|
font-weight: 500;
|
|
6831
|
-
line-height:
|
|
6831
|
+
line-height: 1.6;
|
|
6832
6832
|
letter-spacing: 0.0125em !important;
|
|
6833
6833
|
font-family: "Roboto", sans-serif;
|
|
6834
6834
|
text-transform: none !important;
|
|
@@ -6837,7 +6837,7 @@ html.overflow-y-hidden {
|
|
|
6837
6837
|
.text-subtitle-1 {
|
|
6838
6838
|
font-size: 1rem !important;
|
|
6839
6839
|
font-weight: normal;
|
|
6840
|
-
line-height: 1.
|
|
6840
|
+
line-height: 1.75;
|
|
6841
6841
|
letter-spacing: 0.009375em !important;
|
|
6842
6842
|
font-family: "Roboto", sans-serif;
|
|
6843
6843
|
text-transform: none !important;
|
|
@@ -6846,7 +6846,7 @@ html.overflow-y-hidden {
|
|
|
6846
6846
|
.text-subtitle-2 {
|
|
6847
6847
|
font-size: 0.875rem !important;
|
|
6848
6848
|
font-weight: 500;
|
|
6849
|
-
line-height: 1.
|
|
6849
|
+
line-height: 1.6;
|
|
6850
6850
|
letter-spacing: 0.0071428571em !important;
|
|
6851
6851
|
font-family: "Roboto", sans-serif;
|
|
6852
6852
|
text-transform: none !important;
|
|
@@ -6855,7 +6855,7 @@ html.overflow-y-hidden {
|
|
|
6855
6855
|
.text-body-1 {
|
|
6856
6856
|
font-size: 1rem !important;
|
|
6857
6857
|
font-weight: 400;
|
|
6858
|
-
line-height: 1.
|
|
6858
|
+
line-height: 1.5;
|
|
6859
6859
|
letter-spacing: 0.03125em !important;
|
|
6860
6860
|
font-family: "Roboto", sans-serif;
|
|
6861
6861
|
text-transform: none !important;
|
|
@@ -6864,7 +6864,7 @@ html.overflow-y-hidden {
|
|
|
6864
6864
|
.text-body-2 {
|
|
6865
6865
|
font-size: 0.875rem !important;
|
|
6866
6866
|
font-weight: 400;
|
|
6867
|
-
line-height: 1.
|
|
6867
|
+
line-height: 1.425;
|
|
6868
6868
|
letter-spacing: 0.0178571429em !important;
|
|
6869
6869
|
font-family: "Roboto", sans-serif;
|
|
6870
6870
|
text-transform: none !important;
|
|
@@ -6873,7 +6873,7 @@ html.overflow-y-hidden {
|
|
|
6873
6873
|
.text-button {
|
|
6874
6874
|
font-size: 0.875rem !important;
|
|
6875
6875
|
font-weight: 500;
|
|
6876
|
-
line-height: 2.
|
|
6876
|
+
line-height: 2.6;
|
|
6877
6877
|
letter-spacing: 0.0892857143em !important;
|
|
6878
6878
|
font-family: "Roboto", sans-serif;
|
|
6879
6879
|
text-transform: uppercase !important;
|
|
@@ -6882,7 +6882,7 @@ html.overflow-y-hidden {
|
|
|
6882
6882
|
.text-caption {
|
|
6883
6883
|
font-size: 0.75rem !important;
|
|
6884
6884
|
font-weight: 400;
|
|
6885
|
-
line-height: 1.
|
|
6885
|
+
line-height: 1.667;
|
|
6886
6886
|
letter-spacing: 0.0333333333em !important;
|
|
6887
6887
|
font-family: "Roboto", sans-serif;
|
|
6888
6888
|
text-transform: none !important;
|
|
@@ -6891,7 +6891,7 @@ html.overflow-y-hidden {
|
|
|
6891
6891
|
.text-overline {
|
|
6892
6892
|
font-size: 0.75rem !important;
|
|
6893
6893
|
font-weight: 500;
|
|
6894
|
-
line-height:
|
|
6894
|
+
line-height: 2.667;
|
|
6895
6895
|
letter-spacing: 0.1666666667em !important;
|
|
6896
6896
|
font-family: "Roboto", sans-serif;
|
|
6897
6897
|
text-transform: uppercase !important;
|
|
@@ -8985,7 +8985,7 @@ html.overflow-y-hidden {
|
|
|
8985
8985
|
.text-sm-h1 {
|
|
8986
8986
|
font-size: 6rem !important;
|
|
8987
8987
|
font-weight: 300;
|
|
8988
|
-
line-height:
|
|
8988
|
+
line-height: 1;
|
|
8989
8989
|
letter-spacing: -0.015625em !important;
|
|
8990
8990
|
font-family: "Roboto", sans-serif;
|
|
8991
8991
|
text-transform: none !important;
|
|
@@ -8993,7 +8993,7 @@ html.overflow-y-hidden {
|
|
|
8993
8993
|
.text-sm-h2 {
|
|
8994
8994
|
font-size: 3.75rem !important;
|
|
8995
8995
|
font-weight: 300;
|
|
8996
|
-
line-height:
|
|
8996
|
+
line-height: 1;
|
|
8997
8997
|
letter-spacing: -0.0083333333em !important;
|
|
8998
8998
|
font-family: "Roboto", sans-serif;
|
|
8999
8999
|
text-transform: none !important;
|
|
@@ -9001,7 +9001,7 @@ html.overflow-y-hidden {
|
|
|
9001
9001
|
.text-sm-h3 {
|
|
9002
9002
|
font-size: 3rem !important;
|
|
9003
9003
|
font-weight: 400;
|
|
9004
|
-
line-height:
|
|
9004
|
+
line-height: 1.05;
|
|
9005
9005
|
letter-spacing: normal !important;
|
|
9006
9006
|
font-family: "Roboto", sans-serif;
|
|
9007
9007
|
text-transform: none !important;
|
|
@@ -9009,7 +9009,7 @@ html.overflow-y-hidden {
|
|
|
9009
9009
|
.text-sm-h4 {
|
|
9010
9010
|
font-size: 2.125rem !important;
|
|
9011
9011
|
font-weight: 400;
|
|
9012
|
-
line-height:
|
|
9012
|
+
line-height: 1.175;
|
|
9013
9013
|
letter-spacing: 0.0073529412em !important;
|
|
9014
9014
|
font-family: "Roboto", sans-serif;
|
|
9015
9015
|
text-transform: none !important;
|
|
@@ -9017,7 +9017,7 @@ html.overflow-y-hidden {
|
|
|
9017
9017
|
.text-sm-h5 {
|
|
9018
9018
|
font-size: 1.5rem !important;
|
|
9019
9019
|
font-weight: 400;
|
|
9020
|
-
line-height:
|
|
9020
|
+
line-height: 1.333;
|
|
9021
9021
|
letter-spacing: normal !important;
|
|
9022
9022
|
font-family: "Roboto", sans-serif;
|
|
9023
9023
|
text-transform: none !important;
|
|
@@ -9025,7 +9025,7 @@ html.overflow-y-hidden {
|
|
|
9025
9025
|
.text-sm-h6 {
|
|
9026
9026
|
font-size: 1.25rem !important;
|
|
9027
9027
|
font-weight: 500;
|
|
9028
|
-
line-height:
|
|
9028
|
+
line-height: 1.6;
|
|
9029
9029
|
letter-spacing: 0.0125em !important;
|
|
9030
9030
|
font-family: "Roboto", sans-serif;
|
|
9031
9031
|
text-transform: none !important;
|
|
@@ -9033,7 +9033,7 @@ html.overflow-y-hidden {
|
|
|
9033
9033
|
.text-sm-subtitle-1 {
|
|
9034
9034
|
font-size: 1rem !important;
|
|
9035
9035
|
font-weight: normal;
|
|
9036
|
-
line-height: 1.
|
|
9036
|
+
line-height: 1.75;
|
|
9037
9037
|
letter-spacing: 0.009375em !important;
|
|
9038
9038
|
font-family: "Roboto", sans-serif;
|
|
9039
9039
|
text-transform: none !important;
|
|
@@ -9041,7 +9041,7 @@ html.overflow-y-hidden {
|
|
|
9041
9041
|
.text-sm-subtitle-2 {
|
|
9042
9042
|
font-size: 0.875rem !important;
|
|
9043
9043
|
font-weight: 500;
|
|
9044
|
-
line-height: 1.
|
|
9044
|
+
line-height: 1.6;
|
|
9045
9045
|
letter-spacing: 0.0071428571em !important;
|
|
9046
9046
|
font-family: "Roboto", sans-serif;
|
|
9047
9047
|
text-transform: none !important;
|
|
@@ -9049,7 +9049,7 @@ html.overflow-y-hidden {
|
|
|
9049
9049
|
.text-sm-body-1 {
|
|
9050
9050
|
font-size: 1rem !important;
|
|
9051
9051
|
font-weight: 400;
|
|
9052
|
-
line-height: 1.
|
|
9052
|
+
line-height: 1.5;
|
|
9053
9053
|
letter-spacing: 0.03125em !important;
|
|
9054
9054
|
font-family: "Roboto", sans-serif;
|
|
9055
9055
|
text-transform: none !important;
|
|
@@ -9057,7 +9057,7 @@ html.overflow-y-hidden {
|
|
|
9057
9057
|
.text-sm-body-2 {
|
|
9058
9058
|
font-size: 0.875rem !important;
|
|
9059
9059
|
font-weight: 400;
|
|
9060
|
-
line-height: 1.
|
|
9060
|
+
line-height: 1.425;
|
|
9061
9061
|
letter-spacing: 0.0178571429em !important;
|
|
9062
9062
|
font-family: "Roboto", sans-serif;
|
|
9063
9063
|
text-transform: none !important;
|
|
@@ -9065,7 +9065,7 @@ html.overflow-y-hidden {
|
|
|
9065
9065
|
.text-sm-button {
|
|
9066
9066
|
font-size: 0.875rem !important;
|
|
9067
9067
|
font-weight: 500;
|
|
9068
|
-
line-height: 2.
|
|
9068
|
+
line-height: 2.6;
|
|
9069
9069
|
letter-spacing: 0.0892857143em !important;
|
|
9070
9070
|
font-family: "Roboto", sans-serif;
|
|
9071
9071
|
text-transform: uppercase !important;
|
|
@@ -9073,7 +9073,7 @@ html.overflow-y-hidden {
|
|
|
9073
9073
|
.text-sm-caption {
|
|
9074
9074
|
font-size: 0.75rem !important;
|
|
9075
9075
|
font-weight: 400;
|
|
9076
|
-
line-height: 1.
|
|
9076
|
+
line-height: 1.667;
|
|
9077
9077
|
letter-spacing: 0.0333333333em !important;
|
|
9078
9078
|
font-family: "Roboto", sans-serif;
|
|
9079
9079
|
text-transform: none !important;
|
|
@@ -9081,7 +9081,7 @@ html.overflow-y-hidden {
|
|
|
9081
9081
|
.text-sm-overline {
|
|
9082
9082
|
font-size: 0.75rem !important;
|
|
9083
9083
|
font-weight: 500;
|
|
9084
|
-
line-height:
|
|
9084
|
+
line-height: 2.667;
|
|
9085
9085
|
letter-spacing: 0.1666666667em !important;
|
|
9086
9086
|
font-family: "Roboto", sans-serif;
|
|
9087
9087
|
text-transform: uppercase !important;
|
|
@@ -11020,7 +11020,7 @@ html.overflow-y-hidden {
|
|
|
11020
11020
|
.text-md-h1 {
|
|
11021
11021
|
font-size: 6rem !important;
|
|
11022
11022
|
font-weight: 300;
|
|
11023
|
-
line-height:
|
|
11023
|
+
line-height: 1;
|
|
11024
11024
|
letter-spacing: -0.015625em !important;
|
|
11025
11025
|
font-family: "Roboto", sans-serif;
|
|
11026
11026
|
text-transform: none !important;
|
|
@@ -11028,7 +11028,7 @@ html.overflow-y-hidden {
|
|
|
11028
11028
|
.text-md-h2 {
|
|
11029
11029
|
font-size: 3.75rem !important;
|
|
11030
11030
|
font-weight: 300;
|
|
11031
|
-
line-height:
|
|
11031
|
+
line-height: 1;
|
|
11032
11032
|
letter-spacing: -0.0083333333em !important;
|
|
11033
11033
|
font-family: "Roboto", sans-serif;
|
|
11034
11034
|
text-transform: none !important;
|
|
@@ -11036,7 +11036,7 @@ html.overflow-y-hidden {
|
|
|
11036
11036
|
.text-md-h3 {
|
|
11037
11037
|
font-size: 3rem !important;
|
|
11038
11038
|
font-weight: 400;
|
|
11039
|
-
line-height:
|
|
11039
|
+
line-height: 1.05;
|
|
11040
11040
|
letter-spacing: normal !important;
|
|
11041
11041
|
font-family: "Roboto", sans-serif;
|
|
11042
11042
|
text-transform: none !important;
|
|
@@ -11044,7 +11044,7 @@ html.overflow-y-hidden {
|
|
|
11044
11044
|
.text-md-h4 {
|
|
11045
11045
|
font-size: 2.125rem !important;
|
|
11046
11046
|
font-weight: 400;
|
|
11047
|
-
line-height:
|
|
11047
|
+
line-height: 1.175;
|
|
11048
11048
|
letter-spacing: 0.0073529412em !important;
|
|
11049
11049
|
font-family: "Roboto", sans-serif;
|
|
11050
11050
|
text-transform: none !important;
|
|
@@ -11052,7 +11052,7 @@ html.overflow-y-hidden {
|
|
|
11052
11052
|
.text-md-h5 {
|
|
11053
11053
|
font-size: 1.5rem !important;
|
|
11054
11054
|
font-weight: 400;
|
|
11055
|
-
line-height:
|
|
11055
|
+
line-height: 1.333;
|
|
11056
11056
|
letter-spacing: normal !important;
|
|
11057
11057
|
font-family: "Roboto", sans-serif;
|
|
11058
11058
|
text-transform: none !important;
|
|
@@ -11060,7 +11060,7 @@ html.overflow-y-hidden {
|
|
|
11060
11060
|
.text-md-h6 {
|
|
11061
11061
|
font-size: 1.25rem !important;
|
|
11062
11062
|
font-weight: 500;
|
|
11063
|
-
line-height:
|
|
11063
|
+
line-height: 1.6;
|
|
11064
11064
|
letter-spacing: 0.0125em !important;
|
|
11065
11065
|
font-family: "Roboto", sans-serif;
|
|
11066
11066
|
text-transform: none !important;
|
|
@@ -11068,7 +11068,7 @@ html.overflow-y-hidden {
|
|
|
11068
11068
|
.text-md-subtitle-1 {
|
|
11069
11069
|
font-size: 1rem !important;
|
|
11070
11070
|
font-weight: normal;
|
|
11071
|
-
line-height: 1.
|
|
11071
|
+
line-height: 1.75;
|
|
11072
11072
|
letter-spacing: 0.009375em !important;
|
|
11073
11073
|
font-family: "Roboto", sans-serif;
|
|
11074
11074
|
text-transform: none !important;
|
|
@@ -11076,7 +11076,7 @@ html.overflow-y-hidden {
|
|
|
11076
11076
|
.text-md-subtitle-2 {
|
|
11077
11077
|
font-size: 0.875rem !important;
|
|
11078
11078
|
font-weight: 500;
|
|
11079
|
-
line-height: 1.
|
|
11079
|
+
line-height: 1.6;
|
|
11080
11080
|
letter-spacing: 0.0071428571em !important;
|
|
11081
11081
|
font-family: "Roboto", sans-serif;
|
|
11082
11082
|
text-transform: none !important;
|
|
@@ -11084,7 +11084,7 @@ html.overflow-y-hidden {
|
|
|
11084
11084
|
.text-md-body-1 {
|
|
11085
11085
|
font-size: 1rem !important;
|
|
11086
11086
|
font-weight: 400;
|
|
11087
|
-
line-height: 1.
|
|
11087
|
+
line-height: 1.5;
|
|
11088
11088
|
letter-spacing: 0.03125em !important;
|
|
11089
11089
|
font-family: "Roboto", sans-serif;
|
|
11090
11090
|
text-transform: none !important;
|
|
@@ -11092,7 +11092,7 @@ html.overflow-y-hidden {
|
|
|
11092
11092
|
.text-md-body-2 {
|
|
11093
11093
|
font-size: 0.875rem !important;
|
|
11094
11094
|
font-weight: 400;
|
|
11095
|
-
line-height: 1.
|
|
11095
|
+
line-height: 1.425;
|
|
11096
11096
|
letter-spacing: 0.0178571429em !important;
|
|
11097
11097
|
font-family: "Roboto", sans-serif;
|
|
11098
11098
|
text-transform: none !important;
|
|
@@ -11100,7 +11100,7 @@ html.overflow-y-hidden {
|
|
|
11100
11100
|
.text-md-button {
|
|
11101
11101
|
font-size: 0.875rem !important;
|
|
11102
11102
|
font-weight: 500;
|
|
11103
|
-
line-height: 2.
|
|
11103
|
+
line-height: 2.6;
|
|
11104
11104
|
letter-spacing: 0.0892857143em !important;
|
|
11105
11105
|
font-family: "Roboto", sans-serif;
|
|
11106
11106
|
text-transform: uppercase !important;
|
|
@@ -11108,7 +11108,7 @@ html.overflow-y-hidden {
|
|
|
11108
11108
|
.text-md-caption {
|
|
11109
11109
|
font-size: 0.75rem !important;
|
|
11110
11110
|
font-weight: 400;
|
|
11111
|
-
line-height: 1.
|
|
11111
|
+
line-height: 1.667;
|
|
11112
11112
|
letter-spacing: 0.0333333333em !important;
|
|
11113
11113
|
font-family: "Roboto", sans-serif;
|
|
11114
11114
|
text-transform: none !important;
|
|
@@ -11116,7 +11116,7 @@ html.overflow-y-hidden {
|
|
|
11116
11116
|
.text-md-overline {
|
|
11117
11117
|
font-size: 0.75rem !important;
|
|
11118
11118
|
font-weight: 500;
|
|
11119
|
-
line-height:
|
|
11119
|
+
line-height: 2.667;
|
|
11120
11120
|
letter-spacing: 0.1666666667em !important;
|
|
11121
11121
|
font-family: "Roboto", sans-serif;
|
|
11122
11122
|
text-transform: uppercase !important;
|
|
@@ -13055,7 +13055,7 @@ html.overflow-y-hidden {
|
|
|
13055
13055
|
.text-lg-h1 {
|
|
13056
13056
|
font-size: 6rem !important;
|
|
13057
13057
|
font-weight: 300;
|
|
13058
|
-
line-height:
|
|
13058
|
+
line-height: 1;
|
|
13059
13059
|
letter-spacing: -0.015625em !important;
|
|
13060
13060
|
font-family: "Roboto", sans-serif;
|
|
13061
13061
|
text-transform: none !important;
|
|
@@ -13063,7 +13063,7 @@ html.overflow-y-hidden {
|
|
|
13063
13063
|
.text-lg-h2 {
|
|
13064
13064
|
font-size: 3.75rem !important;
|
|
13065
13065
|
font-weight: 300;
|
|
13066
|
-
line-height:
|
|
13066
|
+
line-height: 1;
|
|
13067
13067
|
letter-spacing: -0.0083333333em !important;
|
|
13068
13068
|
font-family: "Roboto", sans-serif;
|
|
13069
13069
|
text-transform: none !important;
|
|
@@ -13071,7 +13071,7 @@ html.overflow-y-hidden {
|
|
|
13071
13071
|
.text-lg-h3 {
|
|
13072
13072
|
font-size: 3rem !important;
|
|
13073
13073
|
font-weight: 400;
|
|
13074
|
-
line-height:
|
|
13074
|
+
line-height: 1.05;
|
|
13075
13075
|
letter-spacing: normal !important;
|
|
13076
13076
|
font-family: "Roboto", sans-serif;
|
|
13077
13077
|
text-transform: none !important;
|
|
@@ -13079,7 +13079,7 @@ html.overflow-y-hidden {
|
|
|
13079
13079
|
.text-lg-h4 {
|
|
13080
13080
|
font-size: 2.125rem !important;
|
|
13081
13081
|
font-weight: 400;
|
|
13082
|
-
line-height:
|
|
13082
|
+
line-height: 1.175;
|
|
13083
13083
|
letter-spacing: 0.0073529412em !important;
|
|
13084
13084
|
font-family: "Roboto", sans-serif;
|
|
13085
13085
|
text-transform: none !important;
|
|
@@ -13087,7 +13087,7 @@ html.overflow-y-hidden {
|
|
|
13087
13087
|
.text-lg-h5 {
|
|
13088
13088
|
font-size: 1.5rem !important;
|
|
13089
13089
|
font-weight: 400;
|
|
13090
|
-
line-height:
|
|
13090
|
+
line-height: 1.333;
|
|
13091
13091
|
letter-spacing: normal !important;
|
|
13092
13092
|
font-family: "Roboto", sans-serif;
|
|
13093
13093
|
text-transform: none !important;
|
|
@@ -13095,7 +13095,7 @@ html.overflow-y-hidden {
|
|
|
13095
13095
|
.text-lg-h6 {
|
|
13096
13096
|
font-size: 1.25rem !important;
|
|
13097
13097
|
font-weight: 500;
|
|
13098
|
-
line-height:
|
|
13098
|
+
line-height: 1.6;
|
|
13099
13099
|
letter-spacing: 0.0125em !important;
|
|
13100
13100
|
font-family: "Roboto", sans-serif;
|
|
13101
13101
|
text-transform: none !important;
|
|
@@ -13103,7 +13103,7 @@ html.overflow-y-hidden {
|
|
|
13103
13103
|
.text-lg-subtitle-1 {
|
|
13104
13104
|
font-size: 1rem !important;
|
|
13105
13105
|
font-weight: normal;
|
|
13106
|
-
line-height: 1.
|
|
13106
|
+
line-height: 1.75;
|
|
13107
13107
|
letter-spacing: 0.009375em !important;
|
|
13108
13108
|
font-family: "Roboto", sans-serif;
|
|
13109
13109
|
text-transform: none !important;
|
|
@@ -13111,7 +13111,7 @@ html.overflow-y-hidden {
|
|
|
13111
13111
|
.text-lg-subtitle-2 {
|
|
13112
13112
|
font-size: 0.875rem !important;
|
|
13113
13113
|
font-weight: 500;
|
|
13114
|
-
line-height: 1.
|
|
13114
|
+
line-height: 1.6;
|
|
13115
13115
|
letter-spacing: 0.0071428571em !important;
|
|
13116
13116
|
font-family: "Roboto", sans-serif;
|
|
13117
13117
|
text-transform: none !important;
|
|
@@ -13119,7 +13119,7 @@ html.overflow-y-hidden {
|
|
|
13119
13119
|
.text-lg-body-1 {
|
|
13120
13120
|
font-size: 1rem !important;
|
|
13121
13121
|
font-weight: 400;
|
|
13122
|
-
line-height: 1.
|
|
13122
|
+
line-height: 1.5;
|
|
13123
13123
|
letter-spacing: 0.03125em !important;
|
|
13124
13124
|
font-family: "Roboto", sans-serif;
|
|
13125
13125
|
text-transform: none !important;
|
|
@@ -13127,7 +13127,7 @@ html.overflow-y-hidden {
|
|
|
13127
13127
|
.text-lg-body-2 {
|
|
13128
13128
|
font-size: 0.875rem !important;
|
|
13129
13129
|
font-weight: 400;
|
|
13130
|
-
line-height: 1.
|
|
13130
|
+
line-height: 1.425;
|
|
13131
13131
|
letter-spacing: 0.0178571429em !important;
|
|
13132
13132
|
font-family: "Roboto", sans-serif;
|
|
13133
13133
|
text-transform: none !important;
|
|
@@ -13135,7 +13135,7 @@ html.overflow-y-hidden {
|
|
|
13135
13135
|
.text-lg-button {
|
|
13136
13136
|
font-size: 0.875rem !important;
|
|
13137
13137
|
font-weight: 500;
|
|
13138
|
-
line-height: 2.
|
|
13138
|
+
line-height: 2.6;
|
|
13139
13139
|
letter-spacing: 0.0892857143em !important;
|
|
13140
13140
|
font-family: "Roboto", sans-serif;
|
|
13141
13141
|
text-transform: uppercase !important;
|
|
@@ -13143,7 +13143,7 @@ html.overflow-y-hidden {
|
|
|
13143
13143
|
.text-lg-caption {
|
|
13144
13144
|
font-size: 0.75rem !important;
|
|
13145
13145
|
font-weight: 400;
|
|
13146
|
-
line-height: 1.
|
|
13146
|
+
line-height: 1.667;
|
|
13147
13147
|
letter-spacing: 0.0333333333em !important;
|
|
13148
13148
|
font-family: "Roboto", sans-serif;
|
|
13149
13149
|
text-transform: none !important;
|
|
@@ -13151,7 +13151,7 @@ html.overflow-y-hidden {
|
|
|
13151
13151
|
.text-lg-overline {
|
|
13152
13152
|
font-size: 0.75rem !important;
|
|
13153
13153
|
font-weight: 500;
|
|
13154
|
-
line-height:
|
|
13154
|
+
line-height: 2.667;
|
|
13155
13155
|
letter-spacing: 0.1666666667em !important;
|
|
13156
13156
|
font-family: "Roboto", sans-serif;
|
|
13157
13157
|
text-transform: uppercase !important;
|
|
@@ -15090,7 +15090,7 @@ html.overflow-y-hidden {
|
|
|
15090
15090
|
.text-xl-h1 {
|
|
15091
15091
|
font-size: 6rem !important;
|
|
15092
15092
|
font-weight: 300;
|
|
15093
|
-
line-height:
|
|
15093
|
+
line-height: 1;
|
|
15094
15094
|
letter-spacing: -0.015625em !important;
|
|
15095
15095
|
font-family: "Roboto", sans-serif;
|
|
15096
15096
|
text-transform: none !important;
|
|
@@ -15098,7 +15098,7 @@ html.overflow-y-hidden {
|
|
|
15098
15098
|
.text-xl-h2 {
|
|
15099
15099
|
font-size: 3.75rem !important;
|
|
15100
15100
|
font-weight: 300;
|
|
15101
|
-
line-height:
|
|
15101
|
+
line-height: 1;
|
|
15102
15102
|
letter-spacing: -0.0083333333em !important;
|
|
15103
15103
|
font-family: "Roboto", sans-serif;
|
|
15104
15104
|
text-transform: none !important;
|
|
@@ -15106,7 +15106,7 @@ html.overflow-y-hidden {
|
|
|
15106
15106
|
.text-xl-h3 {
|
|
15107
15107
|
font-size: 3rem !important;
|
|
15108
15108
|
font-weight: 400;
|
|
15109
|
-
line-height:
|
|
15109
|
+
line-height: 1.05;
|
|
15110
15110
|
letter-spacing: normal !important;
|
|
15111
15111
|
font-family: "Roboto", sans-serif;
|
|
15112
15112
|
text-transform: none !important;
|
|
@@ -15114,7 +15114,7 @@ html.overflow-y-hidden {
|
|
|
15114
15114
|
.text-xl-h4 {
|
|
15115
15115
|
font-size: 2.125rem !important;
|
|
15116
15116
|
font-weight: 400;
|
|
15117
|
-
line-height:
|
|
15117
|
+
line-height: 1.175;
|
|
15118
15118
|
letter-spacing: 0.0073529412em !important;
|
|
15119
15119
|
font-family: "Roboto", sans-serif;
|
|
15120
15120
|
text-transform: none !important;
|
|
@@ -15122,7 +15122,7 @@ html.overflow-y-hidden {
|
|
|
15122
15122
|
.text-xl-h5 {
|
|
15123
15123
|
font-size: 1.5rem !important;
|
|
15124
15124
|
font-weight: 400;
|
|
15125
|
-
line-height:
|
|
15125
|
+
line-height: 1.333;
|
|
15126
15126
|
letter-spacing: normal !important;
|
|
15127
15127
|
font-family: "Roboto", sans-serif;
|
|
15128
15128
|
text-transform: none !important;
|
|
@@ -15130,7 +15130,7 @@ html.overflow-y-hidden {
|
|
|
15130
15130
|
.text-xl-h6 {
|
|
15131
15131
|
font-size: 1.25rem !important;
|
|
15132
15132
|
font-weight: 500;
|
|
15133
|
-
line-height:
|
|
15133
|
+
line-height: 1.6;
|
|
15134
15134
|
letter-spacing: 0.0125em !important;
|
|
15135
15135
|
font-family: "Roboto", sans-serif;
|
|
15136
15136
|
text-transform: none !important;
|
|
@@ -15138,7 +15138,7 @@ html.overflow-y-hidden {
|
|
|
15138
15138
|
.text-xl-subtitle-1 {
|
|
15139
15139
|
font-size: 1rem !important;
|
|
15140
15140
|
font-weight: normal;
|
|
15141
|
-
line-height: 1.
|
|
15141
|
+
line-height: 1.75;
|
|
15142
15142
|
letter-spacing: 0.009375em !important;
|
|
15143
15143
|
font-family: "Roboto", sans-serif;
|
|
15144
15144
|
text-transform: none !important;
|
|
@@ -15146,7 +15146,7 @@ html.overflow-y-hidden {
|
|
|
15146
15146
|
.text-xl-subtitle-2 {
|
|
15147
15147
|
font-size: 0.875rem !important;
|
|
15148
15148
|
font-weight: 500;
|
|
15149
|
-
line-height: 1.
|
|
15149
|
+
line-height: 1.6;
|
|
15150
15150
|
letter-spacing: 0.0071428571em !important;
|
|
15151
15151
|
font-family: "Roboto", sans-serif;
|
|
15152
15152
|
text-transform: none !important;
|
|
@@ -15154,7 +15154,7 @@ html.overflow-y-hidden {
|
|
|
15154
15154
|
.text-xl-body-1 {
|
|
15155
15155
|
font-size: 1rem !important;
|
|
15156
15156
|
font-weight: 400;
|
|
15157
|
-
line-height: 1.
|
|
15157
|
+
line-height: 1.5;
|
|
15158
15158
|
letter-spacing: 0.03125em !important;
|
|
15159
15159
|
font-family: "Roboto", sans-serif;
|
|
15160
15160
|
text-transform: none !important;
|
|
@@ -15162,7 +15162,7 @@ html.overflow-y-hidden {
|
|
|
15162
15162
|
.text-xl-body-2 {
|
|
15163
15163
|
font-size: 0.875rem !important;
|
|
15164
15164
|
font-weight: 400;
|
|
15165
|
-
line-height: 1.
|
|
15165
|
+
line-height: 1.425;
|
|
15166
15166
|
letter-spacing: 0.0178571429em !important;
|
|
15167
15167
|
font-family: "Roboto", sans-serif;
|
|
15168
15168
|
text-transform: none !important;
|
|
@@ -15170,7 +15170,7 @@ html.overflow-y-hidden {
|
|
|
15170
15170
|
.text-xl-button {
|
|
15171
15171
|
font-size: 0.875rem !important;
|
|
15172
15172
|
font-weight: 500;
|
|
15173
|
-
line-height: 2.
|
|
15173
|
+
line-height: 2.6;
|
|
15174
15174
|
letter-spacing: 0.0892857143em !important;
|
|
15175
15175
|
font-family: "Roboto", sans-serif;
|
|
15176
15176
|
text-transform: uppercase !important;
|
|
@@ -15178,7 +15178,7 @@ html.overflow-y-hidden {
|
|
|
15178
15178
|
.text-xl-caption {
|
|
15179
15179
|
font-size: 0.75rem !important;
|
|
15180
15180
|
font-weight: 400;
|
|
15181
|
-
line-height: 1.
|
|
15181
|
+
line-height: 1.667;
|
|
15182
15182
|
letter-spacing: 0.0333333333em !important;
|
|
15183
15183
|
font-family: "Roboto", sans-serif;
|
|
15184
15184
|
text-transform: none !important;
|
|
@@ -15186,7 +15186,7 @@ html.overflow-y-hidden {
|
|
|
15186
15186
|
.text-xl-overline {
|
|
15187
15187
|
font-size: 0.75rem !important;
|
|
15188
15188
|
font-weight: 500;
|
|
15189
|
-
line-height:
|
|
15189
|
+
line-height: 2.667;
|
|
15190
15190
|
letter-spacing: 0.1666666667em !important;
|
|
15191
15191
|
font-family: "Roboto", sans-serif;
|
|
15192
15192
|
text-transform: uppercase !important;
|
|
@@ -17125,7 +17125,7 @@ html.overflow-y-hidden {
|
|
|
17125
17125
|
.text-xxl-h1 {
|
|
17126
17126
|
font-size: 6rem !important;
|
|
17127
17127
|
font-weight: 300;
|
|
17128
|
-
line-height:
|
|
17128
|
+
line-height: 1;
|
|
17129
17129
|
letter-spacing: -0.015625em !important;
|
|
17130
17130
|
font-family: "Roboto", sans-serif;
|
|
17131
17131
|
text-transform: none !important;
|
|
@@ -17133,7 +17133,7 @@ html.overflow-y-hidden {
|
|
|
17133
17133
|
.text-xxl-h2 {
|
|
17134
17134
|
font-size: 3.75rem !important;
|
|
17135
17135
|
font-weight: 300;
|
|
17136
|
-
line-height:
|
|
17136
|
+
line-height: 1;
|
|
17137
17137
|
letter-spacing: -0.0083333333em !important;
|
|
17138
17138
|
font-family: "Roboto", sans-serif;
|
|
17139
17139
|
text-transform: none !important;
|
|
@@ -17141,7 +17141,7 @@ html.overflow-y-hidden {
|
|
|
17141
17141
|
.text-xxl-h3 {
|
|
17142
17142
|
font-size: 3rem !important;
|
|
17143
17143
|
font-weight: 400;
|
|
17144
|
-
line-height:
|
|
17144
|
+
line-height: 1.05;
|
|
17145
17145
|
letter-spacing: normal !important;
|
|
17146
17146
|
font-family: "Roboto", sans-serif;
|
|
17147
17147
|
text-transform: none !important;
|
|
@@ -17149,7 +17149,7 @@ html.overflow-y-hidden {
|
|
|
17149
17149
|
.text-xxl-h4 {
|
|
17150
17150
|
font-size: 2.125rem !important;
|
|
17151
17151
|
font-weight: 400;
|
|
17152
|
-
line-height:
|
|
17152
|
+
line-height: 1.175;
|
|
17153
17153
|
letter-spacing: 0.0073529412em !important;
|
|
17154
17154
|
font-family: "Roboto", sans-serif;
|
|
17155
17155
|
text-transform: none !important;
|
|
@@ -17157,7 +17157,7 @@ html.overflow-y-hidden {
|
|
|
17157
17157
|
.text-xxl-h5 {
|
|
17158
17158
|
font-size: 1.5rem !important;
|
|
17159
17159
|
font-weight: 400;
|
|
17160
|
-
line-height:
|
|
17160
|
+
line-height: 1.333;
|
|
17161
17161
|
letter-spacing: normal !important;
|
|
17162
17162
|
font-family: "Roboto", sans-serif;
|
|
17163
17163
|
text-transform: none !important;
|
|
@@ -17165,7 +17165,7 @@ html.overflow-y-hidden {
|
|
|
17165
17165
|
.text-xxl-h6 {
|
|
17166
17166
|
font-size: 1.25rem !important;
|
|
17167
17167
|
font-weight: 500;
|
|
17168
|
-
line-height:
|
|
17168
|
+
line-height: 1.6;
|
|
17169
17169
|
letter-spacing: 0.0125em !important;
|
|
17170
17170
|
font-family: "Roboto", sans-serif;
|
|
17171
17171
|
text-transform: none !important;
|
|
@@ -17173,7 +17173,7 @@ html.overflow-y-hidden {
|
|
|
17173
17173
|
.text-xxl-subtitle-1 {
|
|
17174
17174
|
font-size: 1rem !important;
|
|
17175
17175
|
font-weight: normal;
|
|
17176
|
-
line-height: 1.
|
|
17176
|
+
line-height: 1.75;
|
|
17177
17177
|
letter-spacing: 0.009375em !important;
|
|
17178
17178
|
font-family: "Roboto", sans-serif;
|
|
17179
17179
|
text-transform: none !important;
|
|
@@ -17181,7 +17181,7 @@ html.overflow-y-hidden {
|
|
|
17181
17181
|
.text-xxl-subtitle-2 {
|
|
17182
17182
|
font-size: 0.875rem !important;
|
|
17183
17183
|
font-weight: 500;
|
|
17184
|
-
line-height: 1.
|
|
17184
|
+
line-height: 1.6;
|
|
17185
17185
|
letter-spacing: 0.0071428571em !important;
|
|
17186
17186
|
font-family: "Roboto", sans-serif;
|
|
17187
17187
|
text-transform: none !important;
|
|
@@ -17189,7 +17189,7 @@ html.overflow-y-hidden {
|
|
|
17189
17189
|
.text-xxl-body-1 {
|
|
17190
17190
|
font-size: 1rem !important;
|
|
17191
17191
|
font-weight: 400;
|
|
17192
|
-
line-height: 1.
|
|
17192
|
+
line-height: 1.5;
|
|
17193
17193
|
letter-spacing: 0.03125em !important;
|
|
17194
17194
|
font-family: "Roboto", sans-serif;
|
|
17195
17195
|
text-transform: none !important;
|
|
@@ -17197,7 +17197,7 @@ html.overflow-y-hidden {
|
|
|
17197
17197
|
.text-xxl-body-2 {
|
|
17198
17198
|
font-size: 0.875rem !important;
|
|
17199
17199
|
font-weight: 400;
|
|
17200
|
-
line-height: 1.
|
|
17200
|
+
line-height: 1.425;
|
|
17201
17201
|
letter-spacing: 0.0178571429em !important;
|
|
17202
17202
|
font-family: "Roboto", sans-serif;
|
|
17203
17203
|
text-transform: none !important;
|
|
@@ -17205,7 +17205,7 @@ html.overflow-y-hidden {
|
|
|
17205
17205
|
.text-xxl-button {
|
|
17206
17206
|
font-size: 0.875rem !important;
|
|
17207
17207
|
font-weight: 500;
|
|
17208
|
-
line-height: 2.
|
|
17208
|
+
line-height: 2.6;
|
|
17209
17209
|
letter-spacing: 0.0892857143em !important;
|
|
17210
17210
|
font-family: "Roboto", sans-serif;
|
|
17211
17211
|
text-transform: uppercase !important;
|
|
@@ -17213,7 +17213,7 @@ html.overflow-y-hidden {
|
|
|
17213
17213
|
.text-xxl-caption {
|
|
17214
17214
|
font-size: 0.75rem !important;
|
|
17215
17215
|
font-weight: 400;
|
|
17216
|
-
line-height: 1.
|
|
17216
|
+
line-height: 1.667;
|
|
17217
17217
|
letter-spacing: 0.0333333333em !important;
|
|
17218
17218
|
font-family: "Roboto", sans-serif;
|
|
17219
17219
|
text-transform: none !important;
|
|
@@ -17221,7 +17221,7 @@ html.overflow-y-hidden {
|
|
|
17221
17221
|
.text-xxl-overline {
|
|
17222
17222
|
font-size: 0.75rem !important;
|
|
17223
17223
|
font-weight: 500;
|
|
17224
|
-
line-height:
|
|
17224
|
+
line-height: 2.667;
|
|
17225
17225
|
letter-spacing: 0.1666666667em !important;
|
|
17226
17226
|
font-family: "Roboto", sans-serif;
|
|
17227
17227
|
text-transform: uppercase !important;
|