Skip to content

Commit

Permalink
Merge pull request #754 from cibernox/fix-select-styles-in-navbar
Browse files Browse the repository at this point in the history
Fix styles of select in navbar
  • Loading branch information
cibernox authored Dec 10, 2016
2 parents 462bbd2 + f629ce6 commit 705c49c
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions tests/dummy/app/styles/components/main-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@
.main-header-logo {
color: white;
font-size: 30px;
display: block;
text-align: center;
line-height: 66px;
padding-top: 5px;
height: 76px;
.home-link {
vertical-align: text-bottom;
}
display: flex;
align-items: center;
img {
height: 36px;
vertical-align: -5%;
}
.home-link {
display: flex;
flex-direction: column;
margin-right: 5px;
}
}
.main-header-nav-links {
Expand All @@ -34,13 +32,13 @@
// Easter egg
$almost-white: #fff2f2;
.main-header-select {
display: inline-block;
a { color: $almost-white; }
.ember-basic-dropdown-trigger.ember-power-select-trigger {
padding: 0rem 2rem 0rem 0.5rem !important;
background-color: transparent;
border: 2px solid $almost-white !important;
border-radius: 4px;
line-height: 1.6;
white-space: nowrap;
outline: none;
}
Expand Down

0 comments on commit 705c49c

Please sign in to comment.