OLD | NEW |
1 $nav-item-shaded-bg: $gray-light url(data:image/png;base64,iVBORw0KGgoAAAANSUhEU
gAAAAYAAAAyCAMAAABI+VrBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALFQT
FRF/////f39/v7+/Pz8+/v7+fn56+vr+vr69PT09vb28/Pz9fX1xcXF9/f3+Pj45+fn8PDwycnJ7+/v6
enpzc3N19fX8fHx8vLy7u7u6Ojo7Ozs3Nzc5OTk7e3t4uLi2dnZ39/fxsbG29vb0dHR3d3d4ODg4+Pj6
urqyMjI09PT5eXl0NDQ1dXV2NjYysrKx8fH5ubmzs7O3t7exMTE4eHh2tray8vLz8/PzMzM1NTU1tbWh
gtdWwAAAOFJREFUeNok0NWSxCAURdFDhCQkMx3tuLe7jP//h829NC+rqIKNAK8hhGEQjmUyrm+ziVTs5
0O6jkA6b+J3gSCqpWfiGZxL1yKyhbIQEDQLxj7xTYy7SXoCY1RXbwLXy6OgfdevIbYFdulHaBuI7t3SI
Y5Nbhm4zAdF/Ow5gvTEEaR/W49Ov2eSIvjuW+Y4tdTCXHML+1XI/A7cwmmdM1nHLZwbl+kPPj9lunELq
5LuRWy5hUFyC+uKI+hazabgCJpYcws5gsXS5F8qc02i9C9Jn9ejelHoMkJdhrJ5xb8AAwBmihB0TS21n
QAAAABJRU5ErkJggg==) no-repeat right 0; | 1 $nav-item-shaded-bg: $gray-light url(data:image/png;base64,iVBORw0KGgoAAAANSUhEU
gAAAAYAAAAyCAMAAABI+VrBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALFQT
FRF/////f39/v7+/Pz8+/v7+fn56+vr+vr69PT09vb28/Pz9fX1xcXF9/f3+Pj45+fn8PDwycnJ7+/v6
enpzc3N19fX8fHx8vLy7u7u6Ojo7Ozs3Nzc5OTk7e3t4uLi2dnZ39/fxsbG29vb0dHR3d3d4ODg4+Pj6
urqyMjI09PT5eXl0NDQ1dXV2NjYysrKx8fH5ubmzs7O3t7exMTE4eHh2tray8vLz8/PzMzM1NTU1tbWh
gtdWwAAAOFJREFUeNok0NWSxCAURdFDhCQkMx3tuLe7jP//h829NC+rqIKNAK8hhGEQjmUyrm+ziVTs5
0O6jkA6b+J3gSCqpWfiGZxL1yKyhbIQEDQLxj7xTYy7SXoCY1RXbwLXy6OgfdevIbYFdulHaBuI7t3SI
Y5Nbhm4zAdF/Ow5gvTEEaR/W49Ov2eSIvjuW+Y4tdTCXHML+1XI/A7cwmmdM1nHLZwbl+kPPj9lunELq
5LuRWy5hUFyC+uKI+hazabgCJpYcws5gsXS5F8qc02i9C9Jn9ejelHoMkJdhrJ5xb8AAwBmihB0TS21n
QAAAABJRU5ErkJggg==) no-repeat right 0; |
2 $nav-border-color: rgb(232, 232, 232); | 2 $nav-border-color: rgb(232, 232, 232); |
3 $nav-font-size: 0.9em; | 3 $nav-font-size: 0.9em; |
4 $z-index-nav-hover: 1001; | 4 $z-index-nav-hover: 1001; |
5 | 5 |
6 #topnav { | 6 #topnav { |
7 @include display-flex(); | 7 @include display-flex(); |
8 @include align-items(center); | 8 @include align-items(center); |
9 height: $top-nav-height; | 9 height: $top-nav-height; |
10 position: relative; | 10 position: relative; |
(...skipping 17 matching lines...) Expand all Loading... |
28 img { | 28 img { |
29 margin-bottom: -4px; | 29 margin-bottom: -4px; |
30 margin-right: 5px; | 30 margin-right: 5px; |
31 height: 32px; | 31 height: 32px; |
32 width: 32px; | 32 width: 32px; |
33 } | 33 } |
34 } | 34 } |
35 | 35 |
36 .collase-icon { | 36 .collase-icon { |
37 display: none; | 37 display: none; |
38 background: url("../images/burger-icon.png") 50% 100% no-repeat; | 38 background: url("../../images/burger-icon.png") 50% 100% no-repeat; |
39 background-size: cover; | 39 background-size: cover; |
40 width: 20px; | 40 width: 20px; |
41 height: 20px; | 41 height: 20px; |
42 | 42 |
43 &.active { | 43 &.active { |
44 background-position: 50% 0; | 44 background-position: 50% 0; |
45 } | 45 } |
46 } | 46 } |
47 } | 47 } |
48 | 48 |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 width: 16px; | 180 width: 16px; |
181 @include user-select(none); | 181 @include user-select(none); |
182 } | 182 } |
183 | 183 |
184 .expandee { | 184 .expandee { |
185 padding: $default-padding; | 185 padding: $default-padding; |
186 | 186 |
187 input[type="search"] { | 187 input[type="search"] { |
188 width: 100%; | 188 width: 100%; |
189 @include box-sizing(border-box); | 189 @include box-sizing(border-box); |
190 background: url("../images/search.png") no-repeat 15px 55%; | 190 background: url("../../images/search.png") no-repeat 15px 55%; |
191 background-size: 20px; | 191 background-size: 20px; |
192 background-color: white; | 192 background-color: white; |
193 border: $default-border; | 193 border: $default-border; |
194 //border-color: $gray-light-dark; | 194 //border-color: $gray-light-dark; |
195 padding: 10px 10px 10px 40px; | 195 padding: 10px 10px 10px 40px; |
196 font-size: 1.4em; | 196 font-size: 1.4em; |
197 @include flex(1); | 197 @include flex(1); |
198 font-family: inherit; | 198 font-family: inherit; |
199 font-weight: 300; | 199 font-weight: 300; |
200 } | 200 } |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 img { | 360 img { |
361 display: none; | 361 display: none; |
362 } | 362 } |
363 | 363 |
364 .expandee { | 364 .expandee { |
365 display: block; | 365 display: block; |
366 } | 366 } |
367 } | 367 } |
368 } | 368 } |
369 | 369 |
OLD | NEW |