Elevation
Elevation communicates hierarchy through shadow, not just stacking order. Each level is a CSS variable (--shadow-elevation-*) and a matching utility class (elevation-*) — wireframe theme sets every level to none, since it's flat by design.
Elevation
The shadow applied at each level, and where it's used.
| Elevation Level | Usage |
|---|---|
16 dp |
|
08 dp |
|
02 / 04 dp |
|
00 dp |
This elevation level has no drop shadows. |
Elevation Surfaces
Various types of content and how they relate to one another in an elevation hierarchy.
- 4
Modal Overlays & Drawers
16 dpModals appear in front of all other content and prevent the user from completing any actions in the application until dismissed.
- 3
Detail Panel
08 dpThe panel becomes present when clicking on a link, such as an alert or event, and appears in front of surfaces including section containers, tables, and interactive cards.
- 2
Interactive Cards
02 / 04 dpInteractive cards are draggable and modular, allowing the user to manipulate and customize how they view content. These primarily exist within Dashboards and Orchestration. Drop shadows are used with interactive cards to emphasize their tactility.
- 1
Base, Section Containers, and Tables
00 dpThe background represents the base on which section containers, interactive cards, and other content rest upon. Section containers are static shapes that hold content, therefore have no elevation shadows. Tables are positioned to be fixed within section containers and also have no elevation shadows.