Add separations in the panel
[oweals/peertube.git] / client / stylesheets / base.scss
index 37bdade1e7d1d2b3921a6a9f45788e9531474b2f..14da74e0cf7663629f231eb43321100deb597aab 100644 (file)
@@ -17,4 +17,8 @@ footer {
 
     &:hover { text-decoration: none; }
   }
-}
\ No newline at end of file
+}
+
+.panel_block:not(:last-child) {
+  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
+}