mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Fix card bg color
This commit is contained in:
@@ -263,11 +263,18 @@
|
||||
background-color: hsl(240 5% 8% / 0.6);
|
||||
}
|
||||
|
||||
.card {
|
||||
--p-card-bg-color: var(--color-neutral-5-new);
|
||||
.theme-dark .card-header {
|
||||
background: var(--url) #18181b;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
}
|
||||
.theme-light .card-header {
|
||||
background-color: #fbfbfc;
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
}
|
||||
|
||||
:global(.theme-dark) .card {
|
||||
.theme-dark .card {
|
||||
--p-card-bg-color: var(--color-neutral-100-new);
|
||||
}
|
||||
|
||||
|
||||
@@ -164,13 +164,9 @@
|
||||
<style lang="scss">
|
||||
@import '@appwrite.io/pink/src/abstract/variables/_devices.scss';
|
||||
|
||||
.card-header {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
@media #{$break2open} {
|
||||
.card-header {
|
||||
background: var(--url) transparent;
|
||||
background-image: var(--url);
|
||||
background-repeat: no-repeat;
|
||||
background-position: top right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user