-
Notifications
You must be signed in to change notification settings - Fork 7
Material
appreciated edited this page Aug 1, 2017
·
5 revisions
To allow Material elevation levels to be shown and Cards to be created easily the following styles were added:
The Elevation style only adds a shadow to the element, can be used on any component (but the usage on Layouts is recommanded).
| Java Field | CSS Style name |
|---|---|
| CARD_0 | card-0 |
| CARD_0_5 | card-0-5 |
| CARD_1 | card-1 |
| CARD_1_5 | card-1-5 |
| CARD_2 | card-2 |
| CARD_3 | card-3 |
| CARD_4 | card-4 |
| CARD_5 | card-5 |
The Card style adds a shadow and a background color and a border radius, can be used on any component (but the usage on Layouts is recommanded).
| Java Field | CSS Style name |
|---|---|
| ELEVATION_0 | z-depth-0 |
| ELEVATION_0 | z-depth-0 |
| ELEVATION_0_5 | z-depth-0-5 |
| ELEVATION_1 | z-depth-1 |
| ELEVATION_1_5 | z-depth-1-5 |
| ELEVATION_2 | z-depth-2 |
| ELEVATION_3 | z-depth-3 |
| ELEVATION_4 | z-depth-4 |
| ELEVATION_5 | z-depth-5 |