diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-03-16 20:45:09 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-03-16 20:45:09 +0100 |
commit | a0382b70d03213f7bfa342982bbeafc8c85f1d73 (patch) | |
tree | bc804a03d7ec6e5ae92f7a1e3dc09aaae6ef2988 /client/stylesheets/base.scss | |
parent | 33b992603c37fe4cd789d04b0d4cbaf81888df31 (diff) | |
download | PeerTube-a0382b70d03213f7bfa342982bbeafc8c85f1d73.tar.gz PeerTube-a0382b70d03213f7bfa342982bbeafc8c85f1d73.tar.zst PeerTube-a0382b70d03213f7bfa342982bbeafc8c85f1d73.zip |
Add separations in the panel
Diffstat (limited to 'client/stylesheets/base.scss')
-rw-r--r-- | client/stylesheets/base.scss | 6 |
1 files changed, 5 insertions, 1 deletions
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 { | |||
17 | 17 | ||
18 | &:hover { text-decoration: none; } | 18 | &:hover { text-decoration: none; } |
19 | } | 19 | } |
20 | } \ No newline at end of file | 20 | } |
21 | |||
22 | .panel_block:not(:last-child) { | ||
23 | border-bottom: 1px solid rgba(0, 0, 0, 0.1); | ||
24 | } | ||