Sha256: 8918adf7d8be4b425306e76781bb69b153922aa8c0d1e9711e4d7ba8012b106d

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

Stored size: 416 Bytes

Contents

.top-bar--container {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 16px 24px 16px;
  width: 100%;
  height: 112px;
}

.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

1 entries across 1 versions & 1 rubygems

Version Path
material_design-0.4.0 app/assets/stylesheets/material_design/app_bars.css