Add rules for portal page
This commit is contained in:
+7
-2
@@ -218,7 +218,7 @@ p {
|
|||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
@apply bg-(--ui-bg-muted) hover:bg-(--ui-bg-elevated);
|
@apply bg-(--ui-bg-muted) hover:bg-(--ui-bg-elevated);
|
||||||
h3 { @apply text-3xl font-bold; font-variation-settings: 'wdth' 125; }
|
h3 { @apply text-3xl font-bold; font-variation-settings: 'wdth' 125; }
|
||||||
h3,p { @apply w-96; z-index: 1; }
|
h3,p { z-index: 1; }
|
||||||
img { @apply mb-2 aspect-video object-cover w-full; }
|
img { @apply mb-2 aspect-video object-cover w-full; }
|
||||||
p {
|
p {
|
||||||
@apply line-clamp-2;
|
@apply line-clamp-2;
|
||||||
@@ -226,6 +226,11 @@ p {
|
|||||||
height: 2.5em;
|
height: 2.5em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.iconify {
|
||||||
|
background-color: var(--ui-text);
|
||||||
|
width: calc(var(--spacing)*16);
|
||||||
|
height: calc(var(--spacing)*16);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.hamburger-toggle {
|
.hamburger-toggle {
|
||||||
@apply flex md:hidden h-16 w-9 cursor-pointer items-center justify-center hover:bg-(--ui-text)/5 active:bg-(--ui-text)/10 transition-colors duration-100 ease-fluid;
|
@apply flex md:hidden h-16 w-9 cursor-pointer items-center justify-center hover:bg-(--ui-text)/5 active:bg-(--ui-text)/10 transition-colors duration-100 ease-fluid;
|
||||||
@@ -297,4 +302,4 @@ ul { @apply list-disc; }
|
|||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user