Adds PhotoAlbum, CreatorHome, AboutCreator.
This commit is contained in:
@@ -57,15 +57,23 @@
|
||||
@apply bg-hSurface text-hOnSurface;
|
||||
}
|
||||
|
||||
/* Specific styling for dialog cards */
|
||||
div.card.dialog {
|
||||
@apply bg-hSurface text-hOnSurface;
|
||||
@apply rounded-xl;
|
||||
@apply shadow-lg;
|
||||
}
|
||||
|
||||
div.card-title {
|
||||
@apply font-sans font-bold text-2xl;
|
||||
@apply p-2;
|
||||
@apply text-hOnSurface;
|
||||
}
|
||||
|
||||
div.card-content {
|
||||
@apply flex flex-col gap-4;
|
||||
@apply p-2;
|
||||
@apply overflow-y-auto;
|
||||
@apply text-hOnSurface;
|
||||
}
|
||||
|
||||
div.card-actions {
|
||||
|
||||
Reference in New Issue
Block a user