Skip to content

Commit

Permalink
fix(core): hide empty account tag, show tags inline in header
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed May 10, 2017
1 parent 03a1497 commit 91bd4c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions app/scripts/modules/core/account/accountTag.less
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
@import (reference) "~core/presentation/less/imports/colors.less";

.account-tag {
&:empty {
display: none;
}
display: inline;
padding: 2px 6px 3px 6px;
margin-right: 2px;
font-size: 75%;
text-align: center;
text-transform: uppercase;
Expand All @@ -16,6 +20,7 @@
}

.heading-tag {
display: flex;
.account-tag {
font-size: 100%;
font-weight: 400;
Expand All @@ -25,6 +30,7 @@
align-items: center;
flex: 0 0 auto;
padding: 0 15px;
margin-right: 0;
border-right: 1px solid @lightest_grey;
.glyphicon {
margin-right: 3px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
min-width: 50px;
font-size: 14px;
padding: 0 10px;
margin-right: 2px;
margin-right: 5px;
}
}
.execution-group-heading {
Expand Down

0 comments on commit 91bd4c1

Please sign in to comment.