|
|
@@ -62,42 +62,37 @@
|
|
|
background-color: $navbarLinkBackgroundActive;
|
|
|
}
|
|
|
|
|
|
-.navbar-page-btn-wrapper {
|
|
|
- float: left;
|
|
|
-<<<<<<< HEAD
|
|
|
-||||||| merged common ancestors
|
|
|
+.navbar-page-btn {
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ overflow: hidden;
|
|
|
+ white-space: nowrap;
|
|
|
+ display: block;
|
|
|
margin: 0;
|
|
|
- border-right: 1px solid $tight-form-border;
|
|
|
- background-color: $navbarButtonBackground;
|
|
|
- padding: 0.4rem 1.0rem 0.4rem 1rem;
|
|
|
+ color: darken($link-color, 5%);
|
|
|
+ font-size: $font-size-lg;
|
|
|
+ padding: 1rem 1rem 0.75rem 1rem;
|
|
|
min-height:: $navbarHeight;
|
|
|
|
|
|
.fa-caret-down {
|
|
|
- font-size: 70%;
|
|
|
- }
|
|
|
-
|
|
|
- .fa-chevron-left{
|
|
|
- display: none;
|
|
|
+ font-size: 60%;
|
|
|
+ padding-left: 0.2rem;
|
|
|
}
|
|
|
|
|
|
-=======
|
|
|
- margin: 0;
|
|
|
- border-right: 1px solid $tight-form-border;
|
|
|
- background-color: $navbarButtonBackground;
|
|
|
- padding: 0.4rem 1.0rem 0.4rem 1rem;
|
|
|
- min-height: $navbarHeight;
|
|
|
-
|
|
|
- .fa-caret-down {
|
|
|
- font-size: 70%;
|
|
|
+ .icon-gf {
|
|
|
+ position: relative;
|
|
|
+ top: 2px;
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 8px;
|
|
|
+ margin-right: 0.5rem;
|
|
|
}
|
|
|
|
|
|
- .fa-chevron-left{
|
|
|
- display: none;
|
|
|
+ > img {
|
|
|
+ max-width: 27px;
|
|
|
+ max-height: 27px;
|
|
|
}
|
|
|
|
|
|
->>>>>>> 0e5e2f3fb990293632402b20107aa09999c3f844
|
|
|
- &:hover {
|
|
|
- background: $navbarButtonBackgroundHighlight;
|
|
|
+ &--search {
|
|
|
+ padding: 1rem 1.5rem 0.75rem 1.5rem;
|
|
|
}
|
|
|
}
|
|
|
|