mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 05:49:25 +08:00
chore: clean up useless tailwind reference (#34478)
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.app {
|
.app {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
height: 0;
|
height: 0;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.logTable td {
|
.logTable td {
|
||||||
padding: 7px 8px;
|
padding: 7px 8px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
background-color: rgba(21, 94, 239, 0.05);
|
background-color: rgba(21, 94, 239, 0.05);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.mask {
|
.mask {
|
||||||
backdrop-filter: blur(2px);
|
backdrop-filter: blur(2px);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.gradientBorder {
|
.gradientBorder {
|
||||||
background: radial-gradient(circle at 100% 100%, #fcfcfd 0, #fcfcfd 10px, transparent 10px) 0% 0%/12px 12px no-repeat,
|
background: radial-gradient(circle at 100% 100%, #fcfcfd 0, #fcfcfd 10px, transparent 10px) 0% 0%/12px 12px no-repeat,
|
||||||
radial-gradient(circle at 0 100%, #fcfcfd 0, #fcfcfd 10px, transparent 10px) 100% 0%/12px 12px no-repeat,
|
radial-gradient(circle at 0 100%, #fcfcfd 0, #fcfcfd 10px, transparent 10px) 100% 0%/12px 12px no-repeat,
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.textGradient {
|
.textGradient {
|
||||||
background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
|
background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.ctrlBtn {
|
.ctrlBtn {
|
||||||
left: -16px;
|
left: -16px;
|
||||||
right: -16px;
|
right: -16px;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.advancedPromptMode {
|
.advancedPromptMode {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.playIcon {
|
.playIcon {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/play.svg);
|
background-image: url(~@/app/components/develop/secret-key/assets/play.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.dot-flashing {
|
.dot-flashing {
|
||||||
position: relative;
|
position: relative;
|
||||||
animation: dot-flashing 1s infinite linear alternate;
|
animation: dot-flashing 1s infinite linear alternate;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.copyIcon {
|
.copyIcon {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/copy.svg);
|
background-image: url(~@/app/components/develop/secret-key/assets/copy.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.gridBg{
|
.gridBg{
|
||||||
background-image: url(./Grid.svg);
|
background-image: url(./Grid.svg);
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.simplePieChart {
|
.simplePieChart {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
box-shadow: 0 0 5px -3px rgb(from var(--simple-pie-chart-color) r g b / 0.1), 0.5px 0.5px 3px 0 rgb(from var(--simple-pie-chart-color) r g b / 0.3);
|
box-shadow: 0 0 5px -3px rgb(from var(--simple-pie-chart-color) r g b / 0.1), 0.5px 0.5px 3px 0 rgb(from var(--simple-pie-chart-color) r g b / 0.3);
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.svgIcon {
|
.svgIcon {
|
||||||
background-image: url(~@/app/components/develop/secret-key/assets/svg.svg);
|
background-image: url(~@/app/components/develop/secret-key/assets/svg.svg);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.scrollbar::before,
|
.scrollbar::before,
|
||||||
.scrollbar::after {
|
.scrollbar::after {
|
||||||
content: '';
|
content: '';
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.videoPlayer {
|
.videoPlayer {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
background: linear-gradient(131deg, #2250F2 0%, #0EBCF3 100%);
|
background: linear-gradient(131deg, #2250F2 0%, #0EBCF3 100%);
|
||||||
box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
|
box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.textGradient {
|
.textGradient {
|
||||||
background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
|
background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.textGradient {
|
.textGradient {
|
||||||
background: linear-gradient(92deg, #0EBCF3 -29.55%, #2250F2 75.22%);
|
background: linear-gradient(92deg, #0EBCF3 -29.55%, #2250F2 75.22%);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.surface {
|
.surface {
|
||||||
border: 0.5px solid var(--color-components-panel-border, rgba(16, 24, 40, 0.08));
|
border: 0.5px solid var(--color-components-panel-border, rgba(16, 24, 40, 0.08));
|
||||||
background:
|
background:
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.instrumentSerif {
|
.instrumentSerif {
|
||||||
font-family: "Instrument Serif", serif;
|
font-family: "Instrument Serif", serif;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.upgradeBtn {
|
.upgradeBtn {
|
||||||
background: linear-gradient(99deg, rgba(255, 255, 255, 0.12) 7.16%, rgba(255, 255, 255, 0.00) 85.47%), linear-gradient(280deg, #00B2FF 12.96%, #132BFF 90.95%);
|
background: linear-gradient(99deg, rgba(255, 255, 255, 0.12) 7.16%, rgba(255, 255, 255, 0.00) 85.47%), linear-gradient(280deg, #00B2FF 12.96%, #132BFF 90.95%);
|
||||||
box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(0, 162, 253, 0.12);
|
box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(0, 162, 253, 0.12);
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.textGradient {
|
.textGradient {
|
||||||
background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
|
background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.mask {
|
.mask {
|
||||||
background: linear-gradient(273deg, rgba(255, 255, 255, 0.00) 51.75%, rgba(255, 255, 255, 0.80) 115.32%);
|
background: linear-gradient(273deg, rgba(255, 255, 255, 0.00) 51.75%, rgba(255, 255, 255, 0.80) 115.32%);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../styles/globals.css";
|
|
||||||
|
|
||||||
.textGradient {
|
.textGradient {
|
||||||
background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
|
background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.customModal {
|
.customModal {
|
||||||
max-width: 800px !important;
|
max-width: 800px !important;
|
||||||
max-height: calc(100vh - 80px);
|
max-height: calc(100vh - 80px);
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.textGradient {
|
.textGradient {
|
||||||
background: linear-gradient(to right, rgba(16, 74, 225, 1) 0, rgba(0, 152, 238, 1) 100%);
|
background: linear-gradient(to right, rgba(16, 74, 225, 1) 0, rgba(0, 152, 238, 1) 100%);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.light {
|
.light {
|
||||||
background-image: url('./no-web-apps-light.png');
|
background-image: url('./no-web-apps-light.png');
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.popup {
|
.popup {
|
||||||
left: 4px;
|
left: 4px;
|
||||||
transform: translateX(-100%);
|
transform: translateX(-100%);
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.google-icon {
|
.google-icon {
|
||||||
background: url(../../assets/google.svg) center center no-repeat;
|
background: url(../../assets/google.svg) center center no-repeat;
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.google-icon {
|
.google-icon {
|
||||||
background: url(../../assets/google.svg) center center no-repeat;
|
background: url(../../assets/google.svg) center center no-repeat;
|
||||||
background-size: 16px 16px;
|
background-size: 16px 16px;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.modal {
|
.modal {
|
||||||
padding: 32px !important;
|
padding: 32px !important;
|
||||||
width: 480px !important;
|
width: 480px !important;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.gridBg {
|
.gridBg {
|
||||||
background-size: 4px 4px;
|
background-size: 4px 4px;
|
||||||
background-image:
|
background-image:
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../styles/globals.css";
|
|
||||||
|
|
||||||
.header-DEVELOPMENT {
|
.header-DEVELOPMENT {
|
||||||
background: linear-gradient(180deg, rgba(253, 176, 34, 0.08) 0%, rgba(253, 176, 34, 0) 100%);
|
background: linear-gradient(180deg, rgba(253, 176, 34, 0.08) 0%, rgba(253, 176, 34, 0) 100%);
|
||||||
border-top: 4px solid #FDB022;
|
border-top: 4px solid #FDB022;
|
||||||
|
|||||||
@@ -1,2 +0,0 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
@keyframes realistic-blink {
|
@keyframes realistic-blink {
|
||||||
0% { fill: #37ff37; opacity: 0.4; }
|
0% { fill: #37ff37; opacity: 0.4; }
|
||||||
15% { fill: #37ff37; opacity: 0.9; }
|
15% { fill: #37ff37; opacity: 0.9; }
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../styles/globals.css";
|
|
||||||
|
|
||||||
.textGradient {
|
.textGradient {
|
||||||
background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
|
background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../../../../../../styles/globals.css";
|
|
||||||
|
|
||||||
.input::-webkit-inner-spin-button,
|
.input::-webkit-inner-spin-button,
|
||||||
.input::-webkit-outer-spin-button {
|
.input::-webkit-outer-spin-button {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
@reference "../styles/globals.css";
|
|
||||||
|
|
||||||
.githubIcon {
|
.githubIcon {
|
||||||
background: center/contain url('./assets/github.svg') no-repeat;
|
background: center/contain url('./assets/github.svg') no-repeat;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
@import '../../themes/markdown-light.css';
|
@import '../../themes/markdown-light.css';
|
||||||
@import '../../themes/markdown-dark.css';
|
@import '../../themes/markdown-dark.css';
|
||||||
@reference "./globals.css";
|
|
||||||
|
|
||||||
.markdown-body {
|
.markdown-body {
|
||||||
-ms-text-size-adjust: 100%;
|
-ms-text-size-adjust: 100%;
|
||||||
@@ -73,7 +72,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body abbr[title]:hover::after {
|
.markdown-body abbr[title]:hover::after {
|
||||||
@apply shadow-xl shadow-shadow-shadow-5 rounded-md;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 100%;
|
bottom: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -84,8 +82,12 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: var(--color-text-secondary);
|
color: var(--color-text-secondary);
|
||||||
|
border-radius: 0.375rem;
|
||||||
border: 0.5px solid var(--color-components-panel-border);
|
border: 0.5px solid var(--color-components-panel-border);
|
||||||
background-color: var(--color-components-tooltip-bg);
|
background-color: var(--color-components-tooltip-bg);
|
||||||
|
box-shadow:
|
||||||
|
0px 8px 8px -4px var(--color-shadow-shadow-5),
|
||||||
|
0px 20px 24px -4px var(--color-shadow-shadow-5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.markdown-body b,
|
.markdown-body b,
|
||||||
|
|||||||
Reference in New Issue
Block a user