mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 09:15:33 +00:00
58 lines
1.5 KiB
CSS
58 lines
1.5 KiB
CSS
@layer components {
|
|
/* COLORS */
|
|
|
|
|
|
/* STYLES */
|
|
.ha-letterhead {
|
|
@apply flex flex-row
|
|
}
|
|
|
|
.ha-letterhead .ha-letternumber {
|
|
@apply flex text-5xl desktop:font-normal desktop:text-6xl mr-4 desktop:mr-6
|
|
}
|
|
|
|
.ha-letterhead .ha-letternumber .ha-letternumberinline {
|
|
@apply inline align-middle leading-none
|
|
}
|
|
|
|
.ha-letterhead .ha-metadata {
|
|
@apply flex self-end grow flex-col
|
|
}
|
|
|
|
.ha-letterhead .ha-metadata .ha-metadataupperrow {
|
|
@apply flex flex-row leading-snug
|
|
}
|
|
|
|
.ha-letterhead .ha-metadata .ha-metadataupperrow .ha-metadatadate {
|
|
@apply flex caps-petite numeric-mediaeval whitespace-nowrap
|
|
}
|
|
|
|
.ha-letterhead .ha-metadata .ha-tooltip {
|
|
@apply self-center cursor-default inline-block relative
|
|
}
|
|
|
|
.ha-letterhead .ha-metadata .ha-tooltiptext {
|
|
@apply rounded text-sm px-1 py-0.5 absolute z-10 text-center
|
|
}
|
|
|
|
.ha-letterhead .ha-metadata .ha-tooltiptext::after {
|
|
@apply absolute top-full left-1/2
|
|
}
|
|
|
|
.ha-letterhead .ha-metadata .ha-metadataupperrow .ha-pill {
|
|
@apply text-xs rounded px-1.5 ml-2 py-0.5 leading-none tracking-wide whitespace-nowrap
|
|
}
|
|
|
|
.ha-letterhead .ha-metadata .ha-metadataupperrow .ha-pill .ha-cross {
|
|
@apply relative inline-block
|
|
}
|
|
|
|
.ha-letterhead .ha-metadata .ha-metadataupperrow .ha-pill .ha-cross::before,
|
|
.ha-letterhead .ha-metadata .ha-metadataupperrow .ha-pill .ha-cross::after {
|
|
@apply w-full h-0 absolute right-0 top-1/2
|
|
}
|
|
|
|
.ha-letterhead .ha-metadata .ha-metadatarows .hametadatapersons {
|
|
@apply flex leading-snug
|
|
}
|
|
} |