Sha256: 8bdff7376bb7f48b858b45d967803974366789c83774f14c5429d7d1deef5326
Contents?: true
Size: 1.27 KB
Versions: 1
Compression:
Stored size: 1.27 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; } .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-breadcrumbs { display: block; width: 100%; margin-bottom: var(--base-size-8); padding-bottom: var(--base-size-4); } .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.24.0 | app/components/primer/open_project/page_header.pcss |