summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/styles.scss
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-02-10 18:14:45 -0200
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-02-19 16:41:24 -0200
commit4b481505ccf1686bddce67c4c6a4d74cdf4426b9 (patch)
tree30d10a880a7f0e40557307b0c17315759b3a3ff7 /web-ui/app/scss/styles.scss
parentfa3e2ba6d928817f749431853142ae824b72eb82 (diff)
#239 Move logo to sidebar nav
Diffstat (limited to 'web-ui/app/scss/styles.scss')
-rw-r--r--web-ui/app/scss/styles.scss17
1 files changed, 7 insertions, 10 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss
index cd149b9f..d56f8d34 100644
--- a/web-ui/app/scss/styles.scss
+++ b/web-ui/app/scss/styles.scss
@@ -480,6 +480,13 @@ button {
}
}
+.left-off-canvas-logo {
+ img {
+ padding: 4px 0 0 4px;
+ width: 36px;
+ }
+}
+
.collapsed-nav {
width: 50px;
position: absolute;
@@ -487,16 +494,6 @@ button {
height: 100vh;
background: $secondary;
- .left-off-canvas-logo {
- text-align: center;
- padding: 8px;
- display: block;
-
- img {
- padding-top: 1px;
- }
- }
-
ul.shortcuts {
li {
position: relative;