aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-12-04 11:04:08 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-12-04 11:04:08 +0100
commitd2cc03aaad62fa6cf1c64622229bcc83f24fccb6 (patch)
tree75f99b2bd38b3a9a632293575ad5601a90fadb7f /client/src/app/menu
parentd178b5c1f8eabb0face854d48e708f0ac72e7d2e (diff)
downloadPeerTube-d2cc03aaad62fa6cf1c64622229bcc83f24fccb6.tar.gz
PeerTube-d2cc03aaad62fa6cf1c64622229bcc83f24fccb6.tar.zst
PeerTube-d2cc03aaad62fa6cf1c64622229bcc83f24fccb6.zip
Design account videos
Diffstat (limited to 'client/src/app/menu')
-rw-r--r--client/src/app/menu/menu.component.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss
index 5d6fd61c6..c93c59622 100644
--- a/client/src/app/menu/menu.component.scss
+++ b/client/src/app/menu/menu.component.scss
@@ -116,7 +116,7 @@ menu {
116 &.icon-videos-trending { 116 &.icon-videos-trending {
117 position: relative; 117 position: relative;
118 top: -2px; 118 top: -2px;
119 background-image: url('../../assets/menu/trending.svg'); 119 background-image: url('../../assets/images/menu/trending.svg');
120 } 120 }
121 121
122 &.icon-videos-recently-added { 122 &.icon-videos-recently-added {
@@ -124,14 +124,14 @@ menu {
124 height: 23px; 124 height: 23px;
125 position: relative; 125 position: relative;
126 top: -1px; 126 top: -1px;
127 background-image: url('../../assets/menu/recently-added.svg'); 127 background-image: url('../../assets/images/menu/recently-added.svg');
128 } 128 }
129 129
130 &.icon-administration { 130 &.icon-administration {
131 width: 23px; 131 width: 23px;
132 height: 23px; 132 height: 23px;
133 133
134 background-image: url('../../assets/menu/administration.svg'); 134 background-image: url('../../assets/images/menu/administration.svg');
135 } 135 }
136 } 136 }
137 } 137 }