summaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/responsive.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/responsive.css')
-rw-r--r--app/assets/stylesheets/responsive.css19
1 files changed, 5 insertions, 14 deletions
diff --git a/app/assets/stylesheets/responsive.css b/app/assets/stylesheets/responsive.css
index ea30ab86c..4eff84187 100644
--- a/app/assets/stylesheets/responsive.css
+++ b/app/assets/stylesheets/responsive.css
@@ -184,9 +184,14 @@
font-size:0.9375rem;
font-weight:normal;
}
+ #project-jump .drdn-content svg {
+ width: 1.25rem;
+ height: 1.25rem;
+ }
#project-jump .drdn-content .autocomplete {
height:40px;
font-size:1.25rem;
+ padding-left: 28px !important;
}
#project-jump .drdn-content a {
padding:8px;
@@ -259,21 +264,7 @@
content: '\2261';
}
- /* search magnifier icon */
- .search-magnifier {
- font-family: var(--fonts-main);
- color: #bbb;
-
- cursor: pointer;
- -webkit-transform: rotate(-45deg);
- -moz-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- }
-
.search-magnifier--flyout {
- font-size: 1.5625rem;
- line-height: 54px;
-
position: absolute;
z-index: 1;
left: 12px;