summaryrefslogtreecommitdiff
path: root/web-ui/src/common/header/header.scss
diff options
context:
space:
mode:
authorSriram Viswanathan <sriramv@thoughtworks.com>2017-03-22 16:26:50 -0300
committerSriram Viswanathan <sriramv@thoughtworks.com>2017-03-23 17:16:40 -0300
commitc56bf133feddfcfed9487c16229138fcdb046983 (patch)
tree44ebc2038d66c81b7b5a6911c3cd429cb7ef3ee1 /web-ui/src/common/header/header.scss
parentfc074ea9f9b7cd6708a5a878a7b56a4d76a9124e (diff)
|#973| Thais + Sriram | Adds logout component to be shown on the header
Diffstat (limited to 'web-ui/src/common/header/header.scss')
-rw-r--r--web-ui/src/common/header/header.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/web-ui/src/common/header/header.scss b/web-ui/src/common/header/header.scss
index d56629bf..3e10ba39 100644
--- a/web-ui/src/common/header/header.scss
+++ b/web-ui/src/common/header/header.scss
@@ -28,7 +28,6 @@
.header-content {
display: flex;
- align-items: center;
}
.header-logo {
@@ -41,7 +40,7 @@
position: absolute;
right: 6%;
- top: 13px;
+ line-height: 0;
span {
display: none;
@@ -51,6 +50,7 @@
font-size: 1.3em;
margin-left: 0.4em;
color: $medium_light_grey;
+ overflow: visible;
}
}
@@ -78,6 +78,7 @@
font-style: normal;
font-size: 0.7em;
padding-bottom: 0.1em;
+ line-height: 36px;
}
.fa {