We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25cf84 commit 1f132b0Copy full SHA for 1f132b0
demo/styles/demo.scss
@@ -12,7 +12,7 @@ $mdc-theme-background: #fff;
12
13
.mdc-drawer-header {
14
background-color: $grey-900;
15
- background-image: url("/logo.svg");
+ background-image: url(../assets/logo.svg);
16
background-size: 33.333%;
17
background-repeat: no-repeat;
18
background-position: center;
@@ -32,7 +32,7 @@ $mdc-theme-background: #fff;
32
.main-toolbar {
33
.mdc-toolbar-title {
34
padding: 2px 0 2px 50px;
35
- background: no-repeat 0/32px url(/logo.svg);
+ background: no-repeat 0/32px url(../assets/logo.svg);
36
font-family: "Roboto Mono", monospace;
37
font-size: 1rem;
38
letter-spacing: .0675rem;
static/logo.svg
0 commit comments