Feat/add icons (#450)

This commit is contained in:
zxhlyh
2023-06-26 15:36:52 +08:00
committed by GitHub
parent addf150a9e
commit 17d196126c
32 changed files with 609 additions and 44 deletions

View File

@@ -2,14 +2,4 @@
max-width: 720px !important;
padding: 0 !important;
overflow-y: auto;
}
.data-source-icon {
background: url(../assets/data-source.svg) center center no-repeat;
background-size: cover;
}
.data-source-solid-icon {
background: url(../assets/data-source-blue.svg) center center no-repeat;
background-size: cover;
}