From b6489cefaae5cd07f058b173877d8215d48647fd Mon Sep 17 00:00:00 2001 From: Jiiks Date: Fri, 2 Feb 2018 15:23:02 +0200 Subject: [PATCH] add repo and site links #42 --- .../partials/bdsettings/sidebarview.scss | 32 ++++++++++++++++++- client/src/ui/components/BdSettings.vue | 21 ++++++++++-- 2 files changed, 50 insertions(+), 3 deletions(-) diff --git a/client/src/styles/partials/bdsettings/sidebarview.scss b/client/src/styles/partials/bdsettings/sidebarview.scss index 1b616e28..07662c4f 100644 --- a/client/src/styles/partials/bdsettings/sidebarview.scss +++ b/client/src/styles/partials/bdsettings/sidebarview.scss @@ -47,11 +47,41 @@ align-items: flex-end; overflow: hidden; - span { + .bd-vtext { color: #414245; font-weight: 700; font-size: 12px; } + + .bd-vtext { + flex-grow: 1; + height: 20px; + cursor: default; + user-select: none; + } + + .bd-material-button { + cursor: pointer; + + &:hover { + .material-design-icon { + fill: #FFF; + } + } + } + + .material-design-icon { + fill: #414245; + + svg { + width: 16px; + height: 16px; + } + + &:hover { + fill: #FFF; + } + } } .platform-darwin & { diff --git a/client/src/ui/components/BdSettings.vue b/client/src/ui/components/BdSettings.vue index 126e6a39..f6f6e2a3 100644 --- a/client/src/ui/components/BdSettings.vue +++ b/client/src/ui/components/BdSettings.vue @@ -18,7 +18,13 @@
- v2.0.0a by Jiiks/JsSucks + v2.0.0a by Jiiks/JsSucks +
+ +
+
+ +
@@ -43,10 +49,13 @@