mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui-components.git
synced 2026-03-22 20:13:11 +00:00
21 lines
302 B
CSS
21 lines
302 B
CSS
.dark\:fill-neutral-800 {
|
|
fill: #262626;
|
|
}
|
|
|
|
.dark\:fill-neutral-700 {
|
|
fill: #404040;
|
|
}
|
|
|
|
.dark\:fill-neutral-700\/30 {
|
|
fill: rgb(64 64 64 / 0.3);
|
|
}
|
|
|
|
.dark\:fill-neutral-700\/70 {
|
|
fill: rgb(64 64 64 / 0.7);
|
|
}
|
|
|
|
.emptyPlaceholderIcon {
|
|
border: none;
|
|
color: var(--codex-background-secondary);
|
|
}
|