@db-ux/core-components 3.0.2-copilot2-e7bf98b → 3.0.2-shell2-badc28f
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/build/assets/icons/LICENCES.json +24 -0
- package/build/assets/icons/double_chevron_left.svg +1 -0
- package/build/assets/icons/double_chevron_right.svg +1 -0
- package/build/assets/icons/fonts/all/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_12/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_14/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_16/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_20/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_24/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_28/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_32/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_48/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/default_64/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_12/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_14/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_16/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_20/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_24/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_28/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_32/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_48/db-ux.woff2 +0 -0
- package/build/assets/icons/fonts/filled_64/db-ux.woff2 +0 -0
- package/build/assets/icons/house.svg +1 -0
- package/build/assets/icons/intermediary_stop.svg +1 -0
- package/build/components/accordion/accordion.css +5 -5
- package/build/components/button/button.scss +1 -1
- package/build/components/{brand/brand.css → control-panel-brand/control-panel-brand.css} +12 -6
- package/build/components/{brand/brand.scss → control-panel-brand/control-panel-brand.scss} +10 -1
- package/build/components/control-panel-desktop/control-panel-desktop.css +791 -0
- package/build/components/control-panel-desktop/control-panel-desktop.scss +29 -0
- package/build/components/control-panel-flat-icon-navigation/control-panel-flat-icon-navigation.css +192 -0
- package/build/components/control-panel-flat-icon-navigation/control-panel-flat-icon-navigation.scss +84 -0
- package/build/components/control-panel-meta-navigation/control-panel-meta-navigation.css +54 -0
- package/build/components/control-panel-meta-navigation/control-panel-meta-navigation.scss +12 -0
- package/build/components/control-panel-mobile/control-panel-mobile.css +716 -0
- package/build/components/control-panel-mobile/control-panel-mobile.scss +125 -0
- package/build/components/control-panel-primary-actions/control-panel-primary-actions.css +16 -0
- package/build/components/control-panel-primary-actions/control-panel-primary-actions.scss +8 -0
- package/build/components/control-panel-secondary-actions/control-panel-secondary-actions.css +16 -0
- package/build/components/control-panel-secondary-actions/control-panel-secondary-actions.scss +8 -0
- package/build/components/custom-select/custom-select.css +4 -4
- package/build/components/custom-select-dropdown/custom-select-dropdown.css +12 -12
- package/build/components/custom-select-list-item/custom-select-list-item.css +6 -6
- package/build/components/divider/divider.css +6 -6
- package/build/components/drawer/drawer.css +6 -5
- package/build/components/drawer/drawer.scss +6 -26
- package/build/components/navigation/navigation.css +394 -123
- package/build/components/navigation/navigation.scss +155 -72
- package/build/components/navigation-item/navigation-item.css +35 -418
- package/build/components/navigation-item/navigation-item.scss +8 -310
- package/build/components/navigation-item-group/navigation-item-group-menu-popover.css +189 -0
- package/build/components/navigation-item-group/navigation-item-group-menu-popover.scss +105 -0
- package/build/components/navigation-item-group/navigation-item-group-menu-tree.css +208 -0
- package/build/components/navigation-item-group/navigation-item-group-menu-tree.scss +40 -0
- package/build/components/navigation-item-group/navigation-item-group.css +432 -0
- package/build/components/navigation-item-group/navigation-item-group.scss +69 -0
- package/build/components/shell/shell-desktop.css +548 -0
- package/build/components/shell/shell-desktop.scss +187 -0
- package/build/components/shell/shell-mobile.css +633 -0
- package/build/components/shell/shell-mobile.scss +107 -0
- package/build/components/shell/shell.css +1876 -0
- package/build/components/shell/shell.scss +84 -0
- package/build/components/shell-sub-navigation/shell-sub-navigation.css +11 -0
- package/build/components/shell-sub-navigation/shell-sub-navigation.scss +15 -0
- package/build/components/stack/stack-web-component.css +1 -0
- package/build/components/stack/stack.css +1 -0
- package/build/components/tab-item/tab-item.scss +0 -1
- package/build/components/tab-list/tab-list.css +1 -1
- package/build/components/tabs/tabs.css +106 -23
- package/build/components/tabs/tabs.scss +25 -70
- package/build/components/tag/tag.css +5 -11
- package/build/components/tag/tag.scss +1 -5
- package/build/components/textarea/textarea.css +1 -1
- package/build/styles/absolute.css +6 -6
- package/build/styles/component-animations.css +1 -1
- package/build/styles/index.css +5 -5
- package/build/styles/index.scss +11 -3
- package/build/styles/internal/_control-panel-desktop.scss +455 -0
- package/build/styles/internal/_control-panel-mobile.scss +130 -0
- package/build/styles/internal/_custom-elements.scss +22 -4
- package/build/styles/internal/_icon-passing.scss +19 -9
- package/build/styles/internal/{_db-puls.scss → _indicator.scss} +37 -16
- package/build/styles/internal/_navigation-item.scss +122 -0
- package/build/styles/internal/_scrollbar.scss +71 -0
- package/build/styles/relative.css +6 -6
- package/build/styles/rollup.css +6 -6
- package/build/styles/wc-workarounds.css +1 -1
- package/build/styles/wc-workarounds.scss +11 -0
- package/build/styles/webpack.css +6 -6
- package/package.json +3 -7
- package/agent/_instructions.md +0 -9
- package/build/components/header/header.css +0 -759
- package/build/components/header/header.scss +0 -259
- package/build/components/page/page.css +0 -52
- package/build/components/page/page.scss +0 -52
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
@use "@db-ux/core-foundations/build/styles/variables";
|
|
2
|
+
@use "@db-ux/core-foundations/build/styles/helpers";
|
|
3
|
+
@use "@db-ux/core-foundations/build/styles/density";
|
|
4
|
+
@use "@db-ux/core-foundations/build/styles/colors";
|
|
5
|
+
@use "../../styles/internal/component";
|
|
6
|
+
@use "../../styles/internal/control-panel-desktop";
|
|
7
|
+
|
|
8
|
+
.db-control-panel-desktop {
|
|
9
|
+
background-color: colors.$db-adaptive-bg-basic-level-1-default;
|
|
10
|
+
display: grid;
|
|
11
|
+
position: relative;
|
|
12
|
+
min-block-size: component.$min-mobile-header-height;
|
|
13
|
+
|
|
14
|
+
&[data-orientation="vertical"] {
|
|
15
|
+
@extend %control-panel-desktop-vertical-orientation;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&[data-orientation="horizontal"] {
|
|
19
|
+
@extend %control-panel-desktop-horizontal-orientation;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.db-link {
|
|
23
|
+
display: inline-block;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.db-navigation {
|
|
27
|
+
grid-area: navigation;
|
|
28
|
+
}
|
|
29
|
+
}
|
package/build/components/control-panel-flat-icon-navigation/control-panel-flat-icon-navigation.css
ADDED
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
/* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
|
|
2
|
+
/* Use fixed spacings for all kind of distances (margin, padding, ...) */
|
|
3
|
+
/* The primary use-case for responsive spacings are
|
|
4
|
+
paddings/gaps in an application e.g. the <main> should have a responsive padding. */
|
|
5
|
+
/* Elevation */
|
|
6
|
+
/* Border */
|
|
7
|
+
/* Opacity */
|
|
8
|
+
/* Transitions */
|
|
9
|
+
/* Screen sizes */
|
|
10
|
+
/* Container sizes */
|
|
11
|
+
.db-visually-hidden,
|
|
12
|
+
[data-visually-hidden=true] {
|
|
13
|
+
clip: rect(0, 0, 0, 0) !important;
|
|
14
|
+
overflow: hidden !important;
|
|
15
|
+
white-space: nowrap !important;
|
|
16
|
+
font-size: 0 !important;
|
|
17
|
+
all: initial;
|
|
18
|
+
inset-block-start: 0 !important;
|
|
19
|
+
block-size: 1px !important;
|
|
20
|
+
position: absolute !important;
|
|
21
|
+
inline-size: 1px !important;
|
|
22
|
+
border-width: 0 !important;
|
|
23
|
+
border-style: initial !important;
|
|
24
|
+
border-color: initial !important;
|
|
25
|
+
border-image: initial !important;
|
|
26
|
+
padding: 0 !important;
|
|
27
|
+
pointer-events: none !important;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
/* Variants for adaptive components like input, select, notification, ... */
|
|
31
|
+
@layer variables {}
|
|
32
|
+
|
|
33
|
+
@layer variables {}
|
|
34
|
+
|
|
35
|
+
@layer variables {}
|
|
36
|
+
|
|
37
|
+
@layer variables {}
|
|
38
|
+
|
|
39
|
+
@layer variables {}
|
|
40
|
+
|
|
41
|
+
@layer variables {}
|
|
42
|
+
|
|
43
|
+
@layer variables {}
|
|
44
|
+
|
|
45
|
+
@layer variables {}
|
|
46
|
+
|
|
47
|
+
@layer variables {}
|
|
48
|
+
|
|
49
|
+
@layer variables {}
|
|
50
|
+
|
|
51
|
+
@layer variables {}
|
|
52
|
+
|
|
53
|
+
@layer variables {}
|
|
54
|
+
|
|
55
|
+
@layer variables {}
|
|
56
|
+
|
|
57
|
+
@layer variables {}
|
|
58
|
+
|
|
59
|
+
@layer variables {}
|
|
60
|
+
|
|
61
|
+
@layer variables {}
|
|
62
|
+
|
|
63
|
+
@layer variables {}
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
Generates 3 types of placeholders, e.g:
|
|
67
|
+
- %db-component-variables-md
|
|
68
|
+
- %db-font-size-md
|
|
69
|
+
- %db-overwrite-font-size-md
|
|
70
|
+
*/
|
|
71
|
+
@layer variables {}
|
|
72
|
+
|
|
73
|
+
@layer variables {}
|
|
74
|
+
|
|
75
|
+
@layer variables {}
|
|
76
|
+
|
|
77
|
+
@layer variables {}
|
|
78
|
+
|
|
79
|
+
@layer variables {}
|
|
80
|
+
|
|
81
|
+
@layer variables {}
|
|
82
|
+
|
|
83
|
+
@layer variables {}
|
|
84
|
+
|
|
85
|
+
@layer variables {}
|
|
86
|
+
|
|
87
|
+
@layer variables {}
|
|
88
|
+
|
|
89
|
+
@layer variables {}
|
|
90
|
+
|
|
91
|
+
@layer variables {}
|
|
92
|
+
|
|
93
|
+
@layer variables {}
|
|
94
|
+
|
|
95
|
+
@layer variables {}
|
|
96
|
+
|
|
97
|
+
@layer variables {}
|
|
98
|
+
|
|
99
|
+
@layer variables {}
|
|
100
|
+
|
|
101
|
+
@layer variables {}
|
|
102
|
+
|
|
103
|
+
@layer variables {}
|
|
104
|
+
|
|
105
|
+
@layer variables {}
|
|
106
|
+
|
|
107
|
+
@layer variables {}
|
|
108
|
+
|
|
109
|
+
@layer variables {}
|
|
110
|
+
|
|
111
|
+
@layer variables {}
|
|
112
|
+
|
|
113
|
+
@layer variables {}
|
|
114
|
+
|
|
115
|
+
@layer variables {}
|
|
116
|
+
|
|
117
|
+
@layer variables {}
|
|
118
|
+
|
|
119
|
+
@layer variables {}
|
|
120
|
+
|
|
121
|
+
.db-control-panel-flat-icon-navigation:not([data-no-text=true]) .db-navigation .db-navigation-item a {
|
|
122
|
+
font: var(--db-type-body-3xs);
|
|
123
|
+
/* stylelint-disable-next-line at-rule-prelude-no-invalid,layer-name-pattern */
|
|
124
|
+
}
|
|
125
|
+
@layer variables {
|
|
126
|
+
.db-control-panel-flat-icon-navigation:not([data-no-text=true]) .db-navigation .db-navigation-item a {
|
|
127
|
+
/* Those variables are only for components to calculate heights and change icons */
|
|
128
|
+
--db-icon-font-weight: var(--db-base-body-icon-weight-3xs);
|
|
129
|
+
--db-icon-font-size: var(--db-base-body-icon-font-size-3xs);
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
@layer variables {}
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* @mixin screen-min-max
|
|
137
|
+
* @param $data an object like (min:"sm", max:"lg") or (min: "sm")
|
|
138
|
+
*/
|
|
139
|
+
.db-control-panel-flat-icon-navigation {
|
|
140
|
+
display: none;
|
|
141
|
+
}
|
|
142
|
+
.db-control-panel-flat-icon-navigation .db-navigation {
|
|
143
|
+
display: flex;
|
|
144
|
+
justify-content: center;
|
|
145
|
+
align-items: center;
|
|
146
|
+
}
|
|
147
|
+
.db-control-panel-flat-icon-navigation .db-navigation > menu {
|
|
148
|
+
display: flex;
|
|
149
|
+
flex-direction: row;
|
|
150
|
+
gap: var(--db-spacing-fixed-sm);
|
|
151
|
+
justify-content: space-evenly;
|
|
152
|
+
inline-size: 100%;
|
|
153
|
+
max-inline-size: var(--db-container-3xl);
|
|
154
|
+
}
|
|
155
|
+
.db-control-panel-flat-icon-navigation .db-navigation > menu .db-navigation-item {
|
|
156
|
+
justify-content: center;
|
|
157
|
+
align-items: center;
|
|
158
|
+
}
|
|
159
|
+
.db-control-panel-flat-icon-navigation .db-navigation > menu .db-navigation-item a {
|
|
160
|
+
min-block-size: var(--db-sizing-md);
|
|
161
|
+
min-inline-size: var(--db-sizing-md);
|
|
162
|
+
}
|
|
163
|
+
.db-control-panel-flat-icon-navigation .db-navigation .db-navigation-item:not([data-icon]),
|
|
164
|
+
.db-control-panel-flat-icon-navigation .db-navigation .db-navigation-item-group {
|
|
165
|
+
display: none;
|
|
166
|
+
}
|
|
167
|
+
.db-control-panel-flat-icon-navigation[data-no-text=true] .db-navigation .db-navigation-item {
|
|
168
|
+
--db-icon-passing-padding-inline-start: 0;
|
|
169
|
+
}
|
|
170
|
+
.db-control-panel-flat-icon-navigation[data-no-text=true] .db-navigation .db-navigation-item::before {
|
|
171
|
+
--db-icon-passing-inset-inline-start: calc(50% - 0.5em);
|
|
172
|
+
}
|
|
173
|
+
.db-control-panel-flat-icon-navigation[data-no-text=true] .db-navigation .db-navigation-item a {
|
|
174
|
+
font-size: 0;
|
|
175
|
+
padding: 0;
|
|
176
|
+
}
|
|
177
|
+
.db-control-panel-flat-icon-navigation[data-no-text=true] .db-navigation .db-navigation-item .db-tooltip {
|
|
178
|
+
--db-show-popover-visibility: visible;
|
|
179
|
+
}
|
|
180
|
+
.db-control-panel-flat-icon-navigation:not([data-no-text=true]) .db-navigation .db-navigation-item {
|
|
181
|
+
--db-icon-passing-padding-inline-start: var(--db-spacing-fixed-3xs);
|
|
182
|
+
--nav-icon-size: var(--db-icon-font-size);
|
|
183
|
+
}
|
|
184
|
+
.db-control-panel-flat-icon-navigation:not([data-no-text=true]) .db-navigation .db-navigation-item::before {
|
|
185
|
+
--db-icon-passing-inset-inline-start: calc(50% - 0.5em);
|
|
186
|
+
--db-icon-passing-inset-block-start: 0;
|
|
187
|
+
}
|
|
188
|
+
.db-control-panel-flat-icon-navigation:not([data-no-text=true]) .db-navigation .db-navigation-item a {
|
|
189
|
+
padding-block: var(--nav-icon-size) 0;
|
|
190
|
+
padding-inline-end: var(--db-spacing-fixed-3xs);
|
|
191
|
+
inline-size: fit-content;
|
|
192
|
+
}
|
package/build/components/control-panel-flat-icon-navigation/control-panel-flat-icon-navigation.scss
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
@use "sass:string";
|
|
2
|
+
@use "@db-ux/core-foundations/build/styles/variables";
|
|
3
|
+
@use "@db-ux/core-foundations/build/styles/fonts";
|
|
4
|
+
@use "../../styles/internal/form-components";
|
|
5
|
+
|
|
6
|
+
.db-control-panel-flat-icon-navigation {
|
|
7
|
+
display: none;
|
|
8
|
+
|
|
9
|
+
.db-navigation {
|
|
10
|
+
display: flex;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
align-items: center;
|
|
13
|
+
|
|
14
|
+
> menu {
|
|
15
|
+
display: flex;
|
|
16
|
+
flex-direction: row;
|
|
17
|
+
gap: variables.$db-spacing-fixed-sm;
|
|
18
|
+
justify-content: space-evenly;
|
|
19
|
+
inline-size: 100%;
|
|
20
|
+
max-inline-size: variables.$db-container-3xl;
|
|
21
|
+
|
|
22
|
+
.db-navigation-item {
|
|
23
|
+
justify-content: center;
|
|
24
|
+
align-items: center;
|
|
25
|
+
|
|
26
|
+
a {
|
|
27
|
+
min-block-size: variables.$db-sizing-md;
|
|
28
|
+
min-inline-size: variables.$db-sizing-md;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.db-navigation-item:not([data-icon]),
|
|
34
|
+
.db-navigation-item-group {
|
|
35
|
+
// we don't allow item groups for flat-icon variant or non icon navigation-items
|
|
36
|
+
display: none;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&[data-no-text="true"] {
|
|
41
|
+
.db-navigation {
|
|
42
|
+
.db-navigation-item {
|
|
43
|
+
--db-icon-passing-padding-inline-start: 0;
|
|
44
|
+
|
|
45
|
+
&::before {
|
|
46
|
+
--db-icon-passing-inset-inline-start: calc(50% - 0.5em);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
a {
|
|
50
|
+
font-size: 0;
|
|
51
|
+
padding: 0;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.db-tooltip {
|
|
55
|
+
// We show tooltip for collapsed state
|
|
56
|
+
--db-show-popover-visibility: visible;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
&:not([data-no-text="true"]) {
|
|
63
|
+
.db-navigation {
|
|
64
|
+
.db-navigation-item {
|
|
65
|
+
--db-icon-passing-padding-inline-start: #{variables.$db-spacing-fixed-3xs};
|
|
66
|
+
--nav-icon-size: #{form-components.$font-size-height};
|
|
67
|
+
|
|
68
|
+
&::before {
|
|
69
|
+
--db-icon-passing-inset-inline-start: calc(50% - 0.5em);
|
|
70
|
+
--db-icon-passing-inset-block-start: 0;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
a {
|
|
74
|
+
@extend %db-overwrite-font-size-3xs;
|
|
75
|
+
|
|
76
|
+
// stylelint-disable-next-line db-ux/use-spacings
|
|
77
|
+
padding-block: var(--nav-icon-size) 0;
|
|
78
|
+
padding-inline-end: variables.$db-spacing-fixed-3xs;
|
|
79
|
+
inline-size: fit-content;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
/* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
|
|
2
|
+
/* Use fixed spacings for all kind of distances (margin, padding, ...) */
|
|
3
|
+
/* The primary use-case for responsive spacings are
|
|
4
|
+
paddings/gaps in an application e.g. the <main> should have a responsive padding. */
|
|
5
|
+
/* Elevation */
|
|
6
|
+
/* Border */
|
|
7
|
+
/* Opacity */
|
|
8
|
+
/* Transitions */
|
|
9
|
+
/* Screen sizes */
|
|
10
|
+
/* Container sizes */
|
|
11
|
+
/* Variants for adaptive components like input, select, notification, ... */
|
|
12
|
+
@layer variables {}
|
|
13
|
+
|
|
14
|
+
@layer variables {}
|
|
15
|
+
|
|
16
|
+
@layer variables {}
|
|
17
|
+
|
|
18
|
+
@layer variables {}
|
|
19
|
+
|
|
20
|
+
@layer variables {}
|
|
21
|
+
|
|
22
|
+
@layer variables {}
|
|
23
|
+
|
|
24
|
+
@layer variables {}
|
|
25
|
+
|
|
26
|
+
@layer variables {}
|
|
27
|
+
|
|
28
|
+
@layer variables {}
|
|
29
|
+
|
|
30
|
+
@layer variables {}
|
|
31
|
+
|
|
32
|
+
@layer variables {}
|
|
33
|
+
|
|
34
|
+
@layer variables {}
|
|
35
|
+
|
|
36
|
+
@layer variables {}
|
|
37
|
+
|
|
38
|
+
@layer variables {}
|
|
39
|
+
|
|
40
|
+
@layer variables {}
|
|
41
|
+
|
|
42
|
+
@layer variables {}
|
|
43
|
+
|
|
44
|
+
@layer variables {}
|
|
45
|
+
|
|
46
|
+
.db-control-panel-meta-navigation {
|
|
47
|
+
display: flex;
|
|
48
|
+
flex-flow: row wrap;
|
|
49
|
+
justify-content: flex-end;
|
|
50
|
+
background-color: var(--db-adaptive-bg-basic-level-2-default);
|
|
51
|
+
padding: var(--db-spacing-fixed-xs) var(--db-spacing-fixed-lg);
|
|
52
|
+
gap: var(--db-spacing-fixed-md);
|
|
53
|
+
grid-area: meta;
|
|
54
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
@use "@db-ux/core-foundations/build/styles/variables";
|
|
2
|
+
@use "@db-ux/core-foundations/build/styles/colors";
|
|
3
|
+
|
|
4
|
+
.db-control-panel-meta-navigation {
|
|
5
|
+
display: flex;
|
|
6
|
+
flex-flow: row wrap;
|
|
7
|
+
justify-content: flex-end;
|
|
8
|
+
background-color: colors.$db-adaptive-bg-basic-level-2-default;
|
|
9
|
+
padding: variables.$db-spacing-fixed-xs variables.$db-spacing-fixed-lg;
|
|
10
|
+
gap: variables.$db-spacing-fixed-md;
|
|
11
|
+
grid-area: meta;
|
|
12
|
+
}
|