Sha256: 8ec68d2ab9290bcfa8a9f7d06b3e523bcd71849d103a7c327fae62a2b01bffcc
Contents?: true
Size: 1.49 KB
Versions: 1
Compression:
Stored size: 1.49 KB
Contents
/* OP PageHeader */ .PageHeader { display: flex; padding-bottom: var(--stack-padding-condensed); margin-bottom: var(--stack-gap-normal); border-bottom: var(--borderWidth-thin) solid var(--borderColor-muted); flex-flow: column; } .PageHeader-contextBar { display: flex; flex-flow: row; justify-content: flex-end; align-items: center; margin-bottom: var(--base-size-8); } .PageHeader-titleBar { display: flex; flex-flow: row; justify-content: flex-end; align-items: center; /* Keep back button vertically aligned. */ margin-bottom: var(--space-xsmall); } .PageHeader-title { font-size: var(--text-title-size-medium); font-weight: var(--base-text-weight-normal); flex: 1 1 auto; } .PageHeader-title--large { font-size: var(--text-title-size-large); } /* One-liner of supporting text */ .PageHeader-description { font-size: var(--text-body-size-medium); color: var(--fgColor-muted); flex: 1 100%; } .PageHeader-actions { justify-content: flex-end; display: flex; align-items: center; } .PageHeader--singleAction .PageHeader-action { @media (max-width: 543.98px) { position: absolute; top: 10px; /* Normally, the actions are hidden on mobile, except for this special case of a single action */ display: flex !important; } } .PageHeader-breadcrumbs { display: block; width: 100%; } .PageHeader-leadingAction { margin-top: 2px; /* to center align with label */ margin-right: var(--base-size-4); } .PageHeader-parentLink { flex: 1 1 auto; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
openproject-primer_view_components-0.29.0 | app/components/primer/open_project/page_header.pcss |