diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-31 17:47:36 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-31 17:51:04 +0100 |
commit | 36f9424ff192b0584a433bc196bced6fcf265808 (patch) | |
tree | 35d9fa5c53b228f5e7fc27bcc82854d035e9dde8 /client/src/app/menu/menu.component.scss | |
parent | 66b16cafb380012d3eca14e524d86f2450e04069 (diff) | |
download | PeerTube-36f9424ff192b0584a433bc196bced6fcf265808.tar.gz PeerTube-36f9424ff192b0584a433bc196bced6fcf265808.tar.zst PeerTube-36f9424ff192b0584a433bc196bced6fcf265808.zip |
Add about page
Diffstat (limited to 'client/src/app/menu/menu.component.scss')
-rw-r--r-- | client/src/app/menu/menu.component.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index 4714a9e87..1f3c889cf 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -132,6 +132,13 @@ menu { | |||
132 | 132 | ||
133 | background-image: url('../../assets/images/menu/administration.svg'); | 133 | background-image: url('../../assets/images/menu/administration.svg'); |
134 | } | 134 | } |
135 | |||
136 | &.icon-about { | ||
137 | width: 23px; | ||
138 | height: 23px; | ||
139 | |||
140 | background-image: url('../../assets/images/menu/about.svg'); | ||
141 | } | ||
135 | } | 142 | } |
136 | } | 143 | } |
137 | } | 144 | } |