Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TFMOM
TF-MOM-WEB
Commits
2f1eedf1
Commit
2f1eedf1
authored
Aug 24, 2023
by
xioln
Committed by
wangdanlei
Aug 29, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新UI更新(我的空间,收藏,容器)
parent
bc36d729
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
0 deletions
+9
-0
Purple.scss
...cations/architecture-dee/src/styles/dee-theme/Purple.scss
+1
-0
blue.scss
applications/architecture-dee/src/styles/dee-theme/blue.scss
+1
-0
dreamPurple.scss
...ns/architecture-dee/src/styles/dee-theme/dreamPurple.scss
+1
-0
festiveRed.scss
...ons/architecture-dee/src/styles/dee-theme/festiveRed.scss
+1
-0
green.scss
...ications/architecture-dee/src/styles/dee-theme/green.scss
+1
-0
inkBlack.scss
...tions/architecture-dee/src/styles/dee-theme/inkBlack.scss
+1
-0
localTyrantGold.scss
...rchitecture-dee/src/styles/dee-theme/localTyrantGold.scss
+1
-0
mistyForest.scss
...ns/architecture-dee/src/styles/dee-theme/mistyForest.scss
+1
-0
roseGold.scss
...tions/architecture-dee/src/styles/dee-theme/roseGold.scss
+1
-0
No files found.
applications/architecture-dee/src/styles/dee-theme/Purple.scss
View file @
2f1eedf1
...
...
@@ -2,6 +2,7 @@ $themeColor: #8C89BF;
$themeTintColor
:
#EEEEFE
;
$commonLightBackColor
:
#E8E8F0
;
$commonDarkBackColor
:
#DADDE7
;
$themeLightColor
:
#AAA6EA
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#BAB6E0
0%
,
#74729A
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#e1dff9
0%
,
#a9a2d2
100%
);
.dee-theme-Purple
{
...
...
applications/architecture-dee/src/styles/dee-theme/blue.scss
View file @
2f1eedf1
...
...
@@ -2,6 +2,7 @@ $themeColor: #3590BE;
$themeTintColor
:
#E2EDFA
;
$commonLightBackColor
:
#E8EDEF
;
$commonDarkBackColor
:
#D4E0E4
;
$themeLightColor
:
#33ACEA
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#3C97C6
0%
,
#276D91
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#DEF4FF
0%
,
#4594BD
100%
);
.dee-theme-blue
{
...
...
applications/architecture-dee/src/styles/dee-theme/dreamPurple.scss
View file @
2f1eedf1
...
...
@@ -2,6 +2,7 @@ $themeColor: #647DC5;
$themeTintColor
:
#EEF3F9
;
$commonLightBackColor
:
#E8EDEF
;
$commonDarkBackColor
:
#E6E8E8
;
$themeLightColor
:
#7D81DF
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#5A66B5
0%
,
#423A7E
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#e4e6f8
0%
,
#8c8bf1
100%
);
.dee-theme-dreamPurple
{
...
...
applications/architecture-dee/src/styles/dee-theme/festiveRed.scss
View file @
2f1eedf1
...
...
@@ -2,6 +2,7 @@ $themeColor: #D76868;
$themeTintColor
:
#F3E3E3
;
$commonLightBackColor
:
#F5F1F1
;
$commonDarkBackColor
:
#ECE8E8
;
$themeLightColor
:
#F07A7A
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#D76868
0%
,
#966161
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#F3E3E3
0%
,
#D76868
100%
);
.dee-theme-festiveRed
{
...
...
applications/architecture-dee/src/styles/dee-theme/green.scss
View file @
2f1eedf1
...
...
@@ -2,6 +2,7 @@ $themeColor: #639D6B;
$themeTintColor
:
#E7F0E4
;
$commonLightBackColor
:
#EAEFE8
;
$commonDarkBackColor
:
#D8E0D4
;
$themeLightColor
:
#7BC785
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#75B482
0%
,
#41663F
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#E7F0E4
0%
,
#639D6B
100%
);
.dee-theme-green
{
...
...
applications/architecture-dee/src/styles/dee-theme/inkBlack.scss
View file @
2f1eedf1
...
...
@@ -2,6 +2,7 @@ $themeColor: #777B7C;
$themeTintColor
:
#EAEAEA
;
$commonLightBackColor
:
#E8EDEF
;
$commonDarkBackColor
:
#E6E8E8
;
$themeLightColor
:
#959C9D
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#5E5F60
0%
,
#363738
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#EAEAEA
0%
,
#777B7C
100%
);
.dee-theme-inkBlack
{
...
...
applications/architecture-dee/src/styles/dee-theme/localTyrantGold.scss
View file @
2f1eedf1
...
...
@@ -2,6 +2,7 @@ $themeColor: #BAA663;
$themeTintColor
:
#F9F6EE
;
$commonLightBackColor
:
#F5F1F1
;
$commonDarkBackColor
:
#ECE8E8
;
$themeLightColor
:
#DAC372
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#A08603
0%
,
#D8B00E
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#F9F6EE
0%
,
#BAA663
100%
);
.dee-theme-localTyrantGold
{
...
...
applications/architecture-dee/src/styles/dee-theme/mistyForest.scss
View file @
2f1eedf1
...
...
@@ -2,6 +2,7 @@ $themeColor: #2B8887;
$themeTintColor
:
#F1F8F8
;
$commonLightBackColor
:
#E8EDEF
;
$commonDarkBackColor
:
#E6E8E8
;
$themeLightColor
:
#31A4A3
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#50909A
0%
,
#398198
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#F1F8F8
0%
,
#2B8887
100%
);
.dee-theme-mistyForest
{
...
...
applications/architecture-dee/src/styles/dee-theme/roseGold.scss
View file @
2f1eedf1
...
...
@@ -2,6 +2,7 @@ $themeColor: #D77F75;
$themeTintColor
:
#F5EAE3
;
$commonLightBackColor
:
#F6F5F2
;
$commonDarkBackColor
:
#EDE7E2
;
$themeLightColor
:
#F69287
;
$navBarBgColor
:
linear-gradient
(
269deg
,
#D77F75
0%
,
#d49e7d
100%
);
$navBgColor
:
linear-gradient
(
188deg
,
#F5EAE3
0%
,
#D77F75
100%
);
.dee-theme-roseGold
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment