2 * Includes the main navigation header and the faded toolbar.
9 background-color: $primary-dark;
15 border-bottom: 1px solid #DDD;
17 display: inline-block;
20 @include smaller-than($screen-md) {
25 display: inline-block;
32 @include smaller-than($screen-md) {
37 display: inline-block;
48 display: inline-block;
55 display: inline-block;
62 @include smaller-than($screen-md) {
69 @include smaller-than($screen-sm) {
84 display: inline-block;
87 display: inline-block;
90 background-color: rgba(0, 0, 0, 0.2);
91 border: 1px solid rgba(255, 255, 255, 0.3);
102 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
105 ::-moz-placeholder { /* Firefox 19+ */
108 :-ms-input-placeholder { /* IE 10+ */
111 :-moz-placeholder { /* Firefox 18- */
114 @include smaller-than($screen-lg) {
117 @include smaller-than($l) {
122 @include smaller-than($s) {
129 display: inline-block;
132 text-decoration: none;
136 display: inline-block;
140 padding: 14px $-l 14px 0;
145 margin: $-xs $-s $-xs 0;
150 .breadcrumbs span.sep {
155 a, button, span, span > div {
161 transition: all ease-in-out 120ms;
164 text-decoration: none;
169 .faded span.faded-text {
170 display: inline-block;
178 background-color: $primary-faded;
182 background-color: #FFF;
185 .breadcrumbs .text-button, .action-buttons .text-button {
186 display: inline-block;
197 .action-buttons .dropdown-container:last-child a {
215 @include smaller-than($m) {
216 .breadcrumbs .text-button, .action-buttons .text-button {
219 .action-buttons .dropdown-container:last-child a {
222 .breadcrumbs .text-button {
225 .breadcrumbs .text-button svg {
232 .breadcrumbs span.sep {
235 .toolbar .col-xs-1:first-child {
244 display: inline-block;
249 border-bottom: 2px solid $primary;
253 .faded-small .nav-tabs a {