accrete 0.0.121__py3-none-any.whl → 0.0.123__py3-none-any.whl
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.
- accrete/contrib/country/__init__.py +0 -0
- accrete/contrib/country/admin.py +11 -0
- accrete/contrib/country/apps.py +6 -0
- accrete/contrib/country/migrations/0001_initial.py +33 -0
- accrete/contrib/country/migrations/0002_auto_20250219_1759.py +286 -0
- accrete/contrib/country/migrations/__init__.py +0 -0
- accrete/contrib/country/models.py +42 -0
- accrete/contrib/ui/static/bulma/README.md +4 -4
- accrete/contrib/ui/static/bulma/bulma.scss +1 -1
- accrete/contrib/ui/static/bulma/css/bulma.css +57 -49
- accrete/contrib/ui/static/bulma/css/bulma.css.map +1 -1
- accrete/contrib/ui/static/bulma/css/bulma.min.css +2 -2
- accrete/contrib/ui/static/bulma/css/versions/bulma-no-dark-mode.css +25 -17
- accrete/contrib/ui/static/bulma/css/versions/bulma-no-dark-mode.css.map +1 -1
- accrete/contrib/ui/static/bulma/css/versions/bulma-no-dark-mode.min.css +2 -2
- accrete/contrib/ui/static/bulma/css/versions/bulma-no-helpers-prefixed.css +2813 -2
- accrete/contrib/ui/static/bulma/css/versions/bulma-no-helpers-prefixed.css.map +1 -1
- accrete/contrib/ui/static/bulma/css/versions/bulma-no-helpers-prefixed.min.css +2 -2
- accrete/contrib/ui/static/bulma/css/versions/bulma-no-helpers.css +2813 -2
- accrete/contrib/ui/static/bulma/css/versions/bulma-no-helpers.css.map +1 -1
- accrete/contrib/ui/static/bulma/css/versions/bulma-no-helpers.min.css +2 -2
- accrete/contrib/ui/static/bulma/{versions → css/versions}/bulma-prefixed.css +1974 -1966
- accrete/contrib/ui/static/bulma/css/versions/{bulma-prefixed.min.css.map → bulma-prefixed.css.map} +1 -1
- accrete/contrib/ui/static/bulma/css/versions/bulma-prefixed.min.css +2 -21550
- accrete/contrib/ui/static/bulma/package.json +6 -6
- accrete/contrib/ui/static/bulma/sass/elements/button.scss +6 -0
- accrete/contrib/ui/static/bulma/sass/elements/image.scss +4 -2
- accrete/contrib/ui/static/bulma/sass/elements/title.scss +4 -2
- accrete/contrib/ui/static/bulma/sass/form/input-textarea.scss +3 -1
- accrete/contrib/ui/static/bulma/sass/form/shared.scss +7 -5
- accrete/contrib/ui/static/bulma/sass/helpers/aspect-ratio.scss +5 -3
- accrete/contrib/ui/static/bulma/sass/helpers/border.scss +1 -1
- accrete/contrib/ui/static/bulma/sass/helpers/color.scss +40 -40
- accrete/contrib/ui/static/bulma/sass/helpers/flexbox.scss +7 -7
- accrete/contrib/ui/static/bulma/sass/helpers/float.scss +7 -7
- accrete/contrib/ui/static/bulma/sass/helpers/gap.scss +3 -3
- accrete/contrib/ui/static/bulma/sass/helpers/other.scss +4 -4
- accrete/contrib/ui/static/bulma/sass/helpers/overflow.scss +4 -4
- accrete/contrib/ui/static/bulma/sass/helpers/position.scss +4 -4
- accrete/contrib/ui/static/bulma/sass/helpers/spacing.scss +6 -6
- accrete/contrib/ui/static/bulma/sass/helpers/typography.scss +29 -27
- accrete/contrib/ui/static/bulma/sass/helpers/visibility.scss +61 -61
- accrete/contrib/ui/static/bulma/sass/layout/hero.scss +6 -3
- accrete/contrib/ui/static/bulma/sass/themes/dark.scss +2 -1
- accrete/contrib/ui/static/bulma/sass/themes/light.scss +6 -5
- accrete/contrib/ui/static/bulma/sass/utilities/css-variables.scss +98 -22
- accrete/contrib/ui/static/bulma/sass/utilities/functions.scss +100 -48
- accrete/contrib/ui/static/bulma/sass/utilities/mixins.scss +5 -3
- accrete/contrib/ui/static/bulma/versions/bulma-no-dark-mode.scss +1 -1
- accrete/contrib/ui/static/bulma/versions/bulma-no-helpers-prefixed.scss +2 -1
- accrete/contrib/ui/static/bulma/versions/bulma-no-helpers.scss +2 -1
- accrete/contrib/ui/static/bulma/versions/bulma-prefixed.scss +1 -1
- accrete/contrib/ui/static/css/.sass-cache/15adf1eed05371361b08787c918a7f18fc15be79/accrete.scssc +0 -0
- accrete/contrib/ui/static/css/accrete.css +23 -21561
- accrete/contrib/ui/static/css/accrete.css.map +7 -1
- accrete/contrib/ui/static/css/accrete.scss +284 -284
- accrete/contrib/ui/templates/ui/layout.html +2 -2
- accrete/contrib/user/forms.py +9 -1
- accrete/contrib/user/migrations/0002_user_theme.py +18 -0
- accrete/contrib/user/models.py +10 -0
- accrete/contrib/user/templates/user/user_form.html +9 -4
- accrete/contrib/user/views.py +7 -4
- accrete/fields.py +129 -0
- {accrete-0.0.121.dist-info → accrete-0.0.123.dist-info}/METADATA +1 -1
- {accrete-0.0.121.dist-info → accrete-0.0.123.dist-info}/RECORD +67 -191
- accrete/contrib/ui/static/bulma/bulma.css +0 -21551
- accrete/contrib/ui/static/bulma/bulma.css.map +0 -1
- accrete/contrib/ui/static/bulma/css/versions/bulma-prefixed.min.min.css +0 -3
- accrete/contrib/ui/static/bulma/sass/base/animations.css +0 -15
- accrete/contrib/ui/static/bulma/sass/base/animations.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/base/generic.css +0 -196
- accrete/contrib/ui/static/bulma/sass/base/generic.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/base/minireset.css +0 -82
- accrete/contrib/ui/static/bulma/sass/base/minireset.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/base/skeleton.css +0 -113
- accrete/contrib/ui/static/bulma/sass/base/skeleton.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/components/breadcrumb.css +0 -108
- accrete/contrib/ui/static/bulma/sass/components/breadcrumb.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/components/card.css +0 -130
- accrete/contrib/ui/static/bulma/sass/components/card.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/components/dropdown.css +0 -119
- accrete/contrib/ui/static/bulma/sass/components/dropdown.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/components/menu.css +0 -119
- accrete/contrib/ui/static/bulma/sass/components/menu.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/components/message.css +0 -191
- accrete/contrib/ui/static/bulma/sass/components/message.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/components/modal.css +0 -194
- accrete/contrib/ui/static/bulma/sass/components/modal.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/components/navbar.css +0 -768
- accrete/contrib/ui/static/bulma/sass/components/navbar.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/components/pagination.css +0 -302
- accrete/contrib/ui/static/bulma/sass/components/pagination.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/components/panel.css +0 -224
- accrete/contrib/ui/static/bulma/sass/components/panel.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/components/tabs.css +0 -192
- accrete/contrib/ui/static/bulma/sass/components/tabs.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/block.css +0 -17
- accrete/contrib/ui/static/bulma/sass/elements/block.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/box.css +0 -43
- accrete/contrib/ui/static/bulma/sass/elements/box.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/button.css +0 -685
- accrete/contrib/ui/static/bulma/sass/elements/button.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/content.css +0 -208
- accrete/contrib/ui/static/bulma/sass/elements/content.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/delete.css +0 -60
- accrete/contrib/ui/static/bulma/sass/elements/delete.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/icon.css +0 -51
- accrete/contrib/ui/static/bulma/sass/elements/icon.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/image.css +0 -253
- accrete/contrib/ui/static/bulma/sass/elements/image.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/loader.css +0 -14
- accrete/contrib/ui/static/bulma/sass/elements/loader.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/notification.css +0 -213
- accrete/contrib/ui/static/bulma/sass/elements/notification.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/progress.css +0 -119
- accrete/contrib/ui/static/bulma/sass/elements/progress.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/table.css +0 -294
- accrete/contrib/ui/static/bulma/sass/elements/table.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/tag.css +0 -252
- accrete/contrib/ui/static/bulma/sass/elements/tag.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/elements/title.css +0 -131
- accrete/contrib/ui/static/bulma/sass/elements/title.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/form/checkbox-radio.css +0 -72
- accrete/contrib/ui/static/bulma/sass/form/checkbox-radio.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/form/file.css +0 -374
- accrete/contrib/ui/static/bulma/sass/form/file.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/form/input-textarea.css +0 -284
- accrete/contrib/ui/static/bulma/sass/form/input-textarea.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/form/select.css +0 -347
- accrete/contrib/ui/static/bulma/sass/form/select.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/form/shared.css +0 -48
- accrete/contrib/ui/static/bulma/sass/form/shared.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/form/tools.css +0 -356
- accrete/contrib/ui/static/bulma/sass/form/tools.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/grid/columns-v2.css +0 -1635
- accrete/contrib/ui/static/bulma/sass/grid/columns-v2.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/grid/columns.css +0 -1652
- accrete/contrib/ui/static/bulma/sass/grid/columns.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/grid/grid.css +0 -3011
- accrete/contrib/ui/static/bulma/sass/grid/grid.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/helpers/aspect-ratio.css +0 -61
- accrete/contrib/ui/static/bulma/sass/helpers/aspect-ratio.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/helpers/border.css +0 -17
- accrete/contrib/ui/static/bulma/sass/helpers/border.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/helpers/color.css +0 -5582
- accrete/contrib/ui/static/bulma/sass/helpers/color.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/helpers/flexbox.css +0 -217
- accrete/contrib/ui/static/bulma/sass/helpers/flexbox.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/helpers/float.css +0 -37
- accrete/contrib/ui/static/bulma/sass/helpers/float.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/helpers/gap.css +0 -209
- accrete/contrib/ui/static/bulma/sass/helpers/gap.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/helpers/other.css +0 -34
- accrete/contrib/ui/static/bulma/sass/helpers/other.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/helpers/overflow.css +0 -65
- accrete/contrib/ui/static/bulma/sass/helpers/overflow.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/helpers/position.css +0 -45
- accrete/contrib/ui/static/bulma/sass/helpers/position.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/helpers/spacing.css +0 -489
- accrete/contrib/ui/static/bulma/sass/helpers/spacing.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/helpers/typography.css +0 -423
- accrete/contrib/ui/static/bulma/sass/helpers/typography.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/helpers/visibility.css +0 -485
- accrete/contrib/ui/static/bulma/sass/helpers/visibility.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/layout/footer.css +0 -9
- accrete/contrib/ui/static/bulma/sass/layout/footer.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/layout/hero.css +0 -534
- accrete/contrib/ui/static/bulma/sass/layout/hero.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/layout/level.css +0 -102
- accrete/contrib/ui/static/bulma/sass/layout/level.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/layout/media.css +0 -90
- accrete/contrib/ui/static/bulma/sass/layout/media.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/layout/section.css +0 -23
- accrete/contrib/ui/static/bulma/sass/layout/section.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/themes/dark.css +0 -3
- accrete/contrib/ui/static/bulma/sass/themes/dark.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/themes/light.css +0 -3
- accrete/contrib/ui/static/bulma/sass/themes/light.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/themes/setup.css +0 -3
- accrete/contrib/ui/static/bulma/sass/themes/setup.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/utilities/controls.css +0 -13
- accrete/contrib/ui/static/bulma/sass/utilities/controls.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/utilities/css-variables.css +0 -3
- accrete/contrib/ui/static/bulma/sass/utilities/css-variables.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/utilities/derived-variables.css +0 -3
- accrete/contrib/ui/static/bulma/sass/utilities/derived-variables.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/utilities/extends.css +0 -13
- accrete/contrib/ui/static/bulma/sass/utilities/extends.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/utilities/initial-variables.css +0 -3
- accrete/contrib/ui/static/bulma/sass/utilities/initial-variables.css.map +0 -1
- accrete/contrib/ui/static/bulma/sass/utilities/mixins.css +0 -3
- accrete/contrib/ui/static/bulma/sass/utilities/mixins.css.map +0 -1
- accrete/contrib/ui/static/bulma/versions/bulma-no-dark-mode.css +0 -19648
- accrete/contrib/ui/static/bulma/versions/bulma-no-dark-mode.css.map +0 -1
- accrete/contrib/ui/static/bulma/versions/bulma-no-helpers-prefixed.css +0 -11136
- accrete/contrib/ui/static/bulma/versions/bulma-no-helpers-prefixed.css.map +0 -1
- accrete/contrib/ui/static/bulma/versions/bulma-no-helpers.css +0 -11136
- accrete/contrib/ui/static/bulma/versions/bulma-no-helpers.css.map +0 -1
- accrete/contrib/ui/static/bulma/versions/bulma-prefixed.css.map +0 -1
- {accrete-0.0.121.dist-info → accrete-0.0.123.dist-info}/WHEEL +0 -0
- {accrete-0.0.121.dist-info → accrete-0.0.123.dist-info}/licenses/LICENSE +0 -0
@@ -1,213 +0,0 @@
|
|
1
|
-
:root {
|
2
|
-
--bulma-control-radius: var(--bulma-radius);
|
3
|
-
--bulma-control-radius-small: var(--bulma-radius-small);
|
4
|
-
--bulma-control-border-width: 1px;
|
5
|
-
--bulma-control-height: 2.5em;
|
6
|
-
--bulma-control-line-height: 1.5;
|
7
|
-
--bulma-control-padding-vertical: calc(0.5em - 1px);
|
8
|
-
--bulma-control-padding-horizontal: calc(0.75em - 1px);
|
9
|
-
--bulma-control-size: var(--bulma-size-normal);
|
10
|
-
--bulma-control-focus-shadow-l: 50%;
|
11
|
-
}
|
12
|
-
|
13
|
-
.notification:not(:last-child) {
|
14
|
-
margin-bottom: var(--bulma-block-spacing);
|
15
|
-
}
|
16
|
-
|
17
|
-
.notification {
|
18
|
-
--bulma-notification-h: var(--bulma-scheme-h);
|
19
|
-
--bulma-notification-s: var(--bulma-scheme-s);
|
20
|
-
--bulma-notification-background-l: var(--bulma-background-l);
|
21
|
-
--bulma-notification-color-l: var(--bulma-text-strong-l);
|
22
|
-
--bulma-notification-code-background-color: var(--bulma-scheme-main);
|
23
|
-
--bulma-notification-radius: var(--bulma-radius);
|
24
|
-
--bulma-notification-padding: 1.375em 1.5em;
|
25
|
-
}
|
26
|
-
|
27
|
-
.notification {
|
28
|
-
background-color: hsl(var(--bulma-notification-h), var(--bulma-notification-s), var(--bulma-notification-background-l));
|
29
|
-
border-radius: var(--bulma-notification-radius);
|
30
|
-
color: hsl(var(--bulma-notification-h), var(--bulma-notification-s), var(--bulma-notification-color-l));
|
31
|
-
padding: var(--bulma-notification-padding);
|
32
|
-
position: relative;
|
33
|
-
}
|
34
|
-
.notification a:not(.button):not(.dropdown-item) {
|
35
|
-
color: currentColor;
|
36
|
-
text-decoration: underline;
|
37
|
-
}
|
38
|
-
.notification strong {
|
39
|
-
color: currentColor;
|
40
|
-
}
|
41
|
-
.notification code,
|
42
|
-
.notification pre {
|
43
|
-
background: var(--bulma-notification-code-background-color);
|
44
|
-
}
|
45
|
-
.notification pre code {
|
46
|
-
background: transparent;
|
47
|
-
}
|
48
|
-
.notification > .delete {
|
49
|
-
position: absolute;
|
50
|
-
inset-inline-end: 1rem;
|
51
|
-
top: 1rem;
|
52
|
-
}
|
53
|
-
.notification .title,
|
54
|
-
.notification .subtitle,
|
55
|
-
.notification .content {
|
56
|
-
color: currentColor;
|
57
|
-
}
|
58
|
-
.notification.is-white {
|
59
|
-
--bulma-notification-h: var(--bulma-white-h);
|
60
|
-
--bulma-notification-s: var(--bulma-white-s);
|
61
|
-
--bulma-notification-background-l: var(--bulma-white-l);
|
62
|
-
--bulma-notification-color-l: var(--bulma-white-invert-l);
|
63
|
-
}
|
64
|
-
.notification.is-white.is-light {
|
65
|
-
--bulma-notification-background-l: 90%;
|
66
|
-
--bulma-notification-color-l: var(--bulma-white-light-invert-l);
|
67
|
-
}
|
68
|
-
.notification.is-white.is-dark {
|
69
|
-
--bulma-notification-background-l: 20%;
|
70
|
-
--bulma-notification-color-l: var(--bulma-white-dark-invert-l);
|
71
|
-
}
|
72
|
-
.notification.is-black {
|
73
|
-
--bulma-notification-h: var(--bulma-black-h);
|
74
|
-
--bulma-notification-s: var(--bulma-black-s);
|
75
|
-
--bulma-notification-background-l: var(--bulma-black-l);
|
76
|
-
--bulma-notification-color-l: var(--bulma-black-invert-l);
|
77
|
-
}
|
78
|
-
.notification.is-black.is-light {
|
79
|
-
--bulma-notification-background-l: 90%;
|
80
|
-
--bulma-notification-color-l: var(--bulma-black-light-invert-l);
|
81
|
-
}
|
82
|
-
.notification.is-black.is-dark {
|
83
|
-
--bulma-notification-background-l: 20%;
|
84
|
-
--bulma-notification-color-l: var(--bulma-black-dark-invert-l);
|
85
|
-
}
|
86
|
-
.notification.is-light {
|
87
|
-
--bulma-notification-h: var(--bulma-light-h);
|
88
|
-
--bulma-notification-s: var(--bulma-light-s);
|
89
|
-
--bulma-notification-background-l: var(--bulma-light-l);
|
90
|
-
--bulma-notification-color-l: var(--bulma-light-invert-l);
|
91
|
-
}
|
92
|
-
.notification.is-light.is-light {
|
93
|
-
--bulma-notification-background-l: 90%;
|
94
|
-
--bulma-notification-color-l: var(--bulma-light-light-invert-l);
|
95
|
-
}
|
96
|
-
.notification.is-light.is-dark {
|
97
|
-
--bulma-notification-background-l: 20%;
|
98
|
-
--bulma-notification-color-l: var(--bulma-light-dark-invert-l);
|
99
|
-
}
|
100
|
-
.notification.is-dark {
|
101
|
-
--bulma-notification-h: var(--bulma-dark-h);
|
102
|
-
--bulma-notification-s: var(--bulma-dark-s);
|
103
|
-
--bulma-notification-background-l: var(--bulma-dark-l);
|
104
|
-
--bulma-notification-color-l: var(--bulma-dark-invert-l);
|
105
|
-
}
|
106
|
-
.notification.is-dark.is-light {
|
107
|
-
--bulma-notification-background-l: 90%;
|
108
|
-
--bulma-notification-color-l: var(--bulma-dark-light-invert-l);
|
109
|
-
}
|
110
|
-
.notification.is-dark.is-dark {
|
111
|
-
--bulma-notification-background-l: 20%;
|
112
|
-
--bulma-notification-color-l: var(--bulma-dark-dark-invert-l);
|
113
|
-
}
|
114
|
-
.notification.is-text {
|
115
|
-
--bulma-notification-h: var(--bulma-text-h);
|
116
|
-
--bulma-notification-s: var(--bulma-text-s);
|
117
|
-
--bulma-notification-background-l: var(--bulma-text-l);
|
118
|
-
--bulma-notification-color-l: var(--bulma-text-invert-l);
|
119
|
-
}
|
120
|
-
.notification.is-text.is-light {
|
121
|
-
--bulma-notification-background-l: 90%;
|
122
|
-
--bulma-notification-color-l: var(--bulma-text-light-invert-l);
|
123
|
-
}
|
124
|
-
.notification.is-text.is-dark {
|
125
|
-
--bulma-notification-background-l: 20%;
|
126
|
-
--bulma-notification-color-l: var(--bulma-text-dark-invert-l);
|
127
|
-
}
|
128
|
-
.notification.is-primary {
|
129
|
-
--bulma-notification-h: var(--bulma-primary-h);
|
130
|
-
--bulma-notification-s: var(--bulma-primary-s);
|
131
|
-
--bulma-notification-background-l: var(--bulma-primary-l);
|
132
|
-
--bulma-notification-color-l: var(--bulma-primary-invert-l);
|
133
|
-
}
|
134
|
-
.notification.is-primary.is-light {
|
135
|
-
--bulma-notification-background-l: 90%;
|
136
|
-
--bulma-notification-color-l: var(--bulma-primary-light-invert-l);
|
137
|
-
}
|
138
|
-
.notification.is-primary.is-dark {
|
139
|
-
--bulma-notification-background-l: 20%;
|
140
|
-
--bulma-notification-color-l: var(--bulma-primary-dark-invert-l);
|
141
|
-
}
|
142
|
-
.notification.is-link {
|
143
|
-
--bulma-notification-h: var(--bulma-link-h);
|
144
|
-
--bulma-notification-s: var(--bulma-link-s);
|
145
|
-
--bulma-notification-background-l: var(--bulma-link-l);
|
146
|
-
--bulma-notification-color-l: var(--bulma-link-invert-l);
|
147
|
-
}
|
148
|
-
.notification.is-link.is-light {
|
149
|
-
--bulma-notification-background-l: 90%;
|
150
|
-
--bulma-notification-color-l: var(--bulma-link-light-invert-l);
|
151
|
-
}
|
152
|
-
.notification.is-link.is-dark {
|
153
|
-
--bulma-notification-background-l: 20%;
|
154
|
-
--bulma-notification-color-l: var(--bulma-link-dark-invert-l);
|
155
|
-
}
|
156
|
-
.notification.is-info {
|
157
|
-
--bulma-notification-h: var(--bulma-info-h);
|
158
|
-
--bulma-notification-s: var(--bulma-info-s);
|
159
|
-
--bulma-notification-background-l: var(--bulma-info-l);
|
160
|
-
--bulma-notification-color-l: var(--bulma-info-invert-l);
|
161
|
-
}
|
162
|
-
.notification.is-info.is-light {
|
163
|
-
--bulma-notification-background-l: 90%;
|
164
|
-
--bulma-notification-color-l: var(--bulma-info-light-invert-l);
|
165
|
-
}
|
166
|
-
.notification.is-info.is-dark {
|
167
|
-
--bulma-notification-background-l: 20%;
|
168
|
-
--bulma-notification-color-l: var(--bulma-info-dark-invert-l);
|
169
|
-
}
|
170
|
-
.notification.is-success {
|
171
|
-
--bulma-notification-h: var(--bulma-success-h);
|
172
|
-
--bulma-notification-s: var(--bulma-success-s);
|
173
|
-
--bulma-notification-background-l: var(--bulma-success-l);
|
174
|
-
--bulma-notification-color-l: var(--bulma-success-invert-l);
|
175
|
-
}
|
176
|
-
.notification.is-success.is-light {
|
177
|
-
--bulma-notification-background-l: 90%;
|
178
|
-
--bulma-notification-color-l: var(--bulma-success-light-invert-l);
|
179
|
-
}
|
180
|
-
.notification.is-success.is-dark {
|
181
|
-
--bulma-notification-background-l: 20%;
|
182
|
-
--bulma-notification-color-l: var(--bulma-success-dark-invert-l);
|
183
|
-
}
|
184
|
-
.notification.is-warning {
|
185
|
-
--bulma-notification-h: var(--bulma-warning-h);
|
186
|
-
--bulma-notification-s: var(--bulma-warning-s);
|
187
|
-
--bulma-notification-background-l: var(--bulma-warning-l);
|
188
|
-
--bulma-notification-color-l: var(--bulma-warning-invert-l);
|
189
|
-
}
|
190
|
-
.notification.is-warning.is-light {
|
191
|
-
--bulma-notification-background-l: 90%;
|
192
|
-
--bulma-notification-color-l: var(--bulma-warning-light-invert-l);
|
193
|
-
}
|
194
|
-
.notification.is-warning.is-dark {
|
195
|
-
--bulma-notification-background-l: 20%;
|
196
|
-
--bulma-notification-color-l: var(--bulma-warning-dark-invert-l);
|
197
|
-
}
|
198
|
-
.notification.is-danger {
|
199
|
-
--bulma-notification-h: var(--bulma-danger-h);
|
200
|
-
--bulma-notification-s: var(--bulma-danger-s);
|
201
|
-
--bulma-notification-background-l: var(--bulma-danger-l);
|
202
|
-
--bulma-notification-color-l: var(--bulma-danger-invert-l);
|
203
|
-
}
|
204
|
-
.notification.is-danger.is-light {
|
205
|
-
--bulma-notification-background-l: 90%;
|
206
|
-
--bulma-notification-color-l: var(--bulma-danger-light-invert-l);
|
207
|
-
}
|
208
|
-
.notification.is-danger.is-dark {
|
209
|
-
--bulma-notification-background-l: 20%;
|
210
|
-
--bulma-notification-color-l: var(--bulma-danger-dark-invert-l);
|
211
|
-
}
|
212
|
-
|
213
|
-
/*# sourceMappingURL=notification.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../utilities/controls.scss","../utilities/css-variables.scss","../utilities/mixins.scss","notification.scss"],"names":[],"mappings":"AAkBA;ECoBE;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;;;AChBA;EACE,eAFmB;;;ACTvB;EF0BE;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;;;AEZF;EAGE;EAKA;EACA;EAKA;EACA;;AAEA;EACE;EACA;;AAGF;EACE;;AAGF;AAAA;EAEE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAGF;AAAA;AAAA;EAGE;;AAKA;EFrCF;EAAA;EAAA;EAAA;;AE+CI;EF/CJ;EAAA;;AEwDI;EFxDJ;EAAA;;AEqCE;EFrCF;EAAA;EAAA;EAAA;;AE+CI;EF/CJ;EAAA;;AEwDI;EFxDJ;EAAA;;AEqCE;EFrCF;EAAA;EAAA;EAAA;;AE+CI;EF/CJ;EAAA;;AEwDI;EFxDJ;EAAA;;AEqCE;EFrCF;EAAA;EAAA;EAAA;;AE+CI;EF/CJ;EAAA;;AEwDI;EFxDJ;EAAA;;AEqCE;EFrCF;EAAA;EAAA;EAAA;;AE+CI;EF/CJ;EAAA;;AEwDI;EFxDJ;EAAA;;AEqCE;EFrCF;EAAA;EAAA;EAAA;;AE+CI;EF/CJ;EAAA;;AEwDI;EFxDJ;EAAA;;AEqCE;EFrCF;EAAA;EAAA;EAAA;;AE+CI;EF/CJ;EAAA;;AEwDI;EFxDJ;EAAA;;AEqCE;EFrCF;EAAA;EAAA;EAAA;;AE+CI;EF/CJ;EAAA;;AEwDI;EFxDJ;EAAA;;AEqCE;EFrCF;EAAA;EAAA;EAAA;;AE+CI;EF/CJ;EAAA;;AEwDI;EFxDJ;EAAA;;AEqCE;EFrCF;EAAA;EAAA;EAAA;;AE+CI;EF/CJ;EAAA;;AEwDI;EFxDJ;EAAA;;AEqCE;EFrCF;EAAA;EAAA;EAAA;;AE+CI;EF/CJ;EAAA;;AEwDI;EFxDJ;EAAA","file":"notification.css"}
|
@@ -1,119 +0,0 @@
|
|
1
|
-
:root {
|
2
|
-
--bulma-control-radius: var(--bulma-radius);
|
3
|
-
--bulma-control-radius-small: var(--bulma-radius-small);
|
4
|
-
--bulma-control-border-width: 1px;
|
5
|
-
--bulma-control-height: 2.5em;
|
6
|
-
--bulma-control-line-height: 1.5;
|
7
|
-
--bulma-control-padding-vertical: calc(0.5em - 1px);
|
8
|
-
--bulma-control-padding-horizontal: calc(0.75em - 1px);
|
9
|
-
--bulma-control-size: var(--bulma-size-normal);
|
10
|
-
--bulma-control-focus-shadow-l: 50%;
|
11
|
-
}
|
12
|
-
|
13
|
-
.progress:not(:last-child) {
|
14
|
-
margin-bottom: var(--bulma-block-spacing);
|
15
|
-
}
|
16
|
-
|
17
|
-
.progress {
|
18
|
-
--bulma-progress-border-radius: var(--bulma-radius-rounded);
|
19
|
-
--bulma-progress-bar-background-color: var(--bulma-border-weak);
|
20
|
-
--bulma-progress-value-background-color: var(--bulma-text);
|
21
|
-
--bulma-progress-indeterminate-duration: 1.5s;
|
22
|
-
}
|
23
|
-
|
24
|
-
.progress {
|
25
|
-
appearance: none;
|
26
|
-
border: none;
|
27
|
-
border-radius: var(--bulma-progress-border-radius);
|
28
|
-
display: block;
|
29
|
-
height: var(--bulma-size-normal);
|
30
|
-
overflow: hidden;
|
31
|
-
padding: 0;
|
32
|
-
width: 100%;
|
33
|
-
}
|
34
|
-
.progress::-webkit-progress-bar {
|
35
|
-
background-color: var(--bulma-progress-bar-background-color);
|
36
|
-
}
|
37
|
-
.progress::-webkit-progress-value {
|
38
|
-
background-color: var(--bulma-progress-value-background-color);
|
39
|
-
}
|
40
|
-
.progress::-moz-progress-bar {
|
41
|
-
background-color: var(--bulma-progress-value-background-color);
|
42
|
-
}
|
43
|
-
.progress::-ms-fill {
|
44
|
-
background-color: var(--bulma-progress-value-background-color);
|
45
|
-
border: none;
|
46
|
-
}
|
47
|
-
.progress.is-white {
|
48
|
-
--bulma-progress-value-background-color: var(--bulma-white);
|
49
|
-
}
|
50
|
-
.progress.is-black {
|
51
|
-
--bulma-progress-value-background-color: var(--bulma-black);
|
52
|
-
}
|
53
|
-
.progress.is-light {
|
54
|
-
--bulma-progress-value-background-color: var(--bulma-light);
|
55
|
-
}
|
56
|
-
.progress.is-dark {
|
57
|
-
--bulma-progress-value-background-color: var(--bulma-dark);
|
58
|
-
}
|
59
|
-
.progress.is-text {
|
60
|
-
--bulma-progress-value-background-color: var(--bulma-text);
|
61
|
-
}
|
62
|
-
.progress.is-primary {
|
63
|
-
--bulma-progress-value-background-color: var(--bulma-primary);
|
64
|
-
}
|
65
|
-
.progress.is-link {
|
66
|
-
--bulma-progress-value-background-color: var(--bulma-link);
|
67
|
-
}
|
68
|
-
.progress.is-info {
|
69
|
-
--bulma-progress-value-background-color: var(--bulma-info);
|
70
|
-
}
|
71
|
-
.progress.is-success {
|
72
|
-
--bulma-progress-value-background-color: var(--bulma-success);
|
73
|
-
}
|
74
|
-
.progress.is-warning {
|
75
|
-
--bulma-progress-value-background-color: var(--bulma-warning);
|
76
|
-
}
|
77
|
-
.progress.is-danger {
|
78
|
-
--bulma-progress-value-background-color: var(--bulma-danger);
|
79
|
-
}
|
80
|
-
.progress:indeterminate {
|
81
|
-
animation-duration: var(--bulma-progress-indeterminate-duration);
|
82
|
-
animation-iteration-count: infinite;
|
83
|
-
animation-name: moveIndeterminate;
|
84
|
-
animation-timing-function: linear;
|
85
|
-
background-color: var(--bulma-progress-bar-background-color);
|
86
|
-
background-image: linear-gradient(to right, var(--bulma-progress-value-background-color) 30%, var(--bulma-progress-bar-background-color) 30%);
|
87
|
-
background-position: top left;
|
88
|
-
background-repeat: no-repeat;
|
89
|
-
background-size: 150% 150%;
|
90
|
-
}
|
91
|
-
.progress:indeterminate::-webkit-progress-bar {
|
92
|
-
background-color: transparent;
|
93
|
-
}
|
94
|
-
.progress:indeterminate::-moz-progress-bar {
|
95
|
-
background-color: transparent;
|
96
|
-
}
|
97
|
-
.progress:indeterminate::-ms-fill {
|
98
|
-
animation-name: none;
|
99
|
-
}
|
100
|
-
.progress.is-small {
|
101
|
-
height: var(--bulma-size-small);
|
102
|
-
}
|
103
|
-
.progress.is-medium {
|
104
|
-
height: var(--bulma-size-medium);
|
105
|
-
}
|
106
|
-
.progress.is-large {
|
107
|
-
height: var(--bulma-size-large);
|
108
|
-
}
|
109
|
-
|
110
|
-
@keyframes moveIndeterminate {
|
111
|
-
from {
|
112
|
-
background-position: 200% 0;
|
113
|
-
}
|
114
|
-
to {
|
115
|
-
background-position: -200% 0;
|
116
|
-
}
|
117
|
-
}
|
118
|
-
|
119
|
-
/*# sourceMappingURL=progress.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../utilities/controls.scss","../utilities/css-variables.scss","../utilities/mixins.scss","progress.scss"],"names":[],"mappings":"AAkBA;ECoBE;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;;;AChBA;EACE,eAFmB;;;ACPvB;EFwBE;EAAA;EAAA;EAAA;;;AEbF;EAGE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;;AAGF;EACE;EACA;;AAKA;EFlBF;;AEkBE;EFlBF;;AEkBE;EFlBF;;AEkBE;EFlBF;;AEkBE;EFlBF;;AEkBE;EFlBF;;AEkBE;EFlBF;;AEkBE;EFlBF;;AEkBE;EFlBF;;AEkBE;EFlBF;;AEkBE;EFlBF;;AE0BA;EACE;EACA;EACA;EACA;EACA;EACA;EAKA;EACA;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;;AAKJ;EACE;;AAGF;EACE;;AAGF;EACE;;;AAIJ;EACE;IACE;;EAGF;IACE","file":"progress.css"}
|
@@ -1,294 +0,0 @@
|
|
1
|
-
:root {
|
2
|
-
--bulma-control-radius: var(--bulma-radius);
|
3
|
-
--bulma-control-radius-small: var(--bulma-radius-small);
|
4
|
-
--bulma-control-border-width: 1px;
|
5
|
-
--bulma-control-height: 2.5em;
|
6
|
-
--bulma-control-line-height: 1.5;
|
7
|
-
--bulma-control-padding-vertical: calc(0.5em - 1px);
|
8
|
-
--bulma-control-padding-horizontal: calc(0.75em - 1px);
|
9
|
-
--bulma-control-size: var(--bulma-size-normal);
|
10
|
-
--bulma-control-focus-shadow-l: 50%;
|
11
|
-
}
|
12
|
-
|
13
|
-
.table:not(:last-child), .table-container:not(:last-child) {
|
14
|
-
margin-bottom: var(--bulma-block-spacing);
|
15
|
-
}
|
16
|
-
|
17
|
-
.table {
|
18
|
-
--bulma-table-color: var(--bulma-text-strong);
|
19
|
-
--bulma-table-background-color: var(--bulma-scheme-main);
|
20
|
-
--bulma-table-cell-border-color: var(--bulma-border);
|
21
|
-
--bulma-table-cell-border-style: solid;
|
22
|
-
--bulma-table-cell-border-width: 0 0 1px;
|
23
|
-
--bulma-table-cell-padding: 0.5em 0.75em;
|
24
|
-
--bulma-table-cell-heading-color: var(--bulma-text-strong);
|
25
|
-
--bulma-table-cell-text-align: left;
|
26
|
-
--bulma-table-head-cell-border-width: 0 0 2px;
|
27
|
-
--bulma-table-head-cell-color: var(--bulma-text-strong);
|
28
|
-
--bulma-table-foot-cell-border-width: 2px 0 0;
|
29
|
-
--bulma-table-foot-cell-color: var(--bulma-text-strong);
|
30
|
-
--bulma-table-head-background-color: transparent;
|
31
|
-
--bulma-table-body-background-color: transparent;
|
32
|
-
--bulma-table-foot-background-color: transparent;
|
33
|
-
--bulma-table-row-hover-background-color: var(--bulma-scheme-main-bis);
|
34
|
-
--bulma-table-row-active-background-color: var(--bulma-primary);
|
35
|
-
--bulma-table-row-active-color: var(--bulma-primary-invert);
|
36
|
-
--bulma-table-striped-row-even-background-color: var(--bulma-scheme-main-bis);
|
37
|
-
--bulma-table-striped-row-even-hover-background-color: var(--bulma-scheme-main-ter);
|
38
|
-
}
|
39
|
-
|
40
|
-
.table {
|
41
|
-
background-color: var(--bulma-table-background-color);
|
42
|
-
color: var(--bulma-table-color);
|
43
|
-
}
|
44
|
-
.table td,
|
45
|
-
.table th {
|
46
|
-
background-color: var(--bulma-table-cell-background-color);
|
47
|
-
border-color: var(--bulma-table-cell-border-color);
|
48
|
-
border-style: var(--bulma-table-cell-border-style);
|
49
|
-
border-width: var(--bulma-table-cell-border-width);
|
50
|
-
color: var(--bulma-table-color);
|
51
|
-
padding: var(--bulma-table-cell-padding);
|
52
|
-
vertical-align: top;
|
53
|
-
}
|
54
|
-
.table td.is-white,
|
55
|
-
.table th.is-white {
|
56
|
-
--bulma-table-color: var(--bulma-white-invert);
|
57
|
-
--bulma-table-cell-heading-color: var(--bulma-white-invert);
|
58
|
-
--bulma-table-cell-background-color: var(--bulma-white);
|
59
|
-
--bulma-table-cell-border-color: var(--bulma-white);
|
60
|
-
}
|
61
|
-
.table td.is-black,
|
62
|
-
.table th.is-black {
|
63
|
-
--bulma-table-color: var(--bulma-black-invert);
|
64
|
-
--bulma-table-cell-heading-color: var(--bulma-black-invert);
|
65
|
-
--bulma-table-cell-background-color: var(--bulma-black);
|
66
|
-
--bulma-table-cell-border-color: var(--bulma-black);
|
67
|
-
}
|
68
|
-
.table td.is-light,
|
69
|
-
.table th.is-light {
|
70
|
-
--bulma-table-color: var(--bulma-light-invert);
|
71
|
-
--bulma-table-cell-heading-color: var(--bulma-light-invert);
|
72
|
-
--bulma-table-cell-background-color: var(--bulma-light);
|
73
|
-
--bulma-table-cell-border-color: var(--bulma-light);
|
74
|
-
}
|
75
|
-
.table td.is-dark,
|
76
|
-
.table th.is-dark {
|
77
|
-
--bulma-table-color: var(--bulma-dark-invert);
|
78
|
-
--bulma-table-cell-heading-color: var(--bulma-dark-invert);
|
79
|
-
--bulma-table-cell-background-color: var(--bulma-dark);
|
80
|
-
--bulma-table-cell-border-color: var(--bulma-dark);
|
81
|
-
}
|
82
|
-
.table td.is-text,
|
83
|
-
.table th.is-text {
|
84
|
-
--bulma-table-color: var(--bulma-text-invert);
|
85
|
-
--bulma-table-cell-heading-color: var(--bulma-text-invert);
|
86
|
-
--bulma-table-cell-background-color: var(--bulma-text);
|
87
|
-
--bulma-table-cell-border-color: var(--bulma-text);
|
88
|
-
}
|
89
|
-
.table td.is-primary,
|
90
|
-
.table th.is-primary {
|
91
|
-
--bulma-table-color: var(--bulma-primary-invert);
|
92
|
-
--bulma-table-cell-heading-color: var(--bulma-primary-invert);
|
93
|
-
--bulma-table-cell-background-color: var(--bulma-primary);
|
94
|
-
--bulma-table-cell-border-color: var(--bulma-primary);
|
95
|
-
}
|
96
|
-
.table td.is-link,
|
97
|
-
.table th.is-link {
|
98
|
-
--bulma-table-color: var(--bulma-link-invert);
|
99
|
-
--bulma-table-cell-heading-color: var(--bulma-link-invert);
|
100
|
-
--bulma-table-cell-background-color: var(--bulma-link);
|
101
|
-
--bulma-table-cell-border-color: var(--bulma-link);
|
102
|
-
}
|
103
|
-
.table td.is-info,
|
104
|
-
.table th.is-info {
|
105
|
-
--bulma-table-color: var(--bulma-info-invert);
|
106
|
-
--bulma-table-cell-heading-color: var(--bulma-info-invert);
|
107
|
-
--bulma-table-cell-background-color: var(--bulma-info);
|
108
|
-
--bulma-table-cell-border-color: var(--bulma-info);
|
109
|
-
}
|
110
|
-
.table td.is-success,
|
111
|
-
.table th.is-success {
|
112
|
-
--bulma-table-color: var(--bulma-success-invert);
|
113
|
-
--bulma-table-cell-heading-color: var(--bulma-success-invert);
|
114
|
-
--bulma-table-cell-background-color: var(--bulma-success);
|
115
|
-
--bulma-table-cell-border-color: var(--bulma-success);
|
116
|
-
}
|
117
|
-
.table td.is-warning,
|
118
|
-
.table th.is-warning {
|
119
|
-
--bulma-table-color: var(--bulma-warning-invert);
|
120
|
-
--bulma-table-cell-heading-color: var(--bulma-warning-invert);
|
121
|
-
--bulma-table-cell-background-color: var(--bulma-warning);
|
122
|
-
--bulma-table-cell-border-color: var(--bulma-warning);
|
123
|
-
}
|
124
|
-
.table td.is-danger,
|
125
|
-
.table th.is-danger {
|
126
|
-
--bulma-table-color: var(--bulma-danger-invert);
|
127
|
-
--bulma-table-cell-heading-color: var(--bulma-danger-invert);
|
128
|
-
--bulma-table-cell-background-color: var(--bulma-danger);
|
129
|
-
--bulma-table-cell-border-color: var(--bulma-danger);
|
130
|
-
}
|
131
|
-
.table td.is-narrow,
|
132
|
-
.table th.is-narrow {
|
133
|
-
white-space: nowrap;
|
134
|
-
width: 1%;
|
135
|
-
}
|
136
|
-
.table td.is-selected,
|
137
|
-
.table th.is-selected {
|
138
|
-
background-color: var(--bulma-table-row-active-background-color);
|
139
|
-
color: var(--bulma-table-row-active-color);
|
140
|
-
}
|
141
|
-
.table td.is-selected a,
|
142
|
-
.table td.is-selected strong,
|
143
|
-
.table th.is-selected a,
|
144
|
-
.table th.is-selected strong {
|
145
|
-
color: currentColor;
|
146
|
-
}
|
147
|
-
.table td.is-vcentered,
|
148
|
-
.table th.is-vcentered {
|
149
|
-
vertical-align: middle;
|
150
|
-
}
|
151
|
-
.table th {
|
152
|
-
color: var(--bulma-table-cell-heading-color);
|
153
|
-
}
|
154
|
-
.table th:not([align]) {
|
155
|
-
text-align: var(--bulma-table-cell-text-align);
|
156
|
-
}
|
157
|
-
.table tr.is-selected {
|
158
|
-
background-color: var(--bulma-table-row-active-background-color);
|
159
|
-
color: var(--bulma-table-row-active-color);
|
160
|
-
}
|
161
|
-
.table tr.is-selected a,
|
162
|
-
.table tr.is-selected strong {
|
163
|
-
color: currentColor;
|
164
|
-
}
|
165
|
-
.table tr.is-selected td,
|
166
|
-
.table tr.is-selected th {
|
167
|
-
border-color: var(--bulma-table-row-active-color);
|
168
|
-
color: currentColor;
|
169
|
-
}
|
170
|
-
.table tr.is-white {
|
171
|
-
--bulma-table-color: var(--bulma-white-invert);
|
172
|
-
--bulma-table-cell-heading-color: var(--bulma-white-invert);
|
173
|
-
--bulma-table-cell-background-color: var(--bulma-white);
|
174
|
-
--bulma-table-cell-border-color: var(--bulma-white);
|
175
|
-
}
|
176
|
-
.table tr.is-black {
|
177
|
-
--bulma-table-color: var(--bulma-black-invert);
|
178
|
-
--bulma-table-cell-heading-color: var(--bulma-black-invert);
|
179
|
-
--bulma-table-cell-background-color: var(--bulma-black);
|
180
|
-
--bulma-table-cell-border-color: var(--bulma-black);
|
181
|
-
}
|
182
|
-
.table tr.is-light {
|
183
|
-
--bulma-table-color: var(--bulma-light-invert);
|
184
|
-
--bulma-table-cell-heading-color: var(--bulma-light-invert);
|
185
|
-
--bulma-table-cell-background-color: var(--bulma-light);
|
186
|
-
--bulma-table-cell-border-color: var(--bulma-light);
|
187
|
-
}
|
188
|
-
.table tr.is-dark {
|
189
|
-
--bulma-table-color: var(--bulma-dark-invert);
|
190
|
-
--bulma-table-cell-heading-color: var(--bulma-dark-invert);
|
191
|
-
--bulma-table-cell-background-color: var(--bulma-dark);
|
192
|
-
--bulma-table-cell-border-color: var(--bulma-dark);
|
193
|
-
}
|
194
|
-
.table tr.is-text {
|
195
|
-
--bulma-table-color: var(--bulma-text-invert);
|
196
|
-
--bulma-table-cell-heading-color: var(--bulma-text-invert);
|
197
|
-
--bulma-table-cell-background-color: var(--bulma-text);
|
198
|
-
--bulma-table-cell-border-color: var(--bulma-text);
|
199
|
-
}
|
200
|
-
.table tr.is-primary {
|
201
|
-
--bulma-table-color: var(--bulma-primary-invert);
|
202
|
-
--bulma-table-cell-heading-color: var(--bulma-primary-invert);
|
203
|
-
--bulma-table-cell-background-color: var(--bulma-primary);
|
204
|
-
--bulma-table-cell-border-color: var(--bulma-primary);
|
205
|
-
}
|
206
|
-
.table tr.is-link {
|
207
|
-
--bulma-table-color: var(--bulma-link-invert);
|
208
|
-
--bulma-table-cell-heading-color: var(--bulma-link-invert);
|
209
|
-
--bulma-table-cell-background-color: var(--bulma-link);
|
210
|
-
--bulma-table-cell-border-color: var(--bulma-link);
|
211
|
-
}
|
212
|
-
.table tr.is-info {
|
213
|
-
--bulma-table-color: var(--bulma-info-invert);
|
214
|
-
--bulma-table-cell-heading-color: var(--bulma-info-invert);
|
215
|
-
--bulma-table-cell-background-color: var(--bulma-info);
|
216
|
-
--bulma-table-cell-border-color: var(--bulma-info);
|
217
|
-
}
|
218
|
-
.table tr.is-success {
|
219
|
-
--bulma-table-color: var(--bulma-success-invert);
|
220
|
-
--bulma-table-cell-heading-color: var(--bulma-success-invert);
|
221
|
-
--bulma-table-cell-background-color: var(--bulma-success);
|
222
|
-
--bulma-table-cell-border-color: var(--bulma-success);
|
223
|
-
}
|
224
|
-
.table tr.is-warning {
|
225
|
-
--bulma-table-color: var(--bulma-warning-invert);
|
226
|
-
--bulma-table-cell-heading-color: var(--bulma-warning-invert);
|
227
|
-
--bulma-table-cell-background-color: var(--bulma-warning);
|
228
|
-
--bulma-table-cell-border-color: var(--bulma-warning);
|
229
|
-
}
|
230
|
-
.table tr.is-danger {
|
231
|
-
--bulma-table-color: var(--bulma-danger-invert);
|
232
|
-
--bulma-table-cell-heading-color: var(--bulma-danger-invert);
|
233
|
-
--bulma-table-cell-background-color: var(--bulma-danger);
|
234
|
-
--bulma-table-cell-border-color: var(--bulma-danger);
|
235
|
-
}
|
236
|
-
.table thead {
|
237
|
-
background-color: var(--bulma-table-head-background-color);
|
238
|
-
}
|
239
|
-
.table thead td,
|
240
|
-
.table thead th {
|
241
|
-
border-width: var(--bulma-table-head-cell-border-width);
|
242
|
-
color: var(--bulma-table-head-cell-color);
|
243
|
-
}
|
244
|
-
.table tfoot {
|
245
|
-
background-color: var(--bulma-table-foot-background-color);
|
246
|
-
}
|
247
|
-
.table tfoot td,
|
248
|
-
.table tfoot th {
|
249
|
-
border-width: var(--bulma-table-foot-cell-border-width);
|
250
|
-
color: var(--bulma-table-foot-cell-color);
|
251
|
-
}
|
252
|
-
.table tbody {
|
253
|
-
background-color: var(--bulma-table-body-background-color);
|
254
|
-
}
|
255
|
-
.table tbody tr:last-child td,
|
256
|
-
.table tbody tr:last-child th {
|
257
|
-
border-bottom-width: 0;
|
258
|
-
}
|
259
|
-
.table.is-bordered td,
|
260
|
-
.table.is-bordered th {
|
261
|
-
border-width: 1px;
|
262
|
-
}
|
263
|
-
.table.is-bordered tr:last-child td,
|
264
|
-
.table.is-bordered tr:last-child th {
|
265
|
-
border-bottom-width: 1px;
|
266
|
-
}
|
267
|
-
.table.is-fullwidth {
|
268
|
-
width: 100%;
|
269
|
-
}
|
270
|
-
.table.is-hoverable tbody tr:not(.is-selected):hover {
|
271
|
-
background-color: var(--bulma-table-row-hover-background-color);
|
272
|
-
}
|
273
|
-
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
|
274
|
-
background-color: var(--bulma-table-row-hover-background-color);
|
275
|
-
}
|
276
|
-
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
|
277
|
-
background-color: var(--bulma-table-striped-row-even-hover-background-color);
|
278
|
-
}
|
279
|
-
.table.is-narrow td,
|
280
|
-
.table.is-narrow th {
|
281
|
-
padding: 0.25em 0.5em;
|
282
|
-
}
|
283
|
-
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
|
284
|
-
background-color: var(--bulma-table-striped-row-even-background-color);
|
285
|
-
}
|
286
|
-
|
287
|
-
.table-container {
|
288
|
-
-webkit-overflow-scrolling: touch;
|
289
|
-
overflow: auto;
|
290
|
-
overflow-y: hidden;
|
291
|
-
max-width: 100%;
|
292
|
-
}
|
293
|
-
|
294
|
-
/*# sourceMappingURL=table.css.map */
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../utilities/controls.scss","../utilities/css-variables.scss","../utilities/mixins.scss","table.scss"],"names":[],"mappings":"AAkBA;ECoBE;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;;;AChBA;EACE,eAFmB;;;ACgBvB;EFCE;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;EAAA;;;AE0BF;EAGE;EACA;;AAEA;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIE;AAAA;EF5CJ;EAAA;EAAA;EAAA;;AE4CI;AAAA;EF5CJ;EAAA;EAAA;EAAA;;AE4CI;AAAA;EF5CJ;EAAA;EAAA;EAAA;;AE4CI;AAAA;EF5CJ;EAAA;EAAA;EAAA;;AE4CI;AAAA;EF5CJ;EAAA;EAAA;EAAA;;AE4CI;AAAA;EF5CJ;EAAA;EAAA;EAAA;;AE4CI;AAAA;EF5CJ;EAAA;EAAA;EAAA;;AE4CI;AAAA;EF5CJ;EAAA;EAAA;EAAA;;AE4CI;AAAA;EF5CJ;EAAA;EAAA;EAAA;;AE4CI;AAAA;EF5CJ;EAAA;EAAA;EAAA;;AE4CI;AAAA;EF5CJ;EAAA;EAAA;EAAA;;AEyDE;AAAA;EACE;EACA;;AAGF;AAAA;EACE;EACA;;AAEA;AAAA;AAAA;AAAA;EAEE;;AAIJ;AAAA;EACE;;AAIJ;EACE;;AAEA;EACE;;AAKF;EACE;EACA;;AAEA;AAAA;EAEE;;AAGF;AAAA;EAEE;EACA;;AAKF;EFvGJ;EAAA;EAAA;EAAA;;AEuGI;EFvGJ;EAAA;EAAA;EAAA;;AEuGI;EFvGJ;EAAA;EAAA;EAAA;;AEuGI;EFvGJ;EAAA;EAAA;EAAA;;AEuGI;EFvGJ;EAAA;EAAA;EAAA;;AEuGI;EFvGJ;EAAA;EAAA;EAAA;;AEuGI;EFvGJ;EAAA;EAAA;EAAA;;AEuGI;EFvGJ;EAAA;EAAA;EAAA;;AEuGI;EFvGJ;EAAA;EAAA;EAAA;;AEuGI;EFvGJ;EAAA;EAAA;EAAA;;AEuGI;EFvGJ;EAAA;EAAA;EAAA;;AEoHA;EACE;;AAEA;AAAA;EAEE;EACA;;AAIJ;EACE;;AAEA;AAAA;EAEE;EACA;;AAIJ;EACE;;AAII;AAAA;EAEE;;AAQN;AAAA;EAEE;;AAKE;AAAA;EAEE;;AAMR;EACE;;AAMI;EACE;;AAQA;EACE;;AAEA;EACE;;AAWV;AAAA;EAEE;;AAOE;EACE;;;AASV;EDjCE;ECoCA;EACA;EACA","file":"table.css"}
|