From 2de96f4d6b800076743ed2073f9529816cfd5c8a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Oct 2017 20:26:06 +0100 Subject: Lazy description and previews to video form --- .../src/app/videos/+video-watch/video-watch.component.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss') diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index 01ceab3c5..ab0539fa3 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -170,6 +170,18 @@ font-weight: bold; margin-bottom: 30px; } + + .video-details-description-more { + cursor: pointer; + margin-top: 15px; + font-weight: bold; + color: #acaeb7; + + .glyphicon { + position: relative; + top: 2px; + } + } } .video-details-attributes { -- cgit v1.2.3