chore: clean up useless tailwind reference (#34478)

This commit is contained in:
Stephen Zhou
2026-04-02 19:45:19 +08:00
committed by GitHub
parent a3386da5d6
commit 894826771a
44 changed files with 4 additions and 88 deletions

View File

@@ -1,5 +1,3 @@
@reference "../../../styles/globals.css";
.container {
display: flex;
flex-direction: column;

View File

@@ -1,5 +1,3 @@
@reference "../../../styles/globals.css";
.playIcon {
background-image: url(~@/app/components/develop/secret-key/assets/play.svg);
background-position: center;

View File

@@ -1,5 +1,3 @@
@reference "../../../../../styles/globals.css";
.dot-flashing {
position: relative;
animation: dot-flashing 1s infinite linear alternate;

View File

@@ -1,5 +1,3 @@
@reference "../../../styles/globals.css";
.copyIcon {
background-image: url(~@/app/components/develop/secret-key/assets/copy.svg);
background-position: center;

View File

@@ -1,5 +1,3 @@
@reference "../../../styles/globals.css";
.gridBg{
background-image: url(./Grid.svg);
background-repeat: repeat;

View File

@@ -1,5 +1,3 @@
@reference "../../../styles/globals.css";
.item {
max-height: 200px;
margin-right: 8px;

View File

@@ -1,5 +1,3 @@
@reference "../../../styles/globals.css";
.container {
padding: 4px;
border-radius: 4px;

View File

@@ -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);

View File

@@ -1,5 +1,3 @@
@reference "../../../styles/globals.css";
.svgIcon {
background-image: url(~@/app/components/develop/secret-key/assets/svg.svg);
background-position: center;

View File

@@ -1,5 +1,3 @@
@reference "../../../../styles/globals.css";
.scrollbar::before,
.scrollbar::after {
content: '';

View File

@@ -1,5 +1,3 @@
@reference "../../../styles/globals.css";
.videoPlayer {
position: relative;
width: 100%;

View File

@@ -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);