@dimailn/vuetify 2.7.2-alpha31 → 2.7.2-alpha33
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/vuetify.js +551 -368
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +1 -1
- package/dist/vuetify.min.js +2 -2
- package/es5/components/VCalendar/VCalendarWeekly.js +10 -5
- package/es5/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/es5/components/VCheckbox/VCheckbox.js +7 -9
- package/es5/components/VCheckbox/VCheckbox.js.map +1 -1
- package/es5/components/VContent/VContent.js +24 -5
- package/es5/components/VContent/VContent.js.map +1 -1
- package/es5/components/VCounter/VCounter.js.map +1 -1
- package/es5/components/VDatePicker/VDatePicker.js +15 -7
- package/es5/components/VDatePicker/VDatePicker.js.map +1 -1
- package/es5/components/VDatePicker/VDatePickerTitle.js +30 -19
- package/es5/components/VDatePicker/VDatePickerTitle.js.map +1 -1
- package/es5/components/VDatePicker/mixins/date-picker-table.js +1 -1
- package/es5/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- package/es5/components/VDatePicker/util/eventHelpers.js +27 -17
- package/es5/components/VDatePicker/util/eventHelpers.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- package/es5/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/es5/components/VGrid/VCol.js +3 -1
- package/es5/components/VGrid/VCol.js.map +1 -1
- package/es5/components/VGrid/VContainer.js +23 -10
- package/es5/components/VGrid/VContainer.js.map +1 -1
- package/es5/components/VGrid/grid.js +33 -15
- package/es5/components/VGrid/grid.js.map +1 -1
- package/es5/components/VHover/VHover.js +23 -17
- package/es5/components/VHover/VHover.js.map +1 -1
- package/es5/components/VIcon/VIcon.js +77 -53
- package/es5/components/VIcon/VIcon.js.map +1 -1
- package/es5/components/VItemGroup/VItem.js +7 -3
- package/es5/components/VItemGroup/VItem.js.map +1 -1
- package/es5/components/VLabel/VLabel.js +3 -1
- package/es5/components/VLabel/VLabel.js.map +1 -1
- package/es5/components/VOtpInput/VOtpInput.js +54 -33
- package/es5/components/VOtpInput/VOtpInput.js.map +1 -1
- package/es5/components/VOverflowBtn/VOverflowBtn.js +14 -13
- package/es5/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/es5/components/VProgressLinear/VProgressLinear.js +12 -33
- package/es5/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/es5/components/VSelect/VSelect.js +4 -1
- package/es5/components/VSelect/VSelect.js.map +1 -1
- package/es5/components/VStepper/VStepper.js +1 -1
- package/es5/components/VStepper/VStepper.js.map +1 -1
- package/es5/components/VStepper/VStepperContent.js +2 -5
- package/es5/components/VStepper/VStepperContent.js.map +1 -1
- package/es5/components/VSwitch/VSwitch.js +1 -1
- package/es5/components/VSwitch/VSwitch.js.map +1 -1
- package/es5/components/VTextField/VTextField.js +2 -1
- package/es5/components/VTextField/VTextField.js.map +1 -1
- package/es5/components/VTooltip/VTooltip.js +0 -7
- package/es5/components/VTooltip/VTooltip.js.map +1 -1
- package/es5/directives/color/index.js +6 -3
- package/es5/directives/color/index.js.map +1 -1
- package/es5/directives/ripple/index.js +5 -2
- package/es5/directives/ripple/index.js.map +1 -1
- package/es5/directives/scroll/index.js +1 -2
- package/es5/directives/scroll/index.js.map +1 -1
- package/es5/directives/touch/index.js +7 -4
- package/es5/directives/touch/index.js.map +1 -1
- package/es5/framework.js +1 -1
- package/es5/mixins/activatable/index.js +0 -8
- package/es5/mixins/activatable/index.js.map +1 -1
- package/es5/mixins/groupable/index.js.map +1 -1
- package/es5/mixins/positionable/index.js.map +1 -1
- package/es5/mixins/proxyable/index.js.map +1 -1
- package/es5/mixins/registrable/index.js.map +1 -1
- package/es5/mixins/selectable/index.js +4 -2
- package/es5/mixins/selectable/index.js.map +1 -1
- package/es5/mixins/toggleable/index.js.map +1 -1
- package/es5/services/goto/util.js +42 -3
- package/es5/services/goto/util.js.map +1 -1
- package/es5/services/theme/index.js +20 -71
- package/es5/services/theme/index.js.map +1 -1
- package/es5/util/mergeData.js +6 -5
- package/es5/util/mergeData.js.map +1 -1
- package/es5/util/mixins.js +4 -3
- package/es5/util/mixins.js.map +1 -1
- package/lib/components/VCalendar/VCalendarWeekly.js +11 -6
- package/lib/components/VCalendar/VCalendarWeekly.js.map +1 -1
- package/lib/components/VCheckbox/VCheckbox.js +5 -8
- package/lib/components/VCheckbox/VCheckbox.js.map +1 -1
- package/lib/components/VContent/VContent.js +18 -3
- package/lib/components/VContent/VContent.js.map +1 -1
- package/lib/components/VCounter/VCounter.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.js +17 -7
- package/lib/components/VDatePicker/VDatePicker.js.map +1 -1
- package/lib/components/VDatePicker/VDatePickerTitle.js +25 -14
- package/lib/components/VDatePicker/VDatePickerTitle.js.map +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.js +1 -1
- package/lib/components/VDatePicker/mixins/date-picker-table.js.map +1 -1
- package/lib/components/VDatePicker/util/eventHelpers.js +26 -14
- package/lib/components/VDatePicker/util/eventHelpers.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelContent.js.map +1 -1
- package/lib/components/VExpansionPanel/VExpansionPanelHeader.js.map +1 -1
- package/lib/components/VGrid/VCol.js +3 -1
- package/lib/components/VGrid/VCol.js.map +1 -1
- package/lib/components/VGrid/VContainer.js +11 -10
- package/lib/components/VGrid/VContainer.js.map +1 -1
- package/lib/components/VGrid/grid.js +15 -14
- package/lib/components/VGrid/grid.js.map +1 -1
- package/lib/components/VHover/VHover.js +23 -18
- package/lib/components/VHover/VHover.js.map +1 -1
- package/lib/components/VIcon/VIcon.js +79 -57
- package/lib/components/VIcon/VIcon.js.map +1 -1
- package/lib/components/VItemGroup/VItem.js +3 -2
- package/lib/components/VItemGroup/VItem.js.map +1 -1
- package/lib/components/VLabel/VLabel.js +3 -1
- package/lib/components/VLabel/VLabel.js.map +1 -1
- package/lib/components/VOtpInput/VOtpInput.js +58 -34
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverflowBtn/VOverflowBtn.js +14 -14
- package/lib/components/VOverflowBtn/VOverflowBtn.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.js +12 -16
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VSelect/VSelect.js +4 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VStepper/VStepper.js +1 -1
- package/lib/components/VStepper/VStepper.js.map +1 -1
- package/lib/components/VStepper/VStepperContent.js +3 -6
- package/lib/components/VStepper/VStepperContent.js.map +1 -1
- package/lib/components/VSwitch/VSwitch.js +1 -1
- package/lib/components/VSwitch/VSwitch.js.map +1 -1
- package/lib/components/VTextField/VTextField.js +2 -1
- package/lib/components/VTextField/VTextField.js.map +1 -1
- package/lib/components/VTooltip/VTooltip.js +1 -8
- package/lib/components/VTooltip/VTooltip.js.map +1 -1
- package/lib/directives/color/index.js +6 -3
- package/lib/directives/color/index.js.map +1 -1
- package/lib/directives/ripple/index.js +5 -3
- package/lib/directives/ripple/index.js.map +1 -1
- package/lib/directives/scroll/index.js +1 -2
- package/lib/directives/scroll/index.js.map +1 -1
- package/lib/directives/touch/index.js +7 -4
- package/lib/directives/touch/index.js.map +1 -1
- package/lib/framework.js +1 -1
- package/lib/mixins/activatable/index.js +1 -8
- package/lib/mixins/activatable/index.js.map +1 -1
- package/lib/mixins/groupable/index.js.map +1 -1
- package/lib/mixins/positionable/index.js.map +1 -1
- package/lib/mixins/proxyable/index.js.map +1 -1
- package/lib/mixins/registrable/index.js.map +1 -1
- package/lib/mixins/selectable/index.js +9 -7
- package/lib/mixins/selectable/index.js.map +1 -1
- package/lib/mixins/toggleable/index.js.map +1 -1
- package/lib/services/goto/util.js +42 -3
- package/lib/services/goto/util.js.map +1 -1
- package/lib/services/theme/index.js +18 -64
- package/lib/services/theme/index.js.map +1 -1
- package/lib/util/mergeData.js +6 -5
- package/lib/util/mergeData.js.map +1 -1
- package/lib/util/mixins.js +3 -2
- package/lib/util/mixins.js.map +1 -1
- package/package.json +2 -2
- package/src/components/VAlert/__tests__/__snapshots__/VAlert.spec.ts.snap +4 -4
- package/src/components/VAppBar/__tests__/__snapshots__/VAppBarNavIcon.spec.ts.snap +2 -2
- package/src/components/VAutocomplete/__tests__/VAutocomplete.spec.ts +75 -20
- package/src/components/VAutocomplete/__tests__/VAutocomplete2.spec.ts +38 -40
- package/src/components/VAutocomplete/__tests__/VAutocomplete3.spec.ts +26 -26
- package/src/components/VBanner/__tests__/__snapshots__/VBanner.spec.ts.snap +2 -2
- package/src/components/VBtn/__tests__/VBtn.spec.ts +8 -4
- package/src/components/VCalendar/VCalendarWeekly.ts +12 -5
- package/src/components/VCalendar/__tests__/VCalendar.spec.ts +1 -1
- package/src/components/VCalendar/__tests__/VCalendarCategory.spec.ts +5 -5
- package/src/components/VCalendar/__tests__/__snapshots__/VCalendar.spec.ts.snap +167 -168
- package/src/components/VCheckbox/VCheckbox.ts +4 -9
- package/src/components/VCheckbox/__tests__/VCheckbox.spec.ts +7 -1
- package/src/components/VCheckbox/__tests__/__snapshots__/VCheckbox.spec.ts.snap +54 -50
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPicker.spec.ts.snap +18 -18
- package/src/components/VColorPicker/__tests__/__snapshots__/VColorPickerEdit.spec.ts.snap +10 -10
- package/src/components/VCombobox/__tests__/VCombobox-multiple.spec.ts +89 -69
- package/src/components/VCombobox/__tests__/VCombobox.spec.ts +17 -12
- package/src/components/VContent/VContent.ts +10 -2
- package/src/components/VCounter/VCounter.ts +1 -1
- package/src/components/VCounter/__tests__/VCounter.spec.ts +10 -25
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataFooter.spec.ts.snap +42 -42
- package/src/components/VDataIterator/__tests__/__snapshots__/VDataIterator.spec.ts.snap +30 -30
- package/src/components/VDataTable/__tests__/VDataTable.spec.ts +1 -1
- package/src/components/VDataTable/__tests__/VDataTableHeader.spec.ts +6 -10
- package/src/components/VDataTable/__tests__/VEditDialog.spec.ts +24 -21
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTable.spec.ts.snap +409 -409
- package/src/components/VDataTable/__tests__/__snapshots__/VDataTableHeader.spec.ts.snap +70 -70
- package/src/components/VDataTable/mixins/__tests__/__snapshots__/header.spec.ts.snap +8 -8
- package/src/components/VDataTable/mixins/__tests__/header.spec.ts +3 -3
- package/src/components/VDatePicker/VDatePicker.ts +23 -7
- package/src/components/VDatePicker/VDatePickerTitle.ts +28 -16
- package/src/components/VDatePicker/__tests__/VDatePicker.date.spec.ts +86 -124
- package/src/components/VDatePicker/__tests__/VDatePicker.month.spec.ts +85 -63
- package/src/components/VDatePicker/__tests__/VDatePickerHeader.spec.ts +12 -27
- package/src/components/VDatePicker/__tests__/VDatePickerTitle.spec.ts +9 -5
- package/src/components/VDatePicker/__tests__/VDatePickerYears.spec.ts +4 -4
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.date.spec.ts.snap +27 -9
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePicker.month.spec.ts.snap +45 -35
- package/src/components/VDatePicker/__tests__/__snapshots__/VDatePickerTitle.spec.ts.snap +15 -5
- package/src/components/VDatePicker/mixins/date-picker-table.ts +1 -1
- package/src/components/VDatePicker/util/eventHelpers.ts +33 -13
- package/src/components/VExpansionPanel/VExpansionPanelContent.ts +5 -8
- package/src/components/VExpansionPanel/VExpansionPanelHeader.ts +10 -14
- package/src/components/VExpansionPanel/__tests__/VExpansionPanelHeader.spec.ts +6 -4
- package/src/components/VExpansionPanel/__tests__/VExpansionPanels.spec.ts +9 -5
- package/src/components/VExpansionPanel/__tests__/__snapshots__/VExpansionPanel.spec.ts.snap +4 -4
- package/src/components/VFileInput/__tests__/__snapshots__/VFileInput.spec.ts.snap +38 -38
- package/src/components/VFooter/__tests__/VFooter.spec.ts +28 -21
- package/src/components/VGrid/VCol.ts +1 -1
- package/src/components/VGrid/VContainer.ts +12 -10
- package/src/components/VGrid/__tests__/VCol.spec.ts +4 -2
- package/src/components/VGrid/__tests__/VGrid.spec.ts +2 -3
- package/src/components/VGrid/grid.ts +14 -17
- package/src/components/VHover/VHover.ts +21 -17
- package/src/components/VHover/__tests__/VHover.spec.ts +44 -28
- package/src/components/VIcon/VIcon.ts +72 -53
- package/src/components/VIcon/__tests__/VIcon.spec.ts +86 -176
- package/src/components/VIcon/__tests__/__snapshots__/VIcon.spec.ts.snap +19 -74
- package/src/components/VItemGroup/VItem.ts +1 -1
- package/src/components/VItemGroup/__tests__/VItem.spec.ts +20 -12
- package/src/components/VLabel/VLabel.ts +1 -1
- package/src/components/VList/__tests__/VListGroup.spec.ts +1 -1
- package/src/components/VList/__tests__/VListItemAction.spec.ts +32 -31
- package/src/components/VList/__tests__/__snapshots__/VListGroup.spec.ts.snap +2 -2
- package/src/components/VList/__tests__/__snapshots__/VListItemAction.spec.ts.snap +20 -6
- package/src/components/VOtpInput/VOtpInput.ts +57 -32
- package/src/components/VOtpInput/__tests__/VOtpInput.spec.ts +75 -78
- package/src/components/VOverflowBtn/VOverflowBtn.ts +13 -10
- package/src/components/VOverflowBtn/__tests__/VOverflowBtn.spec.ts +6 -6
- package/src/components/VOverflowBtn/__tests__/__snapshots__/VOverflowBtn.spec.ts.snap +38 -46
- package/src/components/VPagination/__tests__/__snapshots__/VPagination.spec.ts.snap +32 -32
- package/src/components/VProgressLinear/VProgressLinear.ts +13 -18
- package/src/components/VProgressLinear/__tests__/VProgressLinear.spec.ts +20 -12
- package/src/components/VRadioGroup/__tests__/VRadio.spec.ts +57 -44
- package/src/components/VRadioGroup/__tests__/VRadioGroup.spec.ts +4 -4
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadio.spec.ts.snap +29 -33
- package/src/components/VRadioGroup/__tests__/__snapshots__/VRadioGroup.spec.ts.snap +10 -18
- package/src/components/VRating/__tests__/VRating.spec.ts +24 -29
- package/src/components/VResponsive/__tests__/VResponsive.spec.ts +10 -5
- package/src/components/VSelect/VSelect.ts +5 -1
- package/src/components/VSelect/__tests__/VSelect2.spec.ts +5 -5
- package/src/components/VSelect/__tests__/VSelect3.spec.ts +7 -7
- package/src/components/VSelect/__tests__/VSelect4.spec.ts +2 -2
- package/src/components/VSelect/__tests__/__snapshots__/VSelect2.spec.ts.snap +4 -4
- package/src/components/VSelect/__tests__/__snapshots__/VSelect3.spec.ts.snap +0 -284
- package/src/components/VSelect/__tests__/__snapshots__/VSelectList.spec.ts.snap +30 -27
- package/src/components/VSlideGroup/__tests__/VSlideGroup.spec.ts +70 -62
- package/src/components/VSlideGroup/__tests__/__snapshots__/VSlideGroup.spec.ts.snap +13 -34
- package/src/components/VSnackbar/__tests__/VSnackbar.spec.ts +46 -37
- package/src/components/VStepper/VStepper.ts +2 -2
- package/src/components/VStepper/VStepperContent.ts +7 -12
- package/src/components/VStepper/__tests__/VStepper.spec.ts +3 -3
- package/src/components/VStepper/__tests__/VStepperContent.spec.ts +25 -6
- package/src/components/VStepper/__tests__/__snapshots__/VStepperStep.spec.ts.snap +10 -12
- package/src/components/VSwitch/VSwitch.ts +1 -1
- package/src/components/VSwitch/__tests__/VSwitch.spec.ts +4 -7
- package/src/components/VSwitch/__tests__/__snapshots__/VSwitch.spec.ts.snap +11 -15
- package/src/components/VTextField/VTextField.ts +2 -1
- package/src/components/VTextField/__tests__/VTextField.spec.ts +24 -27
- package/src/components/VTextField/__tests__/__snapshots__/VTextField.spec.ts.snap +49 -73
- package/src/components/VTextarea/__tests__/__snapshots__/VTextarea.spec.ts.snap +16 -6
- package/src/components/VThemeProvider/__tests__/VThemeProvider.spec.ts +49 -10
- package/src/components/VTimePicker/__tests__/VTimePicker.spec.ts +3 -3
- package/src/components/VTimePicker/__tests__/VTimePickerTitle.spec.ts +3 -3
- package/src/components/VTimeline/__tests__/__snapshots__/VTimelineItem.spec.ts.snap +2 -2
- package/src/components/VTooltip/VTooltip.ts +0 -6
- package/src/components/VTooltip/__tests__/VTooltip.spec.ts +12 -11
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeview.spec.ts.snap +42 -42
- package/src/components/VTreeview/__tests__/__snapshots__/VTreeviewNode.spec.ts.snap +2 -2
- package/src/directives/click-outside/__tests__/click-outside-shadow-dom.spec.ts +4 -4
- package/src/directives/click-outside/__tests__/click-outside.spec.ts +3 -3
- package/src/directives/color/__tests__/color.spec.ts +54 -34
- package/src/directives/color/index.ts +7 -3
- package/src/directives/intersect/__tests__/intersect.spec.ts +7 -7
- package/src/directives/mutate/__tests__/mutate.spec.ts +32 -26
- package/src/directives/resize/__tests__/resize.spec.ts +5 -5
- package/src/directives/ripple/__tests__/ripple.spec.ts +34 -36
- package/src/directives/ripple/index.ts +3 -6
- package/src/directives/scroll/__tests__/scroll.spec.ts +13 -13
- package/src/directives/scroll/index.ts +0 -1
- package/src/directives/touch/__tests__/touch.spec.ts +23 -16
- package/src/directives/touch/index.ts +6 -4
- package/src/globals.d.ts +6 -6
- package/src/mixins/activatable/__tests__/activatable.spec.ts +55 -55
- package/src/mixins/activatable/index.ts +0 -6
- package/src/mixins/dependent/__tests__/dependent.spec.ts +72 -33
- package/src/mixins/detachable/__tests__/detachable.spec.ts +45 -31
- package/src/mixins/groupable/index.ts +6 -6
- package/src/mixins/positionable/index.ts +2 -2
- package/src/mixins/proxyable/index.ts +2 -2
- package/src/mixins/registrable/index.ts +4 -4
- package/src/mixins/selectable/index.ts +10 -7
- package/src/mixins/toggleable/index.ts +2 -2
- package/src/services/goto/__tests__/goto.spec.ts +146 -1
- package/src/services/goto/util.ts +44 -5
- package/src/services/theme/__tests__/__snapshots__/theme.spec.ts.snap +0 -1128
- package/src/services/theme/__tests__/theme.spec.ts +81 -83
- package/src/services/theme/index.ts +22 -60
- package/src/util/__tests__/dom.spec.ts +8 -5
- package/src/util/__tests__/helpers.spec.ts +1 -1
- package/src/util/__tests__/mergeData.spec.ts +8 -8
- package/src/util/mergeData.ts +10 -5
- package/src/util/mixins.ts +24 -7
- package/types/alacarte.d.ts +14 -14
- package/types/index.d.ts +8 -8
- package/types/lib.d.ts +173 -173
|
@@ -4576,1134 +4576,6 @@ exports[`Theme.ts should set theme 3`] = `
|
|
|
4576
4576
|
}"
|
|
4577
4577
|
`;
|
|
4578
4578
|
|
|
4579
|
-
exports[`Theme.ts should set theme with vue-meta@1 1`] = `
|
|
4580
|
-
".v-application a { color: #1976d2; }
|
|
4581
|
-
.v-application .primary {
|
|
4582
|
-
background-color: #1976d2 !important;
|
|
4583
|
-
border-color: #1976d2 !important;
|
|
4584
|
-
}
|
|
4585
|
-
.v-application .primary--text {
|
|
4586
|
-
color: #1976d2 !important;
|
|
4587
|
-
caret-color: #1976d2 !important;
|
|
4588
|
-
}
|
|
4589
|
-
.v-application .primary.lighten-5 {
|
|
4590
|
-
background-color: #c7fdff !important;
|
|
4591
|
-
border-color: #c7fdff !important;
|
|
4592
|
-
}
|
|
4593
|
-
.v-application .primary--text.text--lighten-5 {
|
|
4594
|
-
color: #c7fdff !important;
|
|
4595
|
-
caret-color: #c7fdff !important;
|
|
4596
|
-
}
|
|
4597
|
-
.v-application .primary.lighten-4 {
|
|
4598
|
-
background-color: #a8e0ff !important;
|
|
4599
|
-
border-color: #a8e0ff !important;
|
|
4600
|
-
}
|
|
4601
|
-
.v-application .primary--text.text--lighten-4 {
|
|
4602
|
-
color: #a8e0ff !important;
|
|
4603
|
-
caret-color: #a8e0ff !important;
|
|
4604
|
-
}
|
|
4605
|
-
.v-application .primary.lighten-3 {
|
|
4606
|
-
background-color: #8ac5ff !important;
|
|
4607
|
-
border-color: #8ac5ff !important;
|
|
4608
|
-
}
|
|
4609
|
-
.v-application .primary--text.text--lighten-3 {
|
|
4610
|
-
color: #8ac5ff !important;
|
|
4611
|
-
caret-color: #8ac5ff !important;
|
|
4612
|
-
}
|
|
4613
|
-
.v-application .primary.lighten-2 {
|
|
4614
|
-
background-color: #6aaaff !important;
|
|
4615
|
-
border-color: #6aaaff !important;
|
|
4616
|
-
}
|
|
4617
|
-
.v-application .primary--text.text--lighten-2 {
|
|
4618
|
-
color: #6aaaff !important;
|
|
4619
|
-
caret-color: #6aaaff !important;
|
|
4620
|
-
}
|
|
4621
|
-
.v-application .primary.lighten-1 {
|
|
4622
|
-
background-color: #488fef !important;
|
|
4623
|
-
border-color: #488fef !important;
|
|
4624
|
-
}
|
|
4625
|
-
.v-application .primary--text.text--lighten-1 {
|
|
4626
|
-
color: #488fef !important;
|
|
4627
|
-
caret-color: #488fef !important;
|
|
4628
|
-
}
|
|
4629
|
-
.v-application .primary.darken-1 {
|
|
4630
|
-
background-color: #005eb6 !important;
|
|
4631
|
-
border-color: #005eb6 !important;
|
|
4632
|
-
}
|
|
4633
|
-
.v-application .primary--text.text--darken-1 {
|
|
4634
|
-
color: #005eb6 !important;
|
|
4635
|
-
caret-color: #005eb6 !important;
|
|
4636
|
-
}
|
|
4637
|
-
.v-application .primary.darken-2 {
|
|
4638
|
-
background-color: #00479b !important;
|
|
4639
|
-
border-color: #00479b !important;
|
|
4640
|
-
}
|
|
4641
|
-
.v-application .primary--text.text--darken-2 {
|
|
4642
|
-
color: #00479b !important;
|
|
4643
|
-
caret-color: #00479b !important;
|
|
4644
|
-
}
|
|
4645
|
-
.v-application .primary.darken-3 {
|
|
4646
|
-
background-color: #003180 !important;
|
|
4647
|
-
border-color: #003180 !important;
|
|
4648
|
-
}
|
|
4649
|
-
.v-application .primary--text.text--darken-3 {
|
|
4650
|
-
color: #003180 !important;
|
|
4651
|
-
caret-color: #003180 !important;
|
|
4652
|
-
}
|
|
4653
|
-
.v-application .primary.darken-4 {
|
|
4654
|
-
background-color: #001e67 !important;
|
|
4655
|
-
border-color: #001e67 !important;
|
|
4656
|
-
}
|
|
4657
|
-
.v-application .primary--text.text--darken-4 {
|
|
4658
|
-
color: #001e67 !important;
|
|
4659
|
-
caret-color: #001e67 !important;
|
|
4660
|
-
}
|
|
4661
|
-
.v-application .secondary {
|
|
4662
|
-
background-color: #424242 !important;
|
|
4663
|
-
border-color: #424242 !important;
|
|
4664
|
-
}
|
|
4665
|
-
.v-application .secondary--text {
|
|
4666
|
-
color: #424242 !important;
|
|
4667
|
-
caret-color: #424242 !important;
|
|
4668
|
-
}
|
|
4669
|
-
.v-application .secondary.lighten-5 {
|
|
4670
|
-
background-color: #c1c1c1 !important;
|
|
4671
|
-
border-color: #c1c1c1 !important;
|
|
4672
|
-
}
|
|
4673
|
-
.v-application .secondary--text.text--lighten-5 {
|
|
4674
|
-
color: #c1c1c1 !important;
|
|
4675
|
-
caret-color: #c1c1c1 !important;
|
|
4676
|
-
}
|
|
4677
|
-
.v-application .secondary.lighten-4 {
|
|
4678
|
-
background-color: #a6a6a6 !important;
|
|
4679
|
-
border-color: #a6a6a6 !important;
|
|
4680
|
-
}
|
|
4681
|
-
.v-application .secondary--text.text--lighten-4 {
|
|
4682
|
-
color: #a6a6a6 !important;
|
|
4683
|
-
caret-color: #a6a6a6 !important;
|
|
4684
|
-
}
|
|
4685
|
-
.v-application .secondary.lighten-3 {
|
|
4686
|
-
background-color: #8b8b8b !important;
|
|
4687
|
-
border-color: #8b8b8b !important;
|
|
4688
|
-
}
|
|
4689
|
-
.v-application .secondary--text.text--lighten-3 {
|
|
4690
|
-
color: #8b8b8b !important;
|
|
4691
|
-
caret-color: #8b8b8b !important;
|
|
4692
|
-
}
|
|
4693
|
-
.v-application .secondary.lighten-2 {
|
|
4694
|
-
background-color: #727272 !important;
|
|
4695
|
-
border-color: #727272 !important;
|
|
4696
|
-
}
|
|
4697
|
-
.v-application .secondary--text.text--lighten-2 {
|
|
4698
|
-
color: #727272 !important;
|
|
4699
|
-
caret-color: #727272 !important;
|
|
4700
|
-
}
|
|
4701
|
-
.v-application .secondary.lighten-1 {
|
|
4702
|
-
background-color: #595959 !important;
|
|
4703
|
-
border-color: #595959 !important;
|
|
4704
|
-
}
|
|
4705
|
-
.v-application .secondary--text.text--lighten-1 {
|
|
4706
|
-
color: #595959 !important;
|
|
4707
|
-
caret-color: #595959 !important;
|
|
4708
|
-
}
|
|
4709
|
-
.v-application .secondary.darken-1 {
|
|
4710
|
-
background-color: #2c2c2c !important;
|
|
4711
|
-
border-color: #2c2c2c !important;
|
|
4712
|
-
}
|
|
4713
|
-
.v-application .secondary--text.text--darken-1 {
|
|
4714
|
-
color: #2c2c2c !important;
|
|
4715
|
-
caret-color: #2c2c2c !important;
|
|
4716
|
-
}
|
|
4717
|
-
.v-application .secondary.darken-2 {
|
|
4718
|
-
background-color: #171717 !important;
|
|
4719
|
-
border-color: #171717 !important;
|
|
4720
|
-
}
|
|
4721
|
-
.v-application .secondary--text.text--darken-2 {
|
|
4722
|
-
color: #171717 !important;
|
|
4723
|
-
caret-color: #171717 !important;
|
|
4724
|
-
}
|
|
4725
|
-
.v-application .secondary.darken-3 {
|
|
4726
|
-
background-color: #000000 !important;
|
|
4727
|
-
border-color: #000000 !important;
|
|
4728
|
-
}
|
|
4729
|
-
.v-application .secondary--text.text--darken-3 {
|
|
4730
|
-
color: #000000 !important;
|
|
4731
|
-
caret-color: #000000 !important;
|
|
4732
|
-
}
|
|
4733
|
-
.v-application .secondary.darken-4 {
|
|
4734
|
-
background-color: #000000 !important;
|
|
4735
|
-
border-color: #000000 !important;
|
|
4736
|
-
}
|
|
4737
|
-
.v-application .secondary--text.text--darken-4 {
|
|
4738
|
-
color: #000000 !important;
|
|
4739
|
-
caret-color: #000000 !important;
|
|
4740
|
-
}
|
|
4741
|
-
.v-application .accent {
|
|
4742
|
-
background-color: #82b1ff !important;
|
|
4743
|
-
border-color: #82b1ff !important;
|
|
4744
|
-
}
|
|
4745
|
-
.v-application .accent--text {
|
|
4746
|
-
color: #82b1ff !important;
|
|
4747
|
-
caret-color: #82b1ff !important;
|
|
4748
|
-
}
|
|
4749
|
-
.v-application .accent.lighten-5 {
|
|
4750
|
-
background-color: #ffffff !important;
|
|
4751
|
-
border-color: #ffffff !important;
|
|
4752
|
-
}
|
|
4753
|
-
.v-application .accent--text.text--lighten-5 {
|
|
4754
|
-
color: #ffffff !important;
|
|
4755
|
-
caret-color: #ffffff !important;
|
|
4756
|
-
}
|
|
4757
|
-
.v-application .accent.lighten-4 {
|
|
4758
|
-
background-color: #f8ffff !important;
|
|
4759
|
-
border-color: #f8ffff !important;
|
|
4760
|
-
}
|
|
4761
|
-
.v-application .accent--text.text--lighten-4 {
|
|
4762
|
-
color: #f8ffff !important;
|
|
4763
|
-
caret-color: #f8ffff !important;
|
|
4764
|
-
}
|
|
4765
|
-
.v-application .accent.lighten-3 {
|
|
4766
|
-
background-color: #daffff !important;
|
|
4767
|
-
border-color: #daffff !important;
|
|
4768
|
-
}
|
|
4769
|
-
.v-application .accent--text.text--lighten-3 {
|
|
4770
|
-
color: #daffff !important;
|
|
4771
|
-
caret-color: #daffff !important;
|
|
4772
|
-
}
|
|
4773
|
-
.v-application .accent.lighten-2 {
|
|
4774
|
-
background-color: #bce8ff !important;
|
|
4775
|
-
border-color: #bce8ff !important;
|
|
4776
|
-
}
|
|
4777
|
-
.v-application .accent--text.text--lighten-2 {
|
|
4778
|
-
color: #bce8ff !important;
|
|
4779
|
-
caret-color: #bce8ff !important;
|
|
4780
|
-
}
|
|
4781
|
-
.v-application .accent.lighten-1 {
|
|
4782
|
-
background-color: #9fccff !important;
|
|
4783
|
-
border-color: #9fccff !important;
|
|
4784
|
-
}
|
|
4785
|
-
.v-application .accent--text.text--lighten-1 {
|
|
4786
|
-
color: #9fccff !important;
|
|
4787
|
-
caret-color: #9fccff !important;
|
|
4788
|
-
}
|
|
4789
|
-
.v-application .accent.darken-1 {
|
|
4790
|
-
background-color: #6596e2 !important;
|
|
4791
|
-
border-color: #6596e2 !important;
|
|
4792
|
-
}
|
|
4793
|
-
.v-application .accent--text.text--darken-1 {
|
|
4794
|
-
color: #6596e2 !important;
|
|
4795
|
-
caret-color: #6596e2 !important;
|
|
4796
|
-
}
|
|
4797
|
-
.v-application .accent.darken-2 {
|
|
4798
|
-
background-color: #467dc6 !important;
|
|
4799
|
-
border-color: #467dc6 !important;
|
|
4800
|
-
}
|
|
4801
|
-
.v-application .accent--text.text--darken-2 {
|
|
4802
|
-
color: #467dc6 !important;
|
|
4803
|
-
caret-color: #467dc6 !important;
|
|
4804
|
-
}
|
|
4805
|
-
.v-application .accent.darken-3 {
|
|
4806
|
-
background-color: #2364aa !important;
|
|
4807
|
-
border-color: #2364aa !important;
|
|
4808
|
-
}
|
|
4809
|
-
.v-application .accent--text.text--darken-3 {
|
|
4810
|
-
color: #2364aa !important;
|
|
4811
|
-
caret-color: #2364aa !important;
|
|
4812
|
-
}
|
|
4813
|
-
.v-application .accent.darken-4 {
|
|
4814
|
-
background-color: #004c90 !important;
|
|
4815
|
-
border-color: #004c90 !important;
|
|
4816
|
-
}
|
|
4817
|
-
.v-application .accent--text.text--darken-4 {
|
|
4818
|
-
color: #004c90 !important;
|
|
4819
|
-
caret-color: #004c90 !important;
|
|
4820
|
-
}
|
|
4821
|
-
.v-application .error {
|
|
4822
|
-
background-color: #ff5252 !important;
|
|
4823
|
-
border-color: #ff5252 !important;
|
|
4824
|
-
}
|
|
4825
|
-
.v-application .error--text {
|
|
4826
|
-
color: #ff5252 !important;
|
|
4827
|
-
caret-color: #ff5252 !important;
|
|
4828
|
-
}
|
|
4829
|
-
.v-application .error.lighten-5 {
|
|
4830
|
-
background-color: #ffe4d5 !important;
|
|
4831
|
-
border-color: #ffe4d5 !important;
|
|
4832
|
-
}
|
|
4833
|
-
.v-application .error--text.text--lighten-5 {
|
|
4834
|
-
color: #ffe4d5 !important;
|
|
4835
|
-
caret-color: #ffe4d5 !important;
|
|
4836
|
-
}
|
|
4837
|
-
.v-application .error.lighten-4 {
|
|
4838
|
-
background-color: #ffc6b9 !important;
|
|
4839
|
-
border-color: #ffc6b9 !important;
|
|
4840
|
-
}
|
|
4841
|
-
.v-application .error--text.text--lighten-4 {
|
|
4842
|
-
color: #ffc6b9 !important;
|
|
4843
|
-
caret-color: #ffc6b9 !important;
|
|
4844
|
-
}
|
|
4845
|
-
.v-application .error.lighten-3 {
|
|
4846
|
-
background-color: #ffa99e !important;
|
|
4847
|
-
border-color: #ffa99e !important;
|
|
4848
|
-
}
|
|
4849
|
-
.v-application .error--text.text--lighten-3 {
|
|
4850
|
-
color: #ffa99e !important;
|
|
4851
|
-
caret-color: #ffa99e !important;
|
|
4852
|
-
}
|
|
4853
|
-
.v-application .error.lighten-2 {
|
|
4854
|
-
background-color: #ff8c84 !important;
|
|
4855
|
-
border-color: #ff8c84 !important;
|
|
4856
|
-
}
|
|
4857
|
-
.v-application .error--text.text--lighten-2 {
|
|
4858
|
-
color: #ff8c84 !important;
|
|
4859
|
-
caret-color: #ff8c84 !important;
|
|
4860
|
-
}
|
|
4861
|
-
.v-application .error.lighten-1 {
|
|
4862
|
-
background-color: #ff6f6a !important;
|
|
4863
|
-
border-color: #ff6f6a !important;
|
|
4864
|
-
}
|
|
4865
|
-
.v-application .error--text.text--lighten-1 {
|
|
4866
|
-
color: #ff6f6a !important;
|
|
4867
|
-
caret-color: #ff6f6a !important;
|
|
4868
|
-
}
|
|
4869
|
-
.v-application .error.darken-1 {
|
|
4870
|
-
background-color: #df323b !important;
|
|
4871
|
-
border-color: #df323b !important;
|
|
4872
|
-
}
|
|
4873
|
-
.v-application .error--text.text--darken-1 {
|
|
4874
|
-
color: #df323b !important;
|
|
4875
|
-
caret-color: #df323b !important;
|
|
4876
|
-
}
|
|
4877
|
-
.v-application .error.darken-2 {
|
|
4878
|
-
background-color: #bf0025 !important;
|
|
4879
|
-
border-color: #bf0025 !important;
|
|
4880
|
-
}
|
|
4881
|
-
.v-application .error--text.text--darken-2 {
|
|
4882
|
-
color: #bf0025 !important;
|
|
4883
|
-
caret-color: #bf0025 !important;
|
|
4884
|
-
}
|
|
4885
|
-
.v-application .error.darken-3 {
|
|
4886
|
-
background-color: #9f0010 !important;
|
|
4887
|
-
border-color: #9f0010 !important;
|
|
4888
|
-
}
|
|
4889
|
-
.v-application .error--text.text--darken-3 {
|
|
4890
|
-
color: #9f0010 !important;
|
|
4891
|
-
caret-color: #9f0010 !important;
|
|
4892
|
-
}
|
|
4893
|
-
.v-application .error.darken-4 {
|
|
4894
|
-
background-color: #800000 !important;
|
|
4895
|
-
border-color: #800000 !important;
|
|
4896
|
-
}
|
|
4897
|
-
.v-application .error--text.text--darken-4 {
|
|
4898
|
-
color: #800000 !important;
|
|
4899
|
-
caret-color: #800000 !important;
|
|
4900
|
-
}
|
|
4901
|
-
.v-application .info {
|
|
4902
|
-
background-color: #2196f3 !important;
|
|
4903
|
-
border-color: #2196f3 !important;
|
|
4904
|
-
}
|
|
4905
|
-
.v-application .info--text {
|
|
4906
|
-
color: #2196f3 !important;
|
|
4907
|
-
caret-color: #2196f3 !important;
|
|
4908
|
-
}
|
|
4909
|
-
.v-application .info.lighten-5 {
|
|
4910
|
-
background-color: #d4ffff !important;
|
|
4911
|
-
border-color: #d4ffff !important;
|
|
4912
|
-
}
|
|
4913
|
-
.v-application .info--text.text--lighten-5 {
|
|
4914
|
-
color: #d4ffff !important;
|
|
4915
|
-
caret-color: #d4ffff !important;
|
|
4916
|
-
}
|
|
4917
|
-
.v-application .info.lighten-4 {
|
|
4918
|
-
background-color: #b5ffff !important;
|
|
4919
|
-
border-color: #b5ffff !important;
|
|
4920
|
-
}
|
|
4921
|
-
.v-application .info--text.text--lighten-4 {
|
|
4922
|
-
color: #b5ffff !important;
|
|
4923
|
-
caret-color: #b5ffff !important;
|
|
4924
|
-
}
|
|
4925
|
-
.v-application .info.lighten-3 {
|
|
4926
|
-
background-color: #95e8ff !important;
|
|
4927
|
-
border-color: #95e8ff !important;
|
|
4928
|
-
}
|
|
4929
|
-
.v-application .info--text.text--lighten-3 {
|
|
4930
|
-
color: #95e8ff !important;
|
|
4931
|
-
caret-color: #95e8ff !important;
|
|
4932
|
-
}
|
|
4933
|
-
.v-application .info.lighten-2 {
|
|
4934
|
-
background-color: #75ccff !important;
|
|
4935
|
-
border-color: #75ccff !important;
|
|
4936
|
-
}
|
|
4937
|
-
.v-application .info--text.text--lighten-2 {
|
|
4938
|
-
color: #75ccff !important;
|
|
4939
|
-
caret-color: #75ccff !important;
|
|
4940
|
-
}
|
|
4941
|
-
.v-application .info.lighten-1 {
|
|
4942
|
-
background-color: #51b0ff !important;
|
|
4943
|
-
border-color: #51b0ff !important;
|
|
4944
|
-
}
|
|
4945
|
-
.v-application .info--text.text--lighten-1 {
|
|
4946
|
-
color: #51b0ff !important;
|
|
4947
|
-
caret-color: #51b0ff !important;
|
|
4948
|
-
}
|
|
4949
|
-
.v-application .info.darken-1 {
|
|
4950
|
-
background-color: #007cd6 !important;
|
|
4951
|
-
border-color: #007cd6 !important;
|
|
4952
|
-
}
|
|
4953
|
-
.v-application .info--text.text--darken-1 {
|
|
4954
|
-
color: #007cd6 !important;
|
|
4955
|
-
caret-color: #007cd6 !important;
|
|
4956
|
-
}
|
|
4957
|
-
.v-application .info.darken-2 {
|
|
4958
|
-
background-color: #0064ba !important;
|
|
4959
|
-
border-color: #0064ba !important;
|
|
4960
|
-
}
|
|
4961
|
-
.v-application .info--text.text--darken-2 {
|
|
4962
|
-
color: #0064ba !important;
|
|
4963
|
-
caret-color: #0064ba !important;
|
|
4964
|
-
}
|
|
4965
|
-
.v-application .info.darken-3 {
|
|
4966
|
-
background-color: #004d9f !important;
|
|
4967
|
-
border-color: #004d9f !important;
|
|
4968
|
-
}
|
|
4969
|
-
.v-application .info--text.text--darken-3 {
|
|
4970
|
-
color: #004d9f !important;
|
|
4971
|
-
caret-color: #004d9f !important;
|
|
4972
|
-
}
|
|
4973
|
-
.v-application .info.darken-4 {
|
|
4974
|
-
background-color: #003784 !important;
|
|
4975
|
-
border-color: #003784 !important;
|
|
4976
|
-
}
|
|
4977
|
-
.v-application .info--text.text--darken-4 {
|
|
4978
|
-
color: #003784 !important;
|
|
4979
|
-
caret-color: #003784 !important;
|
|
4980
|
-
}
|
|
4981
|
-
.v-application .success {
|
|
4982
|
-
background-color: #4caf50 !important;
|
|
4983
|
-
border-color: #4caf50 !important;
|
|
4984
|
-
}
|
|
4985
|
-
.v-application .success--text {
|
|
4986
|
-
color: #4caf50 !important;
|
|
4987
|
-
caret-color: #4caf50 !important;
|
|
4988
|
-
}
|
|
4989
|
-
.v-application .success.lighten-5 {
|
|
4990
|
-
background-color: #dcffd6 !important;
|
|
4991
|
-
border-color: #dcffd6 !important;
|
|
4992
|
-
}
|
|
4993
|
-
.v-application .success--text.text--lighten-5 {
|
|
4994
|
-
color: #dcffd6 !important;
|
|
4995
|
-
caret-color: #dcffd6 !important;
|
|
4996
|
-
}
|
|
4997
|
-
.v-application .success.lighten-4 {
|
|
4998
|
-
background-color: #beffba !important;
|
|
4999
|
-
border-color: #beffba !important;
|
|
5000
|
-
}
|
|
5001
|
-
.v-application .success--text.text--lighten-4 {
|
|
5002
|
-
color: #beffba !important;
|
|
5003
|
-
caret-color: #beffba !important;
|
|
5004
|
-
}
|
|
5005
|
-
.v-application .success.lighten-3 {
|
|
5006
|
-
background-color: #a2ff9e !important;
|
|
5007
|
-
border-color: #a2ff9e !important;
|
|
5008
|
-
}
|
|
5009
|
-
.v-application .success--text.text--lighten-3 {
|
|
5010
|
-
color: #a2ff9e !important;
|
|
5011
|
-
caret-color: #a2ff9e !important;
|
|
5012
|
-
}
|
|
5013
|
-
.v-application .success.lighten-2 {
|
|
5014
|
-
background-color: #85e783 !important;
|
|
5015
|
-
border-color: #85e783 !important;
|
|
5016
|
-
}
|
|
5017
|
-
.v-application .success--text.text--lighten-2 {
|
|
5018
|
-
color: #85e783 !important;
|
|
5019
|
-
caret-color: #85e783 !important;
|
|
5020
|
-
}
|
|
5021
|
-
.v-application .success.lighten-1 {
|
|
5022
|
-
background-color: #69cb69 !important;
|
|
5023
|
-
border-color: #69cb69 !important;
|
|
5024
|
-
}
|
|
5025
|
-
.v-application .success--text.text--lighten-1 {
|
|
5026
|
-
color: #69cb69 !important;
|
|
5027
|
-
caret-color: #69cb69 !important;
|
|
5028
|
-
}
|
|
5029
|
-
.v-application .success.darken-1 {
|
|
5030
|
-
background-color: #2d9437 !important;
|
|
5031
|
-
border-color: #2d9437 !important;
|
|
5032
|
-
}
|
|
5033
|
-
.v-application .success--text.text--darken-1 {
|
|
5034
|
-
color: #2d9437 !important;
|
|
5035
|
-
caret-color: #2d9437 !important;
|
|
5036
|
-
}
|
|
5037
|
-
.v-application .success.darken-2 {
|
|
5038
|
-
background-color: #00791e !important;
|
|
5039
|
-
border-color: #00791e !important;
|
|
5040
|
-
}
|
|
5041
|
-
.v-application .success--text.text--darken-2 {
|
|
5042
|
-
color: #00791e !important;
|
|
5043
|
-
caret-color: #00791e !important;
|
|
5044
|
-
}
|
|
5045
|
-
.v-application .success.darken-3 {
|
|
5046
|
-
background-color: #006000 !important;
|
|
5047
|
-
border-color: #006000 !important;
|
|
5048
|
-
}
|
|
5049
|
-
.v-application .success--text.text--darken-3 {
|
|
5050
|
-
color: #006000 !important;
|
|
5051
|
-
caret-color: #006000 !important;
|
|
5052
|
-
}
|
|
5053
|
-
.v-application .success.darken-4 {
|
|
5054
|
-
background-color: #004700 !important;
|
|
5055
|
-
border-color: #004700 !important;
|
|
5056
|
-
}
|
|
5057
|
-
.v-application .success--text.text--darken-4 {
|
|
5058
|
-
color: #004700 !important;
|
|
5059
|
-
caret-color: #004700 !important;
|
|
5060
|
-
}
|
|
5061
|
-
.v-application .warning {
|
|
5062
|
-
background-color: #ffc107 !important;
|
|
5063
|
-
border-color: #ffc107 !important;
|
|
5064
|
-
}
|
|
5065
|
-
.v-application .warning--text {
|
|
5066
|
-
color: #ffc107 !important;
|
|
5067
|
-
caret-color: #ffc107 !important;
|
|
5068
|
-
}
|
|
5069
|
-
.v-application .warning.lighten-5 {
|
|
5070
|
-
background-color: #ffffae !important;
|
|
5071
|
-
border-color: #ffffae !important;
|
|
5072
|
-
}
|
|
5073
|
-
.v-application .warning--text.text--lighten-5 {
|
|
5074
|
-
color: #ffffae !important;
|
|
5075
|
-
caret-color: #ffffae !important;
|
|
5076
|
-
}
|
|
5077
|
-
.v-application .warning.lighten-4 {
|
|
5078
|
-
background-color: #ffff91 !important;
|
|
5079
|
-
border-color: #ffff91 !important;
|
|
5080
|
-
}
|
|
5081
|
-
.v-application .warning--text.text--lighten-4 {
|
|
5082
|
-
color: #ffff91 !important;
|
|
5083
|
-
caret-color: #ffff91 !important;
|
|
5084
|
-
}
|
|
5085
|
-
.v-application .warning.lighten-3 {
|
|
5086
|
-
background-color: #ffff74 !important;
|
|
5087
|
-
border-color: #ffff74 !important;
|
|
5088
|
-
}
|
|
5089
|
-
.v-application .warning--text.text--lighten-3 {
|
|
5090
|
-
color: #ffff74 !important;
|
|
5091
|
-
caret-color: #ffff74 !important;
|
|
5092
|
-
}
|
|
5093
|
-
.v-application .warning.lighten-2 {
|
|
5094
|
-
background-color: #fff956 !important;
|
|
5095
|
-
border-color: #fff956 !important;
|
|
5096
|
-
}
|
|
5097
|
-
.v-application .warning--text.text--lighten-2 {
|
|
5098
|
-
color: #fff956 !important;
|
|
5099
|
-
caret-color: #fff956 !important;
|
|
5100
|
-
}
|
|
5101
|
-
.v-application .warning.lighten-1 {
|
|
5102
|
-
background-color: #ffdd37 !important;
|
|
5103
|
-
border-color: #ffdd37 !important;
|
|
5104
|
-
}
|
|
5105
|
-
.v-application .warning--text.text--lighten-1 {
|
|
5106
|
-
color: #ffdd37 !important;
|
|
5107
|
-
caret-color: #ffdd37 !important;
|
|
5108
|
-
}
|
|
5109
|
-
.v-application .warning.darken-1 {
|
|
5110
|
-
background-color: #e0a600 !important;
|
|
5111
|
-
border-color: #e0a600 !important;
|
|
5112
|
-
}
|
|
5113
|
-
.v-application .warning--text.text--darken-1 {
|
|
5114
|
-
color: #e0a600 !important;
|
|
5115
|
-
caret-color: #e0a600 !important;
|
|
5116
|
-
}
|
|
5117
|
-
.v-application .warning.darken-2 {
|
|
5118
|
-
background-color: #c18c00 !important;
|
|
5119
|
-
border-color: #c18c00 !important;
|
|
5120
|
-
}
|
|
5121
|
-
.v-application .warning--text.text--darken-2 {
|
|
5122
|
-
color: #c18c00 !important;
|
|
5123
|
-
caret-color: #c18c00 !important;
|
|
5124
|
-
}
|
|
5125
|
-
.v-application .warning.darken-3 {
|
|
5126
|
-
background-color: #a27300 !important;
|
|
5127
|
-
border-color: #a27300 !important;
|
|
5128
|
-
}
|
|
5129
|
-
.v-application .warning--text.text--darken-3 {
|
|
5130
|
-
color: #a27300 !important;
|
|
5131
|
-
caret-color: #a27300 !important;
|
|
5132
|
-
}
|
|
5133
|
-
.v-application .warning.darken-4 {
|
|
5134
|
-
background-color: #855a00 !important;
|
|
5135
|
-
border-color: #855a00 !important;
|
|
5136
|
-
}
|
|
5137
|
-
.v-application .warning--text.text--darken-4 {
|
|
5138
|
-
color: #855a00 !important;
|
|
5139
|
-
caret-color: #855a00 !important;
|
|
5140
|
-
}"
|
|
5141
|
-
`;
|
|
5142
|
-
|
|
5143
|
-
exports[`Theme.ts should set theme with vue-meta@2 1`] = `
|
|
5144
|
-
".v-application a { color: #1976d2; }
|
|
5145
|
-
.v-application .primary {
|
|
5146
|
-
background-color: #1976d2 !important;
|
|
5147
|
-
border-color: #1976d2 !important;
|
|
5148
|
-
}
|
|
5149
|
-
.v-application .primary--text {
|
|
5150
|
-
color: #1976d2 !important;
|
|
5151
|
-
caret-color: #1976d2 !important;
|
|
5152
|
-
}
|
|
5153
|
-
.v-application .primary.lighten-5 {
|
|
5154
|
-
background-color: #c7fdff !important;
|
|
5155
|
-
border-color: #c7fdff !important;
|
|
5156
|
-
}
|
|
5157
|
-
.v-application .primary--text.text--lighten-5 {
|
|
5158
|
-
color: #c7fdff !important;
|
|
5159
|
-
caret-color: #c7fdff !important;
|
|
5160
|
-
}
|
|
5161
|
-
.v-application .primary.lighten-4 {
|
|
5162
|
-
background-color: #a8e0ff !important;
|
|
5163
|
-
border-color: #a8e0ff !important;
|
|
5164
|
-
}
|
|
5165
|
-
.v-application .primary--text.text--lighten-4 {
|
|
5166
|
-
color: #a8e0ff !important;
|
|
5167
|
-
caret-color: #a8e0ff !important;
|
|
5168
|
-
}
|
|
5169
|
-
.v-application .primary.lighten-3 {
|
|
5170
|
-
background-color: #8ac5ff !important;
|
|
5171
|
-
border-color: #8ac5ff !important;
|
|
5172
|
-
}
|
|
5173
|
-
.v-application .primary--text.text--lighten-3 {
|
|
5174
|
-
color: #8ac5ff !important;
|
|
5175
|
-
caret-color: #8ac5ff !important;
|
|
5176
|
-
}
|
|
5177
|
-
.v-application .primary.lighten-2 {
|
|
5178
|
-
background-color: #6aaaff !important;
|
|
5179
|
-
border-color: #6aaaff !important;
|
|
5180
|
-
}
|
|
5181
|
-
.v-application .primary--text.text--lighten-2 {
|
|
5182
|
-
color: #6aaaff !important;
|
|
5183
|
-
caret-color: #6aaaff !important;
|
|
5184
|
-
}
|
|
5185
|
-
.v-application .primary.lighten-1 {
|
|
5186
|
-
background-color: #488fef !important;
|
|
5187
|
-
border-color: #488fef !important;
|
|
5188
|
-
}
|
|
5189
|
-
.v-application .primary--text.text--lighten-1 {
|
|
5190
|
-
color: #488fef !important;
|
|
5191
|
-
caret-color: #488fef !important;
|
|
5192
|
-
}
|
|
5193
|
-
.v-application .primary.darken-1 {
|
|
5194
|
-
background-color: #005eb6 !important;
|
|
5195
|
-
border-color: #005eb6 !important;
|
|
5196
|
-
}
|
|
5197
|
-
.v-application .primary--text.text--darken-1 {
|
|
5198
|
-
color: #005eb6 !important;
|
|
5199
|
-
caret-color: #005eb6 !important;
|
|
5200
|
-
}
|
|
5201
|
-
.v-application .primary.darken-2 {
|
|
5202
|
-
background-color: #00479b !important;
|
|
5203
|
-
border-color: #00479b !important;
|
|
5204
|
-
}
|
|
5205
|
-
.v-application .primary--text.text--darken-2 {
|
|
5206
|
-
color: #00479b !important;
|
|
5207
|
-
caret-color: #00479b !important;
|
|
5208
|
-
}
|
|
5209
|
-
.v-application .primary.darken-3 {
|
|
5210
|
-
background-color: #003180 !important;
|
|
5211
|
-
border-color: #003180 !important;
|
|
5212
|
-
}
|
|
5213
|
-
.v-application .primary--text.text--darken-3 {
|
|
5214
|
-
color: #003180 !important;
|
|
5215
|
-
caret-color: #003180 !important;
|
|
5216
|
-
}
|
|
5217
|
-
.v-application .primary.darken-4 {
|
|
5218
|
-
background-color: #001e67 !important;
|
|
5219
|
-
border-color: #001e67 !important;
|
|
5220
|
-
}
|
|
5221
|
-
.v-application .primary--text.text--darken-4 {
|
|
5222
|
-
color: #001e67 !important;
|
|
5223
|
-
caret-color: #001e67 !important;
|
|
5224
|
-
}
|
|
5225
|
-
.v-application .secondary {
|
|
5226
|
-
background-color: #424242 !important;
|
|
5227
|
-
border-color: #424242 !important;
|
|
5228
|
-
}
|
|
5229
|
-
.v-application .secondary--text {
|
|
5230
|
-
color: #424242 !important;
|
|
5231
|
-
caret-color: #424242 !important;
|
|
5232
|
-
}
|
|
5233
|
-
.v-application .secondary.lighten-5 {
|
|
5234
|
-
background-color: #c1c1c1 !important;
|
|
5235
|
-
border-color: #c1c1c1 !important;
|
|
5236
|
-
}
|
|
5237
|
-
.v-application .secondary--text.text--lighten-5 {
|
|
5238
|
-
color: #c1c1c1 !important;
|
|
5239
|
-
caret-color: #c1c1c1 !important;
|
|
5240
|
-
}
|
|
5241
|
-
.v-application .secondary.lighten-4 {
|
|
5242
|
-
background-color: #a6a6a6 !important;
|
|
5243
|
-
border-color: #a6a6a6 !important;
|
|
5244
|
-
}
|
|
5245
|
-
.v-application .secondary--text.text--lighten-4 {
|
|
5246
|
-
color: #a6a6a6 !important;
|
|
5247
|
-
caret-color: #a6a6a6 !important;
|
|
5248
|
-
}
|
|
5249
|
-
.v-application .secondary.lighten-3 {
|
|
5250
|
-
background-color: #8b8b8b !important;
|
|
5251
|
-
border-color: #8b8b8b !important;
|
|
5252
|
-
}
|
|
5253
|
-
.v-application .secondary--text.text--lighten-3 {
|
|
5254
|
-
color: #8b8b8b !important;
|
|
5255
|
-
caret-color: #8b8b8b !important;
|
|
5256
|
-
}
|
|
5257
|
-
.v-application .secondary.lighten-2 {
|
|
5258
|
-
background-color: #727272 !important;
|
|
5259
|
-
border-color: #727272 !important;
|
|
5260
|
-
}
|
|
5261
|
-
.v-application .secondary--text.text--lighten-2 {
|
|
5262
|
-
color: #727272 !important;
|
|
5263
|
-
caret-color: #727272 !important;
|
|
5264
|
-
}
|
|
5265
|
-
.v-application .secondary.lighten-1 {
|
|
5266
|
-
background-color: #595959 !important;
|
|
5267
|
-
border-color: #595959 !important;
|
|
5268
|
-
}
|
|
5269
|
-
.v-application .secondary--text.text--lighten-1 {
|
|
5270
|
-
color: #595959 !important;
|
|
5271
|
-
caret-color: #595959 !important;
|
|
5272
|
-
}
|
|
5273
|
-
.v-application .secondary.darken-1 {
|
|
5274
|
-
background-color: #2c2c2c !important;
|
|
5275
|
-
border-color: #2c2c2c !important;
|
|
5276
|
-
}
|
|
5277
|
-
.v-application .secondary--text.text--darken-1 {
|
|
5278
|
-
color: #2c2c2c !important;
|
|
5279
|
-
caret-color: #2c2c2c !important;
|
|
5280
|
-
}
|
|
5281
|
-
.v-application .secondary.darken-2 {
|
|
5282
|
-
background-color: #171717 !important;
|
|
5283
|
-
border-color: #171717 !important;
|
|
5284
|
-
}
|
|
5285
|
-
.v-application .secondary--text.text--darken-2 {
|
|
5286
|
-
color: #171717 !important;
|
|
5287
|
-
caret-color: #171717 !important;
|
|
5288
|
-
}
|
|
5289
|
-
.v-application .secondary.darken-3 {
|
|
5290
|
-
background-color: #000000 !important;
|
|
5291
|
-
border-color: #000000 !important;
|
|
5292
|
-
}
|
|
5293
|
-
.v-application .secondary--text.text--darken-3 {
|
|
5294
|
-
color: #000000 !important;
|
|
5295
|
-
caret-color: #000000 !important;
|
|
5296
|
-
}
|
|
5297
|
-
.v-application .secondary.darken-4 {
|
|
5298
|
-
background-color: #000000 !important;
|
|
5299
|
-
border-color: #000000 !important;
|
|
5300
|
-
}
|
|
5301
|
-
.v-application .secondary--text.text--darken-4 {
|
|
5302
|
-
color: #000000 !important;
|
|
5303
|
-
caret-color: #000000 !important;
|
|
5304
|
-
}
|
|
5305
|
-
.v-application .accent {
|
|
5306
|
-
background-color: #82b1ff !important;
|
|
5307
|
-
border-color: #82b1ff !important;
|
|
5308
|
-
}
|
|
5309
|
-
.v-application .accent--text {
|
|
5310
|
-
color: #82b1ff !important;
|
|
5311
|
-
caret-color: #82b1ff !important;
|
|
5312
|
-
}
|
|
5313
|
-
.v-application .accent.lighten-5 {
|
|
5314
|
-
background-color: #ffffff !important;
|
|
5315
|
-
border-color: #ffffff !important;
|
|
5316
|
-
}
|
|
5317
|
-
.v-application .accent--text.text--lighten-5 {
|
|
5318
|
-
color: #ffffff !important;
|
|
5319
|
-
caret-color: #ffffff !important;
|
|
5320
|
-
}
|
|
5321
|
-
.v-application .accent.lighten-4 {
|
|
5322
|
-
background-color: #f8ffff !important;
|
|
5323
|
-
border-color: #f8ffff !important;
|
|
5324
|
-
}
|
|
5325
|
-
.v-application .accent--text.text--lighten-4 {
|
|
5326
|
-
color: #f8ffff !important;
|
|
5327
|
-
caret-color: #f8ffff !important;
|
|
5328
|
-
}
|
|
5329
|
-
.v-application .accent.lighten-3 {
|
|
5330
|
-
background-color: #daffff !important;
|
|
5331
|
-
border-color: #daffff !important;
|
|
5332
|
-
}
|
|
5333
|
-
.v-application .accent--text.text--lighten-3 {
|
|
5334
|
-
color: #daffff !important;
|
|
5335
|
-
caret-color: #daffff !important;
|
|
5336
|
-
}
|
|
5337
|
-
.v-application .accent.lighten-2 {
|
|
5338
|
-
background-color: #bce8ff !important;
|
|
5339
|
-
border-color: #bce8ff !important;
|
|
5340
|
-
}
|
|
5341
|
-
.v-application .accent--text.text--lighten-2 {
|
|
5342
|
-
color: #bce8ff !important;
|
|
5343
|
-
caret-color: #bce8ff !important;
|
|
5344
|
-
}
|
|
5345
|
-
.v-application .accent.lighten-1 {
|
|
5346
|
-
background-color: #9fccff !important;
|
|
5347
|
-
border-color: #9fccff !important;
|
|
5348
|
-
}
|
|
5349
|
-
.v-application .accent--text.text--lighten-1 {
|
|
5350
|
-
color: #9fccff !important;
|
|
5351
|
-
caret-color: #9fccff !important;
|
|
5352
|
-
}
|
|
5353
|
-
.v-application .accent.darken-1 {
|
|
5354
|
-
background-color: #6596e2 !important;
|
|
5355
|
-
border-color: #6596e2 !important;
|
|
5356
|
-
}
|
|
5357
|
-
.v-application .accent--text.text--darken-1 {
|
|
5358
|
-
color: #6596e2 !important;
|
|
5359
|
-
caret-color: #6596e2 !important;
|
|
5360
|
-
}
|
|
5361
|
-
.v-application .accent.darken-2 {
|
|
5362
|
-
background-color: #467dc6 !important;
|
|
5363
|
-
border-color: #467dc6 !important;
|
|
5364
|
-
}
|
|
5365
|
-
.v-application .accent--text.text--darken-2 {
|
|
5366
|
-
color: #467dc6 !important;
|
|
5367
|
-
caret-color: #467dc6 !important;
|
|
5368
|
-
}
|
|
5369
|
-
.v-application .accent.darken-3 {
|
|
5370
|
-
background-color: #2364aa !important;
|
|
5371
|
-
border-color: #2364aa !important;
|
|
5372
|
-
}
|
|
5373
|
-
.v-application .accent--text.text--darken-3 {
|
|
5374
|
-
color: #2364aa !important;
|
|
5375
|
-
caret-color: #2364aa !important;
|
|
5376
|
-
}
|
|
5377
|
-
.v-application .accent.darken-4 {
|
|
5378
|
-
background-color: #004c90 !important;
|
|
5379
|
-
border-color: #004c90 !important;
|
|
5380
|
-
}
|
|
5381
|
-
.v-application .accent--text.text--darken-4 {
|
|
5382
|
-
color: #004c90 !important;
|
|
5383
|
-
caret-color: #004c90 !important;
|
|
5384
|
-
}
|
|
5385
|
-
.v-application .error {
|
|
5386
|
-
background-color: #ff5252 !important;
|
|
5387
|
-
border-color: #ff5252 !important;
|
|
5388
|
-
}
|
|
5389
|
-
.v-application .error--text {
|
|
5390
|
-
color: #ff5252 !important;
|
|
5391
|
-
caret-color: #ff5252 !important;
|
|
5392
|
-
}
|
|
5393
|
-
.v-application .error.lighten-5 {
|
|
5394
|
-
background-color: #ffe4d5 !important;
|
|
5395
|
-
border-color: #ffe4d5 !important;
|
|
5396
|
-
}
|
|
5397
|
-
.v-application .error--text.text--lighten-5 {
|
|
5398
|
-
color: #ffe4d5 !important;
|
|
5399
|
-
caret-color: #ffe4d5 !important;
|
|
5400
|
-
}
|
|
5401
|
-
.v-application .error.lighten-4 {
|
|
5402
|
-
background-color: #ffc6b9 !important;
|
|
5403
|
-
border-color: #ffc6b9 !important;
|
|
5404
|
-
}
|
|
5405
|
-
.v-application .error--text.text--lighten-4 {
|
|
5406
|
-
color: #ffc6b9 !important;
|
|
5407
|
-
caret-color: #ffc6b9 !important;
|
|
5408
|
-
}
|
|
5409
|
-
.v-application .error.lighten-3 {
|
|
5410
|
-
background-color: #ffa99e !important;
|
|
5411
|
-
border-color: #ffa99e !important;
|
|
5412
|
-
}
|
|
5413
|
-
.v-application .error--text.text--lighten-3 {
|
|
5414
|
-
color: #ffa99e !important;
|
|
5415
|
-
caret-color: #ffa99e !important;
|
|
5416
|
-
}
|
|
5417
|
-
.v-application .error.lighten-2 {
|
|
5418
|
-
background-color: #ff8c84 !important;
|
|
5419
|
-
border-color: #ff8c84 !important;
|
|
5420
|
-
}
|
|
5421
|
-
.v-application .error--text.text--lighten-2 {
|
|
5422
|
-
color: #ff8c84 !important;
|
|
5423
|
-
caret-color: #ff8c84 !important;
|
|
5424
|
-
}
|
|
5425
|
-
.v-application .error.lighten-1 {
|
|
5426
|
-
background-color: #ff6f6a !important;
|
|
5427
|
-
border-color: #ff6f6a !important;
|
|
5428
|
-
}
|
|
5429
|
-
.v-application .error--text.text--lighten-1 {
|
|
5430
|
-
color: #ff6f6a !important;
|
|
5431
|
-
caret-color: #ff6f6a !important;
|
|
5432
|
-
}
|
|
5433
|
-
.v-application .error.darken-1 {
|
|
5434
|
-
background-color: #df323b !important;
|
|
5435
|
-
border-color: #df323b !important;
|
|
5436
|
-
}
|
|
5437
|
-
.v-application .error--text.text--darken-1 {
|
|
5438
|
-
color: #df323b !important;
|
|
5439
|
-
caret-color: #df323b !important;
|
|
5440
|
-
}
|
|
5441
|
-
.v-application .error.darken-2 {
|
|
5442
|
-
background-color: #bf0025 !important;
|
|
5443
|
-
border-color: #bf0025 !important;
|
|
5444
|
-
}
|
|
5445
|
-
.v-application .error--text.text--darken-2 {
|
|
5446
|
-
color: #bf0025 !important;
|
|
5447
|
-
caret-color: #bf0025 !important;
|
|
5448
|
-
}
|
|
5449
|
-
.v-application .error.darken-3 {
|
|
5450
|
-
background-color: #9f0010 !important;
|
|
5451
|
-
border-color: #9f0010 !important;
|
|
5452
|
-
}
|
|
5453
|
-
.v-application .error--text.text--darken-3 {
|
|
5454
|
-
color: #9f0010 !important;
|
|
5455
|
-
caret-color: #9f0010 !important;
|
|
5456
|
-
}
|
|
5457
|
-
.v-application .error.darken-4 {
|
|
5458
|
-
background-color: #800000 !important;
|
|
5459
|
-
border-color: #800000 !important;
|
|
5460
|
-
}
|
|
5461
|
-
.v-application .error--text.text--darken-4 {
|
|
5462
|
-
color: #800000 !important;
|
|
5463
|
-
caret-color: #800000 !important;
|
|
5464
|
-
}
|
|
5465
|
-
.v-application .info {
|
|
5466
|
-
background-color: #2196f3 !important;
|
|
5467
|
-
border-color: #2196f3 !important;
|
|
5468
|
-
}
|
|
5469
|
-
.v-application .info--text {
|
|
5470
|
-
color: #2196f3 !important;
|
|
5471
|
-
caret-color: #2196f3 !important;
|
|
5472
|
-
}
|
|
5473
|
-
.v-application .info.lighten-5 {
|
|
5474
|
-
background-color: #d4ffff !important;
|
|
5475
|
-
border-color: #d4ffff !important;
|
|
5476
|
-
}
|
|
5477
|
-
.v-application .info--text.text--lighten-5 {
|
|
5478
|
-
color: #d4ffff !important;
|
|
5479
|
-
caret-color: #d4ffff !important;
|
|
5480
|
-
}
|
|
5481
|
-
.v-application .info.lighten-4 {
|
|
5482
|
-
background-color: #b5ffff !important;
|
|
5483
|
-
border-color: #b5ffff !important;
|
|
5484
|
-
}
|
|
5485
|
-
.v-application .info--text.text--lighten-4 {
|
|
5486
|
-
color: #b5ffff !important;
|
|
5487
|
-
caret-color: #b5ffff !important;
|
|
5488
|
-
}
|
|
5489
|
-
.v-application .info.lighten-3 {
|
|
5490
|
-
background-color: #95e8ff !important;
|
|
5491
|
-
border-color: #95e8ff !important;
|
|
5492
|
-
}
|
|
5493
|
-
.v-application .info--text.text--lighten-3 {
|
|
5494
|
-
color: #95e8ff !important;
|
|
5495
|
-
caret-color: #95e8ff !important;
|
|
5496
|
-
}
|
|
5497
|
-
.v-application .info.lighten-2 {
|
|
5498
|
-
background-color: #75ccff !important;
|
|
5499
|
-
border-color: #75ccff !important;
|
|
5500
|
-
}
|
|
5501
|
-
.v-application .info--text.text--lighten-2 {
|
|
5502
|
-
color: #75ccff !important;
|
|
5503
|
-
caret-color: #75ccff !important;
|
|
5504
|
-
}
|
|
5505
|
-
.v-application .info.lighten-1 {
|
|
5506
|
-
background-color: #51b0ff !important;
|
|
5507
|
-
border-color: #51b0ff !important;
|
|
5508
|
-
}
|
|
5509
|
-
.v-application .info--text.text--lighten-1 {
|
|
5510
|
-
color: #51b0ff !important;
|
|
5511
|
-
caret-color: #51b0ff !important;
|
|
5512
|
-
}
|
|
5513
|
-
.v-application .info.darken-1 {
|
|
5514
|
-
background-color: #007cd6 !important;
|
|
5515
|
-
border-color: #007cd6 !important;
|
|
5516
|
-
}
|
|
5517
|
-
.v-application .info--text.text--darken-1 {
|
|
5518
|
-
color: #007cd6 !important;
|
|
5519
|
-
caret-color: #007cd6 !important;
|
|
5520
|
-
}
|
|
5521
|
-
.v-application .info.darken-2 {
|
|
5522
|
-
background-color: #0064ba !important;
|
|
5523
|
-
border-color: #0064ba !important;
|
|
5524
|
-
}
|
|
5525
|
-
.v-application .info--text.text--darken-2 {
|
|
5526
|
-
color: #0064ba !important;
|
|
5527
|
-
caret-color: #0064ba !important;
|
|
5528
|
-
}
|
|
5529
|
-
.v-application .info.darken-3 {
|
|
5530
|
-
background-color: #004d9f !important;
|
|
5531
|
-
border-color: #004d9f !important;
|
|
5532
|
-
}
|
|
5533
|
-
.v-application .info--text.text--darken-3 {
|
|
5534
|
-
color: #004d9f !important;
|
|
5535
|
-
caret-color: #004d9f !important;
|
|
5536
|
-
}
|
|
5537
|
-
.v-application .info.darken-4 {
|
|
5538
|
-
background-color: #003784 !important;
|
|
5539
|
-
border-color: #003784 !important;
|
|
5540
|
-
}
|
|
5541
|
-
.v-application .info--text.text--darken-4 {
|
|
5542
|
-
color: #003784 !important;
|
|
5543
|
-
caret-color: #003784 !important;
|
|
5544
|
-
}
|
|
5545
|
-
.v-application .success {
|
|
5546
|
-
background-color: #4caf50 !important;
|
|
5547
|
-
border-color: #4caf50 !important;
|
|
5548
|
-
}
|
|
5549
|
-
.v-application .success--text {
|
|
5550
|
-
color: #4caf50 !important;
|
|
5551
|
-
caret-color: #4caf50 !important;
|
|
5552
|
-
}
|
|
5553
|
-
.v-application .success.lighten-5 {
|
|
5554
|
-
background-color: #dcffd6 !important;
|
|
5555
|
-
border-color: #dcffd6 !important;
|
|
5556
|
-
}
|
|
5557
|
-
.v-application .success--text.text--lighten-5 {
|
|
5558
|
-
color: #dcffd6 !important;
|
|
5559
|
-
caret-color: #dcffd6 !important;
|
|
5560
|
-
}
|
|
5561
|
-
.v-application .success.lighten-4 {
|
|
5562
|
-
background-color: #beffba !important;
|
|
5563
|
-
border-color: #beffba !important;
|
|
5564
|
-
}
|
|
5565
|
-
.v-application .success--text.text--lighten-4 {
|
|
5566
|
-
color: #beffba !important;
|
|
5567
|
-
caret-color: #beffba !important;
|
|
5568
|
-
}
|
|
5569
|
-
.v-application .success.lighten-3 {
|
|
5570
|
-
background-color: #a2ff9e !important;
|
|
5571
|
-
border-color: #a2ff9e !important;
|
|
5572
|
-
}
|
|
5573
|
-
.v-application .success--text.text--lighten-3 {
|
|
5574
|
-
color: #a2ff9e !important;
|
|
5575
|
-
caret-color: #a2ff9e !important;
|
|
5576
|
-
}
|
|
5577
|
-
.v-application .success.lighten-2 {
|
|
5578
|
-
background-color: #85e783 !important;
|
|
5579
|
-
border-color: #85e783 !important;
|
|
5580
|
-
}
|
|
5581
|
-
.v-application .success--text.text--lighten-2 {
|
|
5582
|
-
color: #85e783 !important;
|
|
5583
|
-
caret-color: #85e783 !important;
|
|
5584
|
-
}
|
|
5585
|
-
.v-application .success.lighten-1 {
|
|
5586
|
-
background-color: #69cb69 !important;
|
|
5587
|
-
border-color: #69cb69 !important;
|
|
5588
|
-
}
|
|
5589
|
-
.v-application .success--text.text--lighten-1 {
|
|
5590
|
-
color: #69cb69 !important;
|
|
5591
|
-
caret-color: #69cb69 !important;
|
|
5592
|
-
}
|
|
5593
|
-
.v-application .success.darken-1 {
|
|
5594
|
-
background-color: #2d9437 !important;
|
|
5595
|
-
border-color: #2d9437 !important;
|
|
5596
|
-
}
|
|
5597
|
-
.v-application .success--text.text--darken-1 {
|
|
5598
|
-
color: #2d9437 !important;
|
|
5599
|
-
caret-color: #2d9437 !important;
|
|
5600
|
-
}
|
|
5601
|
-
.v-application .success.darken-2 {
|
|
5602
|
-
background-color: #00791e !important;
|
|
5603
|
-
border-color: #00791e !important;
|
|
5604
|
-
}
|
|
5605
|
-
.v-application .success--text.text--darken-2 {
|
|
5606
|
-
color: #00791e !important;
|
|
5607
|
-
caret-color: #00791e !important;
|
|
5608
|
-
}
|
|
5609
|
-
.v-application .success.darken-3 {
|
|
5610
|
-
background-color: #006000 !important;
|
|
5611
|
-
border-color: #006000 !important;
|
|
5612
|
-
}
|
|
5613
|
-
.v-application .success--text.text--darken-3 {
|
|
5614
|
-
color: #006000 !important;
|
|
5615
|
-
caret-color: #006000 !important;
|
|
5616
|
-
}
|
|
5617
|
-
.v-application .success.darken-4 {
|
|
5618
|
-
background-color: #004700 !important;
|
|
5619
|
-
border-color: #004700 !important;
|
|
5620
|
-
}
|
|
5621
|
-
.v-application .success--text.text--darken-4 {
|
|
5622
|
-
color: #004700 !important;
|
|
5623
|
-
caret-color: #004700 !important;
|
|
5624
|
-
}
|
|
5625
|
-
.v-application .warning {
|
|
5626
|
-
background-color: #ffc107 !important;
|
|
5627
|
-
border-color: #ffc107 !important;
|
|
5628
|
-
}
|
|
5629
|
-
.v-application .warning--text {
|
|
5630
|
-
color: #ffc107 !important;
|
|
5631
|
-
caret-color: #ffc107 !important;
|
|
5632
|
-
}
|
|
5633
|
-
.v-application .warning.lighten-5 {
|
|
5634
|
-
background-color: #ffffae !important;
|
|
5635
|
-
border-color: #ffffae !important;
|
|
5636
|
-
}
|
|
5637
|
-
.v-application .warning--text.text--lighten-5 {
|
|
5638
|
-
color: #ffffae !important;
|
|
5639
|
-
caret-color: #ffffae !important;
|
|
5640
|
-
}
|
|
5641
|
-
.v-application .warning.lighten-4 {
|
|
5642
|
-
background-color: #ffff91 !important;
|
|
5643
|
-
border-color: #ffff91 !important;
|
|
5644
|
-
}
|
|
5645
|
-
.v-application .warning--text.text--lighten-4 {
|
|
5646
|
-
color: #ffff91 !important;
|
|
5647
|
-
caret-color: #ffff91 !important;
|
|
5648
|
-
}
|
|
5649
|
-
.v-application .warning.lighten-3 {
|
|
5650
|
-
background-color: #ffff74 !important;
|
|
5651
|
-
border-color: #ffff74 !important;
|
|
5652
|
-
}
|
|
5653
|
-
.v-application .warning--text.text--lighten-3 {
|
|
5654
|
-
color: #ffff74 !important;
|
|
5655
|
-
caret-color: #ffff74 !important;
|
|
5656
|
-
}
|
|
5657
|
-
.v-application .warning.lighten-2 {
|
|
5658
|
-
background-color: #fff956 !important;
|
|
5659
|
-
border-color: #fff956 !important;
|
|
5660
|
-
}
|
|
5661
|
-
.v-application .warning--text.text--lighten-2 {
|
|
5662
|
-
color: #fff956 !important;
|
|
5663
|
-
caret-color: #fff956 !important;
|
|
5664
|
-
}
|
|
5665
|
-
.v-application .warning.lighten-1 {
|
|
5666
|
-
background-color: #ffdd37 !important;
|
|
5667
|
-
border-color: #ffdd37 !important;
|
|
5668
|
-
}
|
|
5669
|
-
.v-application .warning--text.text--lighten-1 {
|
|
5670
|
-
color: #ffdd37 !important;
|
|
5671
|
-
caret-color: #ffdd37 !important;
|
|
5672
|
-
}
|
|
5673
|
-
.v-application .warning.darken-1 {
|
|
5674
|
-
background-color: #e0a600 !important;
|
|
5675
|
-
border-color: #e0a600 !important;
|
|
5676
|
-
}
|
|
5677
|
-
.v-application .warning--text.text--darken-1 {
|
|
5678
|
-
color: #e0a600 !important;
|
|
5679
|
-
caret-color: #e0a600 !important;
|
|
5680
|
-
}
|
|
5681
|
-
.v-application .warning.darken-2 {
|
|
5682
|
-
background-color: #c18c00 !important;
|
|
5683
|
-
border-color: #c18c00 !important;
|
|
5684
|
-
}
|
|
5685
|
-
.v-application .warning--text.text--darken-2 {
|
|
5686
|
-
color: #c18c00 !important;
|
|
5687
|
-
caret-color: #c18c00 !important;
|
|
5688
|
-
}
|
|
5689
|
-
.v-application .warning.darken-3 {
|
|
5690
|
-
background-color: #a27300 !important;
|
|
5691
|
-
border-color: #a27300 !important;
|
|
5692
|
-
}
|
|
5693
|
-
.v-application .warning--text.text--darken-3 {
|
|
5694
|
-
color: #a27300 !important;
|
|
5695
|
-
caret-color: #a27300 !important;
|
|
5696
|
-
}
|
|
5697
|
-
.v-application .warning.darken-4 {
|
|
5698
|
-
background-color: #855a00 !important;
|
|
5699
|
-
border-color: #855a00 !important;
|
|
5700
|
-
}
|
|
5701
|
-
.v-application .warning--text.text--darken-4 {
|
|
5702
|
-
color: #855a00 !important;
|
|
5703
|
-
caret-color: #855a00 !important;
|
|
5704
|
-
}"
|
|
5705
|
-
`;
|
|
5706
|
-
|
|
5707
4579
|
exports[`Theme.ts should use themeCache 1`] = `
|
|
5708
4580
|
".v-application a { color: #1976d2; }
|
|
5709
4581
|
.v-application .primary {
|