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);
98 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
101 ::-moz-placeholder { /* Firefox 19+ */
104 :-ms-input-placeholder { /* IE 10+ */
107 :-moz-placeholder { /* Firefox 18- */
110 @include smaller-than($screen-lg) {
113 @include smaller-than($l) {
118 @include smaller-than($s) {
125 display: inline-block;
128 text-decoration: none;
132 display: inline-block;
136 padding: 14px $-l 14px 0;
141 margin: $-xs $-s $-xs 0;
146 .breadcrumbs span.sep {
151 a, button, span, span > div {
157 transition: all ease-in-out 120ms;
160 text-decoration: none;
165 .faded span.faded-text {
166 display: inline-block;
174 background-color: $primary-faded;
178 background-color: #FFF;
181 .breadcrumbs .text-button, .action-buttons .text-button {
182 display: inline-block;
193 .action-buttons .dropdown-container:last-child a {
211 @include smaller-than($m) {
212 .breadcrumbs .text-button, .action-buttons .text-button {
215 .action-buttons .dropdown-container:last-child a {
218 .breadcrumbs .text-button {
221 .breadcrumbs .text-button svg {
228 .breadcrumbs span.sep {
231 .toolbar .col-xs-1:first-child {
240 display: inline-block;
245 border-bottom: 2px solid $primary;
249 .faded-small .nav-tabs a {