Sha256: 18416d50b370bed89b62adf5775e8f935fbbd462db796119e966b39d789988d9
Contents?: true
Size: 1.42 KB
Versions: 7
Compression:
Stored size: 1.42 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--withTabNav { border-bottom: none; padding-bottom: 0; margin-bottom: 0; } .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--withTabNav .PageHeader-description { margin-bottom: var(--space-xlarge); } .PageHeader-actions { justify-content: flex-end; display: flex; align-items: center; } .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
7 entries across 7 versions & 1 rubygems