From a0382b70d03213f7bfa342982bbeafc8c85f1d73 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 16 Mar 2016 20:45:09 +0100 Subject: [PATCH] Add separations in the panel --- client/angular/app/app.component.html | 34 +++++++++++++++------------ client/stylesheets/base.scss | 6 ++++- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/client/angular/app/app.component.html b/client/angular/app/app.component.html index af41f8686..25911731e 100644 --- a/client/angular/app/app.component.html +++ b/client/angular/app/app.component.html @@ -17,24 +17,28 @@
-
- - Get videos +
+
+ + Get videos +
+ +
- - -
- - Make friends -
+
+
+ + Make friends +
-
diff --git a/client/stylesheets/base.scss b/client/stylesheets/base.scss index 37bdade1e..14da74e0c 100644 --- a/client/stylesheets/base.scss +++ b/client/stylesheets/base.scss @@ -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); +} -- 2.25.1