We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 601e4e8 commit e03ba33Copy full SHA for e03ba33
app/assets/stylesheets/_base.sass
@@ -19,8 +19,10 @@
19
border-bottom: 1px solid #FFF
20
21
/* gotta bump stuff in the header
22
-.logo, .search form, .ui-tabs-nav
+.logo, .ui-tabs-nav
23
padding-top: 7px !important
24
+.search form
25
+ padding-top: 5px
26
27
28
#app_body
app/assets/stylesheets/_sidebar.sass
@@ -78,12 +78,15 @@
78
input
79
+border-radius(20px)
80
background: $search-bg url(image_path('search_icon.png')) no-repeat
81
+ +box-shadow(inset 0px 7px 6px -5px #3a4547, 2px 7px 7px -6px #7f8587)
82
background-position: 95% center
83
background-size: 15px
84
width: 100%
85
color: $search-color
86
border: 2px solid darken($search-bg, 10%)
87
+ padding: 3px 0
88
padding-right: 15%
89
+
90
91
.header .user
92
float: right
0 commit comments