Sha256: 9368cdb6c812e74aff26510dd4b212cee50a216457b9d5e9e1bed72a3b664803
Contents?: true
Size: 978 Bytes
Versions: 1
Compression:
Stored size: 978 Bytes
Contents
.navigation-drawer { display: flex; width: 360px; padding: 12px; flex-direction: column; align-items: flex-start; border-radius: 16px; background: var(--md-sys-light-surface-container-low); } .navigation-drawer__headline { display: flex; height: 56px; padding: 8px 8px 8px 16px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 10px; align-self: stretch; } .navigation-drawer__secion-header { display: flex; padding: 18px 16px; align-items: center; gap: 10px; align-self: stretch; } .navigation-drawer__nav_item { display: flex; height: 56px; align-items: center; gap: 12px; align-self: stretch; border-radius: 100px; } .navigation-drawer__nav_item:hover { background: var(-md-state-layers-light-on-surface-opacity, #1D1B2014); } .navigation-drawer__state-layer { display: flex; padding: 16px 24px 16px 16px; align-items: center; gap: 12px; flex: 1 0 0; align-self: stretch; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
material_design-0.2.0 | app/assets/stylesheets/material_design/navigation.css |