Dislike bar in the same color as the button
authorChocobozzz <me@florianbigard.com>
Wed, 5 Sep 2018 13:40:45 +0000 (15:40 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 5 Sep 2018 13:40:45 +0000 (15:40 +0200)
client/src/app/videos/+video-watch/video-watch.component.scss

index 58c45cde99a1a9b1e60e72ba582375e09c4d2b55..c657e4b7076e5350389478beea68cbc9ea67ce2b 100644 (file)
           height: $likes-bar-height;
           margin-top: -$likes-bar-height;
           width: 186px;
-          background-color: #E5E5E5;
+          background-color: $red;
           position: relative;
           top: 10px;
 
           .likes-bar {
             height: 100%;
-            background-color: #39CC0B;
+            background-color: $green;
           }
         }
       }
   }
 }
 
+my-video-comments {
+  display: inline-block;
+  margin-bottom: 20px;
+}
+
 // If the view is not expanded, take into account the menu
 .privacy-concerns {
   width: calc(100% - #{$menu-width});