diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-04 11:04:08 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-04 11:04:08 +0100 |
commit | d2cc03aaad62fa6cf1c64622229bcc83f24fccb6 (patch) | |
tree | 75f99b2bd38b3a9a632293575ad5601a90fadb7f /client/src/app/app.component.scss | |
parent | d178b5c1f8eabb0face854d48e708f0ac72e7d2e (diff) | |
download | PeerTube-d2cc03aaad62fa6cf1c64622229bcc83f24fccb6.tar.gz PeerTube-d2cc03aaad62fa6cf1c64622229bcc83f24fccb6.tar.zst PeerTube-d2cc03aaad62fa6cf1c64622229bcc83f24fccb6.zip |
Design account videos
Diffstat (limited to 'client/src/app/app.component.scss')
-rw-r--r-- | client/src/app/app.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index 1baffa5c8..97c5d461a 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss | |||
@@ -42,7 +42,7 @@ | |||
42 | background-size: contain; | 42 | background-size: contain; |
43 | 43 | ||
44 | &.icon-menu { | 44 | &.icon-menu { |
45 | background-image: url('../assets/header/menu.svg'); | 45 | background-image: url('../assets/images/header/menu.svg'); |
46 | margin: 0 18px 0 24px; | 46 | margin: 0 18px 0 24px; |
47 | } | 47 | } |
48 | } | 48 | } |
@@ -58,7 +58,7 @@ | |||
58 | 58 | ||
59 | .icon.icon-logo { | 59 | .icon.icon-logo { |
60 | display: inline-block; | 60 | display: inline-block; |
61 | background: url('../assets/logo.svg') no-repeat; | 61 | background: url('../assets/images/logo.svg') no-repeat; |
62 | width: 20px; | 62 | width: 20px; |
63 | height: 24px; | 63 | height: 24px; |
64 | } | 64 | } |