ref: master
plugins/stores_app/public/stylesheets/stores_app_plugin/style.scss
1 2 3 4 5 6 7 8 9 10 |
.layout-transparent { background: url('../assets/demos/transparent.jpg') center / cover; } .layout-transparent .mdl-layout__header, .layout-transparent .mdl-layout__drawer-button { /* This background is dark, so we set text to white. Use 87% black instead if your background is light. */ color: black; } |