mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 19:39:25 +08:00
chore: clean up useless tailwind reference (#34478)
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
@reference "../../../styles/globals.css";
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@reference "../../../styles/globals.css";
|
||||
|
||||
.playIcon {
|
||||
background-image: url(~@/app/components/develop/secret-key/assets/play.svg);
|
||||
background-position: center;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@reference "../../../../../styles/globals.css";
|
||||
|
||||
.dot-flashing {
|
||||
position: relative;
|
||||
animation: dot-flashing 1s infinite linear alternate;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@reference "../../../styles/globals.css";
|
||||
|
||||
.copyIcon {
|
||||
background-image: url(~@/app/components/develop/secret-key/assets/copy.svg);
|
||||
background-position: center;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@reference "../../../styles/globals.css";
|
||||
|
||||
.gridBg{
|
||||
background-image: url(./Grid.svg);
|
||||
background-repeat: repeat;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@reference "../../../styles/globals.css";
|
||||
|
||||
.item {
|
||||
max-height: 200px;
|
||||
margin-right: 8px;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@reference "../../../styles/globals.css";
|
||||
|
||||
.container {
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@reference "../../../styles/globals.css";
|
||||
|
||||
.simplePieChart {
|
||||
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);
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@reference "../../../styles/globals.css";
|
||||
|
||||
.svgIcon {
|
||||
background-image: url(~@/app/components/develop/secret-key/assets/svg.svg);
|
||||
background-position: center;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@reference "../../../../styles/globals.css";
|
||||
|
||||
.scrollbar::before,
|
||||
.scrollbar::after {
|
||||
content: '';
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@reference "../../../styles/globals.css";
|
||||
|
||||
.videoPlayer {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@reference "../../../styles/globals.css";
|
||||
|
||||
.wrapper {
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user