Sha256: 1de470ec8549b010c90492f31d2d978aac9f58894c7a68d957cc06e7b64996fa

Contents?: true

Size: 636 Bytes

Versions: 3

Compression:

Stored size: 636 Bytes

Contents

.top-bar--container {
  position: sticky;
  top: 0px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 16px 24px 16px;
  width: 100%;
  height: 112px;
  @media (prefers-color-scheme: light) {
    background: rgb(var(--md-sys-light-surface));
  }
  @media (prefers-color-scheme: dark) {
    background: rgb(var(--md-sys-dark-surface));
  }
}

.top-bar--container > .typography--title-large {
  flex: 1 0 auto;
  line-height: 64px;
  @media (prefers-color-scheme: light) {
    color: rgb(var(--md-sys-light-on-surface));
  }
  @media (prefers-color-scheme: dark) {
    color: rgb(var(--md-sys-dark-on-surface));
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
material_design-0.4.3 app/assets/stylesheets/material_design/app_bars.css
material_design-0.4.2 app/assets/stylesheets/material_design/app_bars.css
material_design-0.4.1 app/assets/stylesheets/material_design/app_bars.css