@design.estate/dees-catalog 3.55.0 → 3.55.2
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_bundle/bundle.js +135 -142
- package/dist_ts_web/00_commitinfo_data.js +1 -1
- package/dist_ts_web/elements/00group-appui/dees-appui/dees-appui.js +2 -3
- package/dist_ts_web/elements/00group-appui/dees-appui-appbar/styles.js +7 -7
- package/dist_ts_web/elements/00group-appui/dees-appui-bottombar/dees-appui-bottombar.js +11 -11
- package/dist_ts_web/elements/00group-appui/dees-appui-maincontent/dees-appui-maincontent.js +3 -4
- package/dist_ts_web/elements/00group-appui/dees-appui-mainmenu/dees-appui-mainmenu.js +32 -33
- package/dist_ts_web/elements/00group-appui/dees-appui-secondarymenu/dees-appui-secondarymenu.js +29 -30
- package/dist_ts_web/elements/00group-appui/dees-appui-tabs/dees-appui-tabs.js +21 -22
- package/dist_ts_web/elements/00group-simple/dees-simple-appdash/dees-simple-appdash.js +30 -31
- package/dist_ts_web/elements/00group-simple/dees-simple-login/dees-simple-login.js +7 -8
- package/dist_watch/bundle.js +133 -140
- package/dist_watch/bundle.js.map +2 -2
- package/package.json +1 -1
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/elements/00group-appui/dees-appui/dees-appui.ts +1 -2
- package/ts_web/elements/00group-appui/dees-appui-appbar/styles.ts +6 -6
- package/ts_web/elements/00group-appui/dees-appui-bottombar/dees-appui-bottombar.ts +10 -10
- package/ts_web/elements/00group-appui/dees-appui-maincontent/dees-appui-maincontent.ts +2 -3
- package/ts_web/elements/00group-appui/dees-appui-mainmenu/dees-appui-mainmenu.ts +31 -32
- package/ts_web/elements/00group-appui/dees-appui-secondarymenu/dees-appui-secondarymenu.ts +28 -29
- package/ts_web/elements/00group-appui/dees-appui-tabs/dees-appui-tabs.ts +20 -21
- package/ts_web/elements/00group-simple/dees-simple-appdash/dees-simple-appdash.ts +29 -30
- package/ts_web/elements/00group-simple/dees-simple-login/dees-simple-login.ts +6 -7
package/dist_watch/bundle.js
CHANGED
|
@@ -141176,8 +141176,8 @@ var appuiAppbarStyles = [
|
|
|
141176
141176
|
position: relative;
|
|
141177
141177
|
width: 100%;
|
|
141178
141178
|
height: var(--appbar-height);
|
|
141179
|
-
border-bottom: 1px solid
|
|
141180
|
-
background:
|
|
141179
|
+
border-bottom: 1px solid var(--dees-color-border-default);
|
|
141180
|
+
background: var(--dees-color-bg-primary);
|
|
141181
141181
|
color: ${cssManager.bdTheme("#00000080", "#ffffff80")};
|
|
141182
141182
|
font-size: var(--appbar-font-size);
|
|
141183
141183
|
display: grid;
|
|
@@ -141242,8 +141242,8 @@ var appuiAppbarStyles = [
|
|
|
141242
141242
|
top: 100%;
|
|
141243
141243
|
left: 0;
|
|
141244
141244
|
min-width: 200px;
|
|
141245
|
-
background:
|
|
141246
|
-
border: 1px solid
|
|
141245
|
+
background: var(--dees-color-bg-primary);
|
|
141246
|
+
border: 1px solid var(--dees-color-border-default);
|
|
141247
141247
|
border-radius: 4px;
|
|
141248
141248
|
box-shadow: ${cssManager.bdTheme("0 4px 12px rgba(0, 0, 0, 0.15)", "0 4px 12px rgba(0, 0, 0, 0.3)")};
|
|
141249
141249
|
margin-top: 4px;
|
|
@@ -141276,7 +141276,7 @@ var appuiAppbarStyles = [
|
|
|
141276
141276
|
|
|
141277
141277
|
.dropdown-divider {
|
|
141278
141278
|
height: 1px;
|
|
141279
|
-
background:
|
|
141279
|
+
background: var(--dees-color-border-default);
|
|
141280
141280
|
margin: 4px 0;
|
|
141281
141281
|
}
|
|
141282
141282
|
|
|
@@ -141379,7 +141379,7 @@ var appuiAppbarStyles = [
|
|
|
141379
141379
|
width: 8px;
|
|
141380
141380
|
height: 8px;
|
|
141381
141381
|
border-radius: 50%;
|
|
141382
|
-
border: 2px solid
|
|
141382
|
+
border: 2px solid var(--dees-color-bg-primary);
|
|
141383
141383
|
}
|
|
141384
141384
|
|
|
141385
141385
|
.user-status.online {
|
|
@@ -142728,10 +142728,10 @@ __publicField(_DeesAppuiBottombar, "styles", [
|
|
|
142728
142728
|
align-items: center;
|
|
142729
142729
|
padding: 0 8px;
|
|
142730
142730
|
gap: 4px;
|
|
142731
|
-
background:
|
|
142732
|
-
border-top: 1px solid
|
|
142731
|
+
background: var(--dees-color-bg-tertiary);
|
|
142732
|
+
border-top: 1px solid var(--dees-color-border-default);
|
|
142733
142733
|
font-size: 11px;
|
|
142734
|
-
color:
|
|
142734
|
+
color: var(--dees-color-text-muted);
|
|
142735
142735
|
}
|
|
142736
142736
|
|
|
142737
142737
|
.widget {
|
|
@@ -142746,8 +142746,8 @@ __publicField(_DeesAppuiBottombar, "styles", [
|
|
|
142746
142746
|
}
|
|
142747
142747
|
|
|
142748
142748
|
.widget:hover {
|
|
142749
|
-
background:
|
|
142750
|
-
color:
|
|
142749
|
+
background: var(--dees-color-hover);
|
|
142750
|
+
color: var(--dees-color-text-secondary);
|
|
142751
142751
|
}
|
|
142752
142752
|
|
|
142753
142753
|
.widget dees-icon {
|
|
@@ -142757,7 +142757,7 @@ __publicField(_DeesAppuiBottombar, "styles", [
|
|
|
142757
142757
|
.widget-separator {
|
|
142758
142758
|
width: 1px;
|
|
142759
142759
|
height: 14px;
|
|
142760
|
-
background:
|
|
142760
|
+
background: var(--dees-color-border-strong);
|
|
142761
142761
|
margin: 0 4px;
|
|
142762
142762
|
}
|
|
142763
142763
|
|
|
@@ -142800,12 +142800,12 @@ __publicField(_DeesAppuiBottombar, "styles", [
|
|
|
142800
142800
|
border-radius: 3px;
|
|
142801
142801
|
cursor: pointer;
|
|
142802
142802
|
transition: background 0.15s ease;
|
|
142803
|
-
color:
|
|
142803
|
+
color: var(--dees-color-text-muted);
|
|
142804
142804
|
}
|
|
142805
142805
|
|
|
142806
142806
|
.action-button:hover {
|
|
142807
|
-
background:
|
|
142808
|
-
color:
|
|
142807
|
+
background: var(--dees-color-hover);
|
|
142808
|
+
color: var(--dees-color-text-secondary);
|
|
142809
142809
|
}
|
|
142810
142810
|
|
|
142811
142811
|
.action-button.disabled {
|
|
@@ -142815,7 +142815,7 @@ __publicField(_DeesAppuiBottombar, "styles", [
|
|
|
142815
142815
|
|
|
142816
142816
|
.action-button.disabled:hover {
|
|
142817
142817
|
background: transparent;
|
|
142818
|
-
color:
|
|
142818
|
+
color: var(--dees-color-text-muted);
|
|
142819
142819
|
}
|
|
142820
142820
|
`
|
|
142821
142821
|
]);
|
|
@@ -173707,28 +173707,27 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
173707
173707
|
themeDefaultStyles,
|
|
173708
173708
|
cssManager.defaultStyles,
|
|
173709
173709
|
i`
|
|
173710
|
-
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
|
|
173711
173710
|
:host {
|
|
173712
173711
|
--menu-width-expanded: 200px;
|
|
173713
173712
|
--menu-width-collapsed: 56px;
|
|
173714
|
-
--tooltip-bg:
|
|
173715
|
-
--tooltip-fg:
|
|
173713
|
+
--tooltip-bg: var(--dees-color-tooltip-bg);
|
|
173714
|
+
--tooltip-fg: var(--dees-color-tooltip-fg);
|
|
173716
173715
|
position: relative;
|
|
173717
173716
|
display: block;
|
|
173718
173717
|
height: 100%;
|
|
173719
173718
|
}
|
|
173720
173719
|
|
|
173721
173720
|
.mainContainer {
|
|
173722
|
-
color:
|
|
173721
|
+
color: var(--dees-color-text-secondary);
|
|
173723
173722
|
z-index: ${zIndexLayers.fixed.appBar};
|
|
173724
173723
|
display: flex;
|
|
173725
173724
|
flex-direction: column;
|
|
173726
173725
|
position: relative;
|
|
173727
173726
|
width: var(--menu-width-expanded);
|
|
173728
173727
|
height: 100%;
|
|
173729
|
-
background:
|
|
173728
|
+
background: var(--dees-color-bg-secondary);
|
|
173730
173729
|
user-select: none;
|
|
173731
|
-
border-right: 1px solid
|
|
173730
|
+
border-right: 1px solid var(--dees-color-border-subtle);
|
|
173732
173731
|
font-family: 'Geist Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
|
173733
173732
|
transition: width 0.25s ease;
|
|
173734
173733
|
}
|
|
@@ -173746,23 +173745,23 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
173746
173745
|
width: 24px;
|
|
173747
173746
|
height: 24px;
|
|
173748
173747
|
border-radius: 50%;
|
|
173749
|
-
background:
|
|
173750
|
-
border: 1px solid
|
|
173748
|
+
background: var(--dees-color-bg-primary);
|
|
173749
|
+
border: 1px solid var(--dees-color-border-strong);
|
|
173751
173750
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
173752
173751
|
cursor: pointer;
|
|
173753
173752
|
z-index: 10;
|
|
173754
173753
|
display: flex;
|
|
173755
173754
|
align-items: center;
|
|
173756
173755
|
justify-content: center;
|
|
173757
|
-
color:
|
|
173756
|
+
color: var(--dees-color-text-muted);
|
|
173758
173757
|
opacity: 0;
|
|
173759
173758
|
transition: opacity 0.2s ease, background 0.15s ease;
|
|
173760
173759
|
padding: 0;
|
|
173761
173760
|
}
|
|
173762
173761
|
|
|
173763
173762
|
.collapse-toggle:hover {
|
|
173764
|
-
background:
|
|
173765
|
-
color:
|
|
173763
|
+
background: var(--dees-color-bg-tertiary);
|
|
173764
|
+
color: var(--dees-color-text-primary);
|
|
173766
173765
|
}
|
|
173767
173766
|
|
|
173768
173767
|
:host(:hover) .collapse-toggle {
|
|
@@ -173780,14 +173779,14 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
173780
173779
|
gap: 10px;
|
|
173781
173780
|
height: 48px;
|
|
173782
173781
|
padding: 0 14px;
|
|
173783
|
-
border-bottom: 1px solid
|
|
173782
|
+
border-bottom: 1px solid var(--dees-color-border-subtle);
|
|
173784
173783
|
flex-shrink: 0;
|
|
173785
173784
|
box-sizing: border-box;
|
|
173786
173785
|
}
|
|
173787
173786
|
|
|
173788
173787
|
.logoSection .logoIcon {
|
|
173789
173788
|
font-size: 22px;
|
|
173790
|
-
color:
|
|
173789
|
+
color: var(--dees-color-text-primary);
|
|
173791
173790
|
flex-shrink: 0;
|
|
173792
173791
|
}
|
|
173793
173792
|
|
|
@@ -173795,7 +173794,7 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
173795
173794
|
flex: 1;
|
|
173796
173795
|
font-size: 15px;
|
|
173797
173796
|
font-weight: 600;
|
|
173798
|
-
color:
|
|
173797
|
+
color: var(--dees-color-text-primary);
|
|
173799
173798
|
white-space: nowrap;
|
|
173800
173799
|
overflow: hidden;
|
|
173801
173800
|
text-overflow: ellipsis;
|
|
@@ -173830,12 +173829,12 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
173830
173829
|
}
|
|
173831
173830
|
|
|
173832
173831
|
.menuSection::-webkit-scrollbar-thumb {
|
|
173833
|
-
background:
|
|
173832
|
+
background: var(--dees-color-scrollbar-thumb);
|
|
173834
173833
|
border-radius: 3px;
|
|
173835
173834
|
}
|
|
173836
173835
|
|
|
173837
173836
|
.menuSection::-webkit-scrollbar-thumb:hover {
|
|
173838
|
-
background:
|
|
173837
|
+
background: var(--dees-color-scrollbar-thumb-hover);
|
|
173839
173838
|
}
|
|
173840
173839
|
|
|
173841
173840
|
/* Menu Group */
|
|
@@ -173852,7 +173851,7 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
173852
173851
|
padding: 8px 12px 6px;
|
|
173853
173852
|
font-size: 11px;
|
|
173854
173853
|
font-weight: 600;
|
|
173855
|
-
color:
|
|
173854
|
+
color: var(--dees-color-text-muted);
|
|
173856
173855
|
text-transform: uppercase;
|
|
173857
173856
|
letter-spacing: 0.5px;
|
|
173858
173857
|
white-space: nowrap;
|
|
@@ -173890,21 +173889,21 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
173890
173889
|
border-radius: 6px;
|
|
173891
173890
|
cursor: pointer;
|
|
173892
173891
|
transition: all 0.15s ease;
|
|
173893
|
-
color:
|
|
173892
|
+
color: var(--dees-color-text-secondary);
|
|
173894
173893
|
}
|
|
173895
173894
|
|
|
173896
173895
|
.tab:hover {
|
|
173897
|
-
background:
|
|
173896
|
+
background: var(--dees-color-hover);
|
|
173898
173897
|
color: ${cssManager.bdTheme("#262626", "#e5e5e5")};
|
|
173899
173898
|
}
|
|
173900
173899
|
|
|
173901
173900
|
.tab:active {
|
|
173902
|
-
background:
|
|
173901
|
+
background: var(--dees-color-active);
|
|
173903
173902
|
}
|
|
173904
173903
|
|
|
173905
173904
|
.tab.selectedTab {
|
|
173906
|
-
background:
|
|
173907
|
-
color:
|
|
173905
|
+
background: var(--dees-color-active);
|
|
173906
|
+
color: var(--dees-color-text-primary);
|
|
173908
173907
|
}
|
|
173909
173908
|
|
|
173910
173909
|
.tab.selectedTab::before {
|
|
@@ -173915,7 +173914,7 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
173915
173914
|
transform: translateY(-50%);
|
|
173916
173915
|
width: 3px;
|
|
173917
173916
|
height: 16px;
|
|
173918
|
-
background:
|
|
173917
|
+
background: var(--dees-color-text-primary);
|
|
173919
173918
|
border-radius: 0 2px 2px 0;
|
|
173920
173919
|
}
|
|
173921
173920
|
|
|
@@ -174005,23 +174004,23 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
174005
174004
|
}
|
|
174006
174005
|
|
|
174007
174006
|
.badge.default {
|
|
174008
|
-
background:
|
|
174009
|
-
color:
|
|
174007
|
+
background: var(--dees-color-badge-default-bg);
|
|
174008
|
+
color: var(--dees-color-badge-default-fg);
|
|
174010
174009
|
}
|
|
174011
174010
|
|
|
174012
174011
|
.badge.success {
|
|
174013
|
-
background:
|
|
174014
|
-
color:
|
|
174012
|
+
background: var(--dees-color-badge-success-bg);
|
|
174013
|
+
color: var(--dees-color-badge-success-fg);
|
|
174015
174014
|
}
|
|
174016
174015
|
|
|
174017
174016
|
.badge.warning {
|
|
174018
|
-
background:
|
|
174019
|
-
color:
|
|
174017
|
+
background: var(--dees-color-badge-warning-bg);
|
|
174018
|
+
color: var(--dees-color-badge-warning-fg);
|
|
174020
174019
|
}
|
|
174021
174020
|
|
|
174022
174021
|
.badge.error {
|
|
174023
|
-
background:
|
|
174024
|
-
color:
|
|
174022
|
+
background: var(--dees-color-badge-error-bg);
|
|
174023
|
+
color: var(--dees-color-badge-error-fg);
|
|
174025
174024
|
}
|
|
174026
174025
|
|
|
174027
174026
|
:host([collapsed]) .badge {
|
|
@@ -174032,7 +174031,7 @@ __publicField(_DeesAppuiMainmenu, "styles", [
|
|
|
174032
174031
|
.bottomSection {
|
|
174033
174032
|
flex-shrink: 0;
|
|
174034
174033
|
padding: 8px;
|
|
174035
|
-
border-top: 1px solid
|
|
174034
|
+
border-top: 1px solid var(--dees-color-border-subtle);
|
|
174036
174035
|
display: flex;
|
|
174037
174036
|
flex-direction: column;
|
|
174038
174037
|
gap: 2px;
|
|
@@ -174537,30 +174536,29 @@ __publicField(_DeesAppuiSecondarymenu, "styles", [
|
|
|
174537
174536
|
themeDefaultStyles,
|
|
174538
174537
|
cssManager.defaultStyles,
|
|
174539
174538
|
i`
|
|
174540
|
-
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
|
|
174541
174539
|
:host {
|
|
174542
174540
|
--sidebar-width-expanded: 240px;
|
|
174543
174541
|
--sidebar-width-collapsed: 56px;
|
|
174544
|
-
--sidebar-bg:
|
|
174545
|
-
--sidebar-fg:
|
|
174546
|
-
--sidebar-fg-muted:
|
|
174547
|
-
--sidebar-fg-active:
|
|
174548
|
-
--sidebar-border:
|
|
174549
|
-
--sidebar-hover:
|
|
174550
|
-
--sidebar-active:
|
|
174551
|
-
--sidebar-accent:
|
|
174552
|
-
--tooltip-bg:
|
|
174553
|
-
--tooltip-fg:
|
|
174542
|
+
--sidebar-bg: var(--dees-color-bg-secondary);
|
|
174543
|
+
--sidebar-fg: var(--dees-color-text-secondary);
|
|
174544
|
+
--sidebar-fg-muted: var(--dees-color-text-muted);
|
|
174545
|
+
--sidebar-fg-active: var(--dees-color-text-primary);
|
|
174546
|
+
--sidebar-border: var(--dees-color-border-subtle);
|
|
174547
|
+
--sidebar-hover: var(--dees-color-hover);
|
|
174548
|
+
--sidebar-active: var(--dees-color-active);
|
|
174549
|
+
--sidebar-accent: var(--dees-color-text-primary);
|
|
174550
|
+
--tooltip-bg: var(--dees-color-tooltip-bg);
|
|
174551
|
+
--tooltip-fg: var(--dees-color-tooltip-fg);
|
|
174554
174552
|
|
|
174555
174553
|
/* Badge colors */
|
|
174556
|
-
--badge-default-bg:
|
|
174557
|
-
--badge-default-fg:
|
|
174558
|
-
--badge-success-bg:
|
|
174559
|
-
--badge-success-fg:
|
|
174560
|
-
--badge-warning-bg:
|
|
174561
|
-
--badge-warning-fg:
|
|
174562
|
-
--badge-error-bg:
|
|
174563
|
-
--badge-error-fg:
|
|
174554
|
+
--badge-default-bg: var(--dees-color-badge-default-bg);
|
|
174555
|
+
--badge-default-fg: var(--dees-color-badge-default-fg);
|
|
174556
|
+
--badge-success-bg: var(--dees-color-badge-success-bg);
|
|
174557
|
+
--badge-success-fg: var(--dees-color-badge-success-fg);
|
|
174558
|
+
--badge-warning-bg: var(--dees-color-badge-warning-bg);
|
|
174559
|
+
--badge-warning-fg: var(--dees-color-badge-warning-fg);
|
|
174560
|
+
--badge-error-bg: var(--dees-color-badge-error-bg);
|
|
174561
|
+
--badge-error-fg: var(--dees-color-badge-error-fg);
|
|
174564
174562
|
|
|
174565
174563
|
/* Action colors */
|
|
174566
174564
|
--action-primary: ${cssManager.bdTheme("#2563eb", "#3b82f6")};
|
|
@@ -174600,23 +174598,23 @@ __publicField(_DeesAppuiSecondarymenu, "styles", [
|
|
|
174600
174598
|
width: 24px;
|
|
174601
174599
|
height: 24px;
|
|
174602
174600
|
border-radius: 50%;
|
|
174603
|
-
background:
|
|
174604
|
-
border: 1px solid
|
|
174601
|
+
background: var(--dees-color-bg-primary);
|
|
174602
|
+
border: 1px solid var(--dees-color-border-strong);
|
|
174605
174603
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
174606
174604
|
cursor: pointer;
|
|
174607
174605
|
z-index: 10;
|
|
174608
174606
|
display: flex;
|
|
174609
174607
|
align-items: center;
|
|
174610
174608
|
justify-content: center;
|
|
174611
|
-
color:
|
|
174609
|
+
color: var(--dees-color-text-muted);
|
|
174612
174610
|
opacity: 0;
|
|
174613
174611
|
transition: opacity 0.2s ease, background 0.15s ease;
|
|
174614
174612
|
padding: 0;
|
|
174615
174613
|
}
|
|
174616
174614
|
|
|
174617
174615
|
.collapse-toggle:hover {
|
|
174618
|
-
background:
|
|
174619
|
-
color:
|
|
174616
|
+
background: var(--dees-color-bg-tertiary);
|
|
174617
|
+
color: var(--dees-color-text-primary);
|
|
174620
174618
|
}
|
|
174621
174619
|
|
|
174622
174620
|
:host(:hover) .collapse-toggle {
|
|
@@ -174679,12 +174677,12 @@ __publicField(_DeesAppuiSecondarymenu, "styles", [
|
|
|
174679
174677
|
}
|
|
174680
174678
|
|
|
174681
174679
|
.menuSection::-webkit-scrollbar-thumb {
|
|
174682
|
-
background:
|
|
174680
|
+
background: var(--dees-color-scrollbar-thumb);
|
|
174683
174681
|
border-radius: 3px;
|
|
174684
174682
|
}
|
|
174685
174683
|
|
|
174686
174684
|
.menuSection::-webkit-scrollbar-thumb:hover {
|
|
174687
|
-
background:
|
|
174685
|
+
background: var(--dees-color-scrollbar-thumb-hover);
|
|
174688
174686
|
}
|
|
174689
174687
|
|
|
174690
174688
|
/* Menu Group */
|
|
@@ -174725,7 +174723,7 @@ __publicField(_DeesAppuiSecondarymenu, "styles", [
|
|
|
174725
174723
|
gap: 8px;
|
|
174726
174724
|
font-size: 11px;
|
|
174727
174725
|
font-weight: 600;
|
|
174728
|
-
color:
|
|
174726
|
+
color: var(--dees-color-text-warm);
|
|
174729
174727
|
text-transform: uppercase;
|
|
174730
174728
|
letter-spacing: 0.5px;
|
|
174731
174729
|
white-space: nowrap;
|
|
@@ -174734,13 +174732,13 @@ __publicField(_DeesAppuiSecondarymenu, "styles", [
|
|
|
174734
174732
|
|
|
174735
174733
|
.groupHeader .groupTitle dees-icon {
|
|
174736
174734
|
font-size: 16px;
|
|
174737
|
-
color:
|
|
174735
|
+
color: var(--dees-color-text-warm);
|
|
174738
174736
|
}
|
|
174739
174737
|
|
|
174740
174738
|
.groupHeader .chevron {
|
|
174741
174739
|
font-size: 12px;
|
|
174742
174740
|
transition: transform 0.2s ease;
|
|
174743
|
-
color:
|
|
174741
|
+
color: var(--dees-color-text-warm);
|
|
174744
174742
|
}
|
|
174745
174743
|
|
|
174746
174744
|
.groupHeader.collapsed .chevron {
|
|
@@ -175780,7 +175778,6 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
175780
175778
|
themeDefaultStyles,
|
|
175781
175779
|
cssManager.defaultStyles,
|
|
175782
175780
|
i`
|
|
175783
|
-
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
|
|
175784
175781
|
:host {
|
|
175785
175782
|
display: block;
|
|
175786
175783
|
position: relative;
|
|
@@ -175796,7 +175793,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
175796
175793
|
|
|
175797
175794
|
.tabs-wrapper.horizontal-wrapper {
|
|
175798
175795
|
height: 48px;
|
|
175799
|
-
border-bottom: 1px solid
|
|
175796
|
+
border-bottom: 1px solid var(--dees-color-border-default);
|
|
175800
175797
|
box-sizing: border-box;
|
|
175801
175798
|
overflow: hidden;
|
|
175802
175799
|
display: flex;
|
|
@@ -175853,13 +175850,13 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
175853
175850
|
.tab-actions.left {
|
|
175854
175851
|
padding-left: 12px;
|
|
175855
175852
|
padding-right: 8px;
|
|
175856
|
-
border-right: 1px solid
|
|
175853
|
+
border-right: 1px solid var(--dees-color-border-default);
|
|
175857
175854
|
}
|
|
175858
175855
|
|
|
175859
175856
|
.tab-actions.right {
|
|
175860
175857
|
padding-right: 12px;
|
|
175861
175858
|
padding-left: 8px;
|
|
175862
|
-
border-left: 1px solid
|
|
175859
|
+
border-left: 1px solid var(--dees-color-border-default);
|
|
175863
175860
|
}
|
|
175864
175861
|
|
|
175865
175862
|
.tab-action-button {
|
|
@@ -175872,17 +175869,17 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
175872
175869
|
cursor: pointer;
|
|
175873
175870
|
transition: background 0.15s ease, color 0.15s ease;
|
|
175874
175871
|
background: transparent;
|
|
175875
|
-
color:
|
|
175872
|
+
color: var(--dees-color-text-muted);
|
|
175876
175873
|
flex-shrink: 0;
|
|
175877
175874
|
}
|
|
175878
175875
|
|
|
175879
175876
|
.tab-action-button:hover {
|
|
175880
|
-
background:
|
|
175881
|
-
color:
|
|
175877
|
+
background: var(--dees-color-active);
|
|
175878
|
+
color: var(--dees-color-text-primary);
|
|
175882
175879
|
}
|
|
175883
175880
|
|
|
175884
175881
|
.tab-action-button:active {
|
|
175885
|
-
background:
|
|
175882
|
+
background: var(--dees-color-pressed);
|
|
175886
175883
|
}
|
|
175887
175884
|
|
|
175888
175885
|
.tab-action-button.disabled {
|
|
@@ -175892,7 +175889,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
175892
175889
|
|
|
175893
175890
|
.tab-action-button.disabled:hover {
|
|
175894
175891
|
background: transparent;
|
|
175895
|
-
color:
|
|
175892
|
+
color: var(--dees-color-text-muted);
|
|
175896
175893
|
}
|
|
175897
175894
|
|
|
175898
175895
|
.tab-action-button dees-icon {
|
|
@@ -175957,12 +175954,12 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
175957
175954
|
font-size: 14px;
|
|
175958
175955
|
gap: 2px;
|
|
175959
175956
|
position: relative;
|
|
175960
|
-
background:
|
|
175957
|
+
background: var(--dees-color-bg-tertiary);
|
|
175961
175958
|
border-radius: 8px;
|
|
175962
175959
|
}
|
|
175963
175960
|
|
|
175964
175961
|
.tab {
|
|
175965
|
-
color:
|
|
175962
|
+
color: var(--dees-color-text-muted);
|
|
175966
175963
|
white-space: nowrap;
|
|
175967
175964
|
cursor: pointer;
|
|
175968
175965
|
transition: color 0.15s ease;
|
|
@@ -175990,7 +175987,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
175990
175987
|
transform: translateY(-50%);
|
|
175991
175988
|
height: 20px;
|
|
175992
175989
|
width: 1px;
|
|
175993
|
-
background:
|
|
175990
|
+
background: var(--dees-color-border-default);
|
|
175994
175991
|
opacity: 0.5;
|
|
175995
175992
|
}
|
|
175996
175993
|
|
|
@@ -176011,11 +176008,11 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
176011
176008
|
}
|
|
176012
176009
|
|
|
176013
176010
|
.tab:hover {
|
|
176014
|
-
color:
|
|
176011
|
+
color: var(--dees-color-text-primary);
|
|
176015
176012
|
}
|
|
176016
176013
|
|
|
176017
176014
|
.horizontal .tab:hover {
|
|
176018
|
-
background:
|
|
176015
|
+
background: var(--dees-color-hover);
|
|
176019
176016
|
}
|
|
176020
176017
|
|
|
176021
176018
|
.horizontal .tab:hover::after,
|
|
@@ -176028,7 +176025,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
176028
176025
|
}
|
|
176029
176026
|
|
|
176030
176027
|
.horizontal .tab.selectedTab {
|
|
176031
|
-
color:
|
|
176028
|
+
color: var(--dees-color-text-primary);
|
|
176032
176029
|
}
|
|
176033
176030
|
|
|
176034
176031
|
.horizontal .tab.selectedTab::after,
|
|
@@ -176037,7 +176034,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
176037
176034
|
}
|
|
176038
176035
|
|
|
176039
176036
|
.vertical .tab.selectedTab {
|
|
176040
|
-
color:
|
|
176037
|
+
color: var(--dees-color-text-primary);
|
|
176041
176038
|
}
|
|
176042
176039
|
|
|
176043
176040
|
.tab dees-icon {
|
|
@@ -176057,7 +176054,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
176057
176054
|
.tabs-wrapper .tabIndicator {
|
|
176058
176055
|
height: 3px;
|
|
176059
176056
|
bottom: 0;
|
|
176060
|
-
background:
|
|
176057
|
+
background: var(--dees-color-accent-primary);
|
|
176061
176058
|
border-radius: 3px 3px 0 0;
|
|
176062
176059
|
z-index: 3;
|
|
176063
176060
|
}
|
|
@@ -176070,7 +176067,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
176070
176067
|
left: 8px;
|
|
176071
176068
|
right: 8px;
|
|
176072
176069
|
border-radius: 6px;
|
|
176073
|
-
background:
|
|
176070
|
+
background: var(--dees-color-bg-primary);
|
|
176074
176071
|
z-index: 1;
|
|
176075
176072
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
|
|
176076
176073
|
}
|
|
@@ -176086,7 +176083,7 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
176086
176083
|
margin-left: 8px;
|
|
176087
176084
|
opacity: 0.4;
|
|
176088
176085
|
transition: opacity 0.15s, background 0.15s;
|
|
176089
|
-
color:
|
|
176086
|
+
color: var(--dees-color-text-muted);
|
|
176090
176087
|
}
|
|
176091
176088
|
|
|
176092
176089
|
.tab:hover .tab-close {
|
|
@@ -176095,8 +176092,8 @@ __publicField(_DeesAppuiTabs, "styles", [
|
|
|
176095
176092
|
|
|
176096
176093
|
.tab-close:hover {
|
|
176097
176094
|
opacity: 1;
|
|
176098
|
-
background:
|
|
176099
|
-
color:
|
|
176095
|
+
background: var(--dees-color-pressed);
|
|
176096
|
+
color: var(--dees-color-accent-error);
|
|
176100
176097
|
}
|
|
176101
176098
|
|
|
176102
176099
|
.tab.selectedTab .tab-close {
|
|
@@ -176232,14 +176229,13 @@ __publicField(_DeesAppuiMaincontent, "styles", [
|
|
|
176232
176229
|
themeDefaultStyles,
|
|
176233
176230
|
cssManager.defaultStyles,
|
|
176234
176231
|
i`
|
|
176235
|
-
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
|
|
176236
176232
|
:host {
|
|
176237
|
-
color:
|
|
176233
|
+
color: var(--dees-color-text-secondary);
|
|
176238
176234
|
display: grid;
|
|
176239
176235
|
grid-template-rows: auto 1fr;
|
|
176240
176236
|
width: 100%;
|
|
176241
176237
|
height: 100%;
|
|
176242
|
-
background:
|
|
176238
|
+
background: var(--dees-color-bg-secondary);
|
|
176243
176239
|
}
|
|
176244
176240
|
|
|
176245
176241
|
.maincontainer {
|
|
@@ -177243,12 +177239,11 @@ __publicField(_DeesAppui, "styles", [
|
|
|
177243
177239
|
themeDefaultStyles,
|
|
177244
177240
|
cssManager.defaultStyles,
|
|
177245
177241
|
i`
|
|
177246
|
-
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
|
|
177247
177242
|
:host {
|
|
177248
177243
|
position: absolute;
|
|
177249
177244
|
height: 100%;
|
|
177250
177245
|
width: 100%;
|
|
177251
|
-
background:
|
|
177246
|
+
background: var(--dees-color-bg-tertiary);
|
|
177252
177247
|
}
|
|
177253
177248
|
.maingrid {
|
|
177254
177249
|
position: absolute;
|
|
@@ -196415,9 +196410,8 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196415
196410
|
themeDefaultStyles,
|
|
196416
196411
|
cssManager.defaultStyles,
|
|
196417
196412
|
i`
|
|
196418
|
-
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
|
|
196419
196413
|
:host {
|
|
196420
|
-
color:
|
|
196414
|
+
color: var(--dees-color-text-primary);
|
|
196421
196415
|
user-select: none;
|
|
196422
196416
|
display: block;
|
|
196423
196417
|
overflow: hidden;
|
|
@@ -196441,8 +196435,8 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196441
196435
|
left: 0px;
|
|
196442
196436
|
height: calc(100% - 24px);
|
|
196443
196437
|
width: 240px;
|
|
196444
|
-
background:
|
|
196445
|
-
border-right: 1px solid
|
|
196438
|
+
background: var(--dees-color-bg-secondary);
|
|
196439
|
+
border-right: 1px solid var(--dees-color-border-default);
|
|
196446
196440
|
font-size: 13px;
|
|
196447
196441
|
font-family: 'Geist Sans', sans-serif;
|
|
196448
196442
|
z-index: 2;
|
|
@@ -196453,7 +196447,7 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196453
196447
|
|
|
196454
196448
|
.sidebar-header {
|
|
196455
196449
|
padding: 20px 16px;
|
|
196456
|
-
border-bottom: 1px solid
|
|
196450
|
+
border-bottom: 1px solid var(--dees-color-border-default);
|
|
196457
196451
|
display: flex;
|
|
196458
196452
|
align-items: center;
|
|
196459
196453
|
gap: 12px;
|
|
@@ -196466,7 +196460,7 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196466
196460
|
width: 36px;
|
|
196467
196461
|
height: 36px;
|
|
196468
196462
|
border-radius: 10px;
|
|
196469
|
-
background:
|
|
196463
|
+
background: var(--dees-color-bg-tertiary);
|
|
196470
196464
|
box-shadow: ${cssManager.bdTheme(
|
|
196471
196465
|
"0 1px 2px rgb(0 0 0 / 0.05)",
|
|
196472
196466
|
"0 1px 2px rgb(0 0 0 / 0.2)"
|
|
@@ -196475,13 +196469,13 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196475
196469
|
|
|
196476
196470
|
.header-icon-wrapper dees-icon {
|
|
196477
196471
|
font-size: 18px;
|
|
196478
|
-
color:
|
|
196472
|
+
color: var(--dees-color-text-primary);
|
|
196479
196473
|
}
|
|
196480
196474
|
|
|
196481
196475
|
.appName {
|
|
196482
196476
|
font-size: 15px;
|
|
196483
196477
|
font-weight: 600;
|
|
196484
|
-
color:
|
|
196478
|
+
color: var(--dees-color-text-primary);
|
|
196485
196479
|
white-space: nowrap;
|
|
196486
196480
|
overflow: hidden;
|
|
196487
196481
|
text-overflow: ellipsis;
|
|
@@ -196492,7 +196486,7 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196492
196486
|
overflow-y: auto;
|
|
196493
196487
|
padding: 12px 8px;
|
|
196494
196488
|
scrollbar-width: thin;
|
|
196495
|
-
scrollbar-color:
|
|
196489
|
+
scrollbar-color: var(--dees-color-scrollbar-thumb) transparent;
|
|
196496
196490
|
}
|
|
196497
196491
|
|
|
196498
196492
|
.viewTabs-container::-webkit-scrollbar {
|
|
@@ -196504,12 +196498,12 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196504
196498
|
}
|
|
196505
196499
|
|
|
196506
196500
|
.viewTabs-container::-webkit-scrollbar-thumb {
|
|
196507
|
-
background:
|
|
196501
|
+
background: var(--dees-color-scrollbar-thumb);
|
|
196508
196502
|
border-radius: 3px;
|
|
196509
196503
|
}
|
|
196510
196504
|
|
|
196511
196505
|
.viewTabs-container::-webkit-scrollbar-thumb:hover {
|
|
196512
|
-
background:
|
|
196506
|
+
background: var(--dees-color-scrollbar-thumb-hover);
|
|
196513
196507
|
}
|
|
196514
196508
|
|
|
196515
196509
|
.section-label {
|
|
@@ -196517,7 +196511,7 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196517
196511
|
font-weight: 600;
|
|
196518
196512
|
text-transform: uppercase;
|
|
196519
196513
|
letter-spacing: 0.05em;
|
|
196520
|
-
color:
|
|
196514
|
+
color: var(--dees-color-text-muted);
|
|
196521
196515
|
padding: 8px 12px 8px;
|
|
196522
196516
|
margin-bottom: 4px;
|
|
196523
196517
|
}
|
|
@@ -196535,25 +196529,25 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196535
196529
|
padding: 10px 12px;
|
|
196536
196530
|
cursor: default;
|
|
196537
196531
|
transition: all 0.15s ease;
|
|
196538
|
-
color:
|
|
196532
|
+
color: var(--dees-color-text-secondary);
|
|
196539
196533
|
user-select: none;
|
|
196540
196534
|
position: relative;
|
|
196541
196535
|
border-radius: 8px;
|
|
196542
196536
|
}
|
|
196543
196537
|
|
|
196544
196538
|
.viewTab:hover {
|
|
196545
|
-
background:
|
|
196539
|
+
background: var(--dees-color-hover);
|
|
196546
196540
|
color: ${cssManager.bdTheme("#262626", "#e5e5e5")};
|
|
196547
196541
|
}
|
|
196548
196542
|
|
|
196549
196543
|
.viewTab:active {
|
|
196550
|
-
background:
|
|
196544
|
+
background: var(--dees-color-active);
|
|
196551
196545
|
transform: scale(0.99);
|
|
196552
196546
|
}
|
|
196553
196547
|
|
|
196554
196548
|
.viewTab.selected {
|
|
196555
|
-
background:
|
|
196556
|
-
color:
|
|
196549
|
+
background: var(--dees-color-active);
|
|
196550
|
+
color: var(--dees-color-text-primary);
|
|
196557
196551
|
font-weight: 500;
|
|
196558
196552
|
}
|
|
196559
196553
|
|
|
@@ -196565,7 +196559,7 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196565
196559
|
bottom: 8px;
|
|
196566
196560
|
width: 3px;
|
|
196567
196561
|
border-radius: 0 2px 2px 0;
|
|
196568
|
-
background:
|
|
196562
|
+
background: var(--dees-color-text-primary);
|
|
196569
196563
|
}
|
|
196570
196564
|
|
|
196571
196565
|
.viewTab dees-icon {
|
|
@@ -196580,7 +196574,7 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196580
196574
|
|
|
196581
196575
|
.viewTab.selected dees-icon {
|
|
196582
196576
|
opacity: 1;
|
|
196583
|
-
color:
|
|
196577
|
+
color: var(--dees-color-text-primary);
|
|
196584
196578
|
}
|
|
196585
196579
|
|
|
196586
196580
|
.viewTab span {
|
|
@@ -196592,7 +196586,7 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196592
196586
|
|
|
196593
196587
|
.appActions {
|
|
196594
196588
|
padding: 12px 8px;
|
|
196595
|
-
border-top: 1px solid
|
|
196589
|
+
border-top: 1px solid var(--dees-color-border-default);
|
|
196596
196590
|
}
|
|
196597
196591
|
|
|
196598
196592
|
.action {
|
|
@@ -196603,7 +196597,7 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196603
196597
|
border-radius: 8px;
|
|
196604
196598
|
cursor: default;
|
|
196605
196599
|
transition: all 0.15s ease;
|
|
196606
|
-
color:
|
|
196600
|
+
color: var(--dees-color-text-secondary);
|
|
196607
196601
|
}
|
|
196608
196602
|
|
|
196609
196603
|
.action:hover {
|
|
@@ -196631,7 +196625,7 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196631
196625
|
bottom: 24px;
|
|
196632
196626
|
width: calc(100% - 240px);
|
|
196633
196627
|
overflow: auto;
|
|
196634
|
-
background:
|
|
196628
|
+
background: var(--dees-color-bg-secondary);
|
|
196635
196629
|
overscroll-behavior: contain;
|
|
196636
196630
|
}
|
|
196637
196631
|
|
|
@@ -196671,14 +196665,14 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196671
196665
|
}
|
|
196672
196666
|
|
|
196673
196667
|
.controlbar {
|
|
196674
|
-
color:
|
|
196668
|
+
color: var(--dees-color-text-muted);
|
|
196675
196669
|
position: absolute;
|
|
196676
196670
|
bottom: 0px;
|
|
196677
196671
|
left: 0px;
|
|
196678
196672
|
width: 100%;
|
|
196679
196673
|
height: 24px;
|
|
196680
|
-
background:
|
|
196681
|
-
border-top: 1px solid
|
|
196674
|
+
background: var(--dees-color-bg-tertiary);
|
|
196675
|
+
border-top: 1px solid var(--dees-color-border-default);
|
|
196682
196676
|
z-index: 11;
|
|
196683
196677
|
display: flex;
|
|
196684
196678
|
justify-content: flex-end;
|
|
@@ -196697,9 +196691,9 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196697
196691
|
height: 100%;
|
|
196698
196692
|
white-space: nowrap;
|
|
196699
196693
|
cursor: default;
|
|
196700
|
-
color:
|
|
196694
|
+
color: var(--dees-color-text-muted);
|
|
196701
196695
|
transition: all 0.15s ease;
|
|
196702
|
-
border-left: 1px solid
|
|
196696
|
+
border-left: 1px solid var(--dees-color-border-strong);
|
|
196703
196697
|
|
|
196704
196698
|
}
|
|
196705
196699
|
|
|
@@ -196708,8 +196702,8 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196708
196702
|
}
|
|
196709
196703
|
|
|
196710
196704
|
.control:hover {
|
|
196711
|
-
background:
|
|
196712
|
-
color:
|
|
196705
|
+
background: var(--dees-color-hover);
|
|
196706
|
+
color: var(--dees-color-text-primary);
|
|
196713
196707
|
}
|
|
196714
196708
|
|
|
196715
196709
|
.control dees-icon {
|
|
@@ -196744,7 +196738,7 @@ __publicField(_DeesSimpleAppDash, "styles", [
|
|
|
196744
196738
|
font-size: 13px;
|
|
196745
196739
|
font-family: 'Geist Sans', sans-serif;
|
|
196746
196740
|
font-weight: 500;
|
|
196747
|
-
border-bottom: 1px solid
|
|
196741
|
+
border-bottom: 1px solid var(--dees-color-border-default);
|
|
196748
196742
|
animation: bannerSlideDown 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards;
|
|
196749
196743
|
}
|
|
196750
196744
|
|
|
@@ -197007,9 +197001,8 @@ __publicField(_DeesSimpleLogin, "styles", [
|
|
|
197007
197001
|
themeDefaultStyles,
|
|
197008
197002
|
cssManager.defaultStyles,
|
|
197009
197003
|
i`
|
|
197010
|
-
/* TODO: Migrate hardcoded values to --dees-* CSS variables */
|
|
197011
197004
|
:host {
|
|
197012
|
-
color:
|
|
197005
|
+
color: var(--dees-color-text-primary);
|
|
197013
197006
|
user-select: none;
|
|
197014
197007
|
display: block;
|
|
197015
197008
|
width: 100%;
|
|
@@ -197026,7 +197019,7 @@ __publicField(_DeesSimpleLogin, "styles", [
|
|
|
197026
197019
|
height: 100%;
|
|
197027
197020
|
top: 0;
|
|
197028
197021
|
left: 0;
|
|
197029
|
-
background:
|
|
197022
|
+
background: var(--dees-color-bg-primary);
|
|
197030
197023
|
}
|
|
197031
197024
|
|
|
197032
197025
|
.slotContainer {
|
|
@@ -197059,17 +197052,17 @@ __publicField(_DeesSimpleLogin, "styles", [
|
|
|
197059
197052
|
font-size: 24px;
|
|
197060
197053
|
font-weight: 600;
|
|
197061
197054
|
letter-spacing: -0.025em;
|
|
197062
|
-
color:
|
|
197055
|
+
color: var(--dees-color-text-primary);
|
|
197063
197056
|
}
|
|
197064
197057
|
|
|
197065
197058
|
.subheader {
|
|
197066
197059
|
font-size: 14px;
|
|
197067
|
-
color:
|
|
197060
|
+
color: var(--dees-color-text-muted);
|
|
197068
197061
|
}
|
|
197069
197062
|
|
|
197070
197063
|
.login-card {
|
|
197071
|
-
background:
|
|
197072
|
-
border: 1px solid
|
|
197064
|
+
background: var(--dees-color-bg-primary);
|
|
197065
|
+
border: 1px solid var(--dees-color-border-default);
|
|
197073
197066
|
border-radius: 8px;
|
|
197074
197067
|
padding: 24px;
|
|
197075
197068
|
}
|