active_frontend 10.3.0 → 11.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/fonts/gotham/{gotham-bold.eot → regular/gotham-bold.eot} +0 -0
  3. data/app/assets/fonts/gotham/{gotham-bold.svg → regular/gotham-bold.svg} +0 -0
  4. data/app/assets/fonts/gotham/{gotham-bold.ttf → regular/gotham-bold.ttf} +0 -0
  5. data/app/assets/fonts/gotham/{gotham-bold.woff → regular/gotham-bold.woff} +0 -0
  6. data/app/assets/fonts/gotham/{gotham-book.eot → regular/gotham-book.eot} +0 -0
  7. data/app/assets/fonts/gotham/{gotham-book.svg → regular/gotham-book.svg} +0 -0
  8. data/app/assets/fonts/gotham/{gotham-book.ttf → regular/gotham-book.ttf} +0 -0
  9. data/app/assets/fonts/gotham/{gotham-book.woff → regular/gotham-book.woff} +0 -0
  10. data/app/assets/fonts/gotham/{gotham-light.eot → regular/gotham-light.eot} +0 -0
  11. data/app/assets/fonts/gotham/{gotham-light.svg → regular/gotham-light.svg} +0 -0
  12. data/app/assets/fonts/gotham/{gotham-light.ttf → regular/gotham-light.ttf} +0 -0
  13. data/app/assets/fonts/gotham/{gotham-light.woff → regular/gotham-light.woff} +0 -0
  14. data/app/assets/fonts/gotham/{gotham-medium.eot → regular/gotham-medium.eot} +0 -0
  15. data/app/assets/fonts/gotham/{gotham-medium.svg → regular/gotham-medium.svg} +0 -0
  16. data/app/assets/fonts/gotham/{gotham-medium.ttf → regular/gotham-medium.ttf} +0 -0
  17. data/app/assets/fonts/gotham/{gotham-medium.woff → regular/gotham-medium.woff} +0 -0
  18. data/app/assets/fonts/gotham/round/gothamrnd-bold.eot +0 -0
  19. data/app/assets/fonts/gotham/round/gothamrnd-bold.svg +3528 -0
  20. data/app/assets/fonts/gotham/round/gothamrnd-bold.ttf +0 -0
  21. data/app/assets/fonts/gotham/round/gothamrnd-bold.woff +0 -0
  22. data/app/assets/fonts/gotham/round/gothamrnd-book.eot +0 -0
  23. data/app/assets/fonts/gotham/round/gothamrnd-book.svg +3654 -0
  24. data/app/assets/fonts/gotham/round/gothamrnd-book.ttf +0 -0
  25. data/app/assets/fonts/gotham/round/gothamrnd-book.woff +0 -0
  26. data/app/assets/fonts/gotham/round/gothamrnd-light.eot +0 -0
  27. data/app/assets/fonts/gotham/round/gothamrnd-light.svg +3503 -0
  28. data/app/assets/fonts/gotham/round/gothamrnd-light.ttf +0 -0
  29. data/app/assets/fonts/gotham/round/gothamrnd-light.woff +0 -0
  30. data/app/assets/fonts/gotham/round/gothamrnd-medium.eot +0 -0
  31. data/app/assets/fonts/gotham/round/gothamrnd-medium.svg +3659 -0
  32. data/app/assets/fonts/gotham/round/gothamrnd-medium.ttf +0 -0
  33. data/app/assets/fonts/gotham/round/gothamrnd-medium.woff +0 -0
  34. data/lib/active_frontend/version.rb +1 -1
  35. data/lib/generators/active_frontend/templates/install.scss +7 -3
  36. data/vendor/assets/javascripts/_animation.js +1 -1
  37. data/vendor/assets/javascripts/_chart.js +7 -7
  38. data/vendor/assets/javascripts/_map.js +1 -1
  39. data/vendor/assets/javascripts/_tooltip.js +1 -1
  40. data/vendor/assets/stylesheets/_ad.scss +2 -10
  41. data/vendor/assets/stylesheets/_alert.scss +37 -71
  42. data/vendor/assets/stylesheets/_animation.scss +481 -1573
  43. data/vendor/assets/stylesheets/_aside.scss +45 -67
  44. data/vendor/assets/stylesheets/_breadcrumb.scss +3 -3
  45. data/vendor/assets/stylesheets/_button.scss +148 -605
  46. data/vendor/assets/stylesheets/_canvas.scss +61 -49
  47. data/vendor/assets/stylesheets/_carousel.scss +1 -3
  48. data/vendor/assets/stylesheets/_code.scss +24 -52
  49. data/vendor/assets/stylesheets/_collapse.scss +1 -3
  50. data/vendor/assets/stylesheets/_color.scss +21 -50
  51. data/vendor/assets/stylesheets/_colorpicker.scss +4 -6
  52. data/vendor/assets/stylesheets/_datepicker.scss +5 -8
  53. data/vendor/assets/stylesheets/_dropdown.scss +4 -6
  54. data/vendor/assets/stylesheets/_footer.scss +30 -65
  55. data/vendor/assets/stylesheets/_form.scss +201 -102
  56. data/vendor/assets/stylesheets/_header.scss +51 -58
  57. data/vendor/assets/stylesheets/_icon.scss +11 -17
  58. data/vendor/assets/stylesheets/_label_and_badge.scss +36 -43
  59. data/vendor/assets/stylesheets/_link.scss +1 -3
  60. data/vendor/assets/stylesheets/_list.scss +54 -20
  61. data/vendor/assets/stylesheets/_loader.scss +8 -35
  62. data/vendor/assets/stylesheets/_mixin.scss +90 -0
  63. data/vendor/assets/stylesheets/_modal.scss +34 -42
  64. data/vendor/assets/stylesheets/_nav_and_tab.scss +9 -8
  65. data/vendor/assets/stylesheets/_navbar.scss +18 -11
  66. data/vendor/assets/stylesheets/_pagination.scss +33 -6
  67. data/vendor/assets/stylesheets/_panel.scss +3 -4
  68. data/vendor/assets/stylesheets/_placeholder.scss +9 -3
  69. data/vendor/assets/stylesheets/_popover.scss +2 -2
  70. data/vendor/assets/stylesheets/_progress.scss +31 -55
  71. data/vendor/assets/stylesheets/_reset.scss +13 -14
  72. data/vendor/assets/stylesheets/_sidebar.scss +12 -23
  73. data/vendor/assets/stylesheets/_spinner.scss +121 -459
  74. data/vendor/assets/stylesheets/_swoggle.scss +28 -69
  75. data/vendor/assets/stylesheets/_table.scss +59 -11
  76. data/vendor/assets/stylesheets/_timepicker.scss +2 -7
  77. data/vendor/assets/stylesheets/_toolbar.scss +5 -7
  78. data/vendor/assets/stylesheets/_tooltip.scss +2 -2
  79. data/vendor/assets/stylesheets/_transition.scss +1 -3
  80. data/vendor/assets/stylesheets/_trunk.scss +11 -18
  81. data/vendor/assets/stylesheets/_typeahead.scss +1 -3
  82. data/vendor/assets/stylesheets/_typography.scss +110 -85
  83. data/vendor/assets/stylesheets/active_frontend.scss +7 -3
  84. metadata +35 -19
  85. data/vendor/assets/stylesheets/_stripe.scss +0 -30
@@ -6,51 +6,29 @@
6
6
 
7
7
  /* # Variables
8
8
  ================================================== */
9
- $onblack-colors: (
10
- dark-yellow: $color-dark-yellow,
11
- yellow: $color-yellow,
12
- light-yellow: $color-light-yellow
13
- );
14
9
  $ongray-colors: (
15
- dark-haze: $color-dark-haze,
16
- haze: $color-haze,
10
+ dark-haze: $color-dark-haze,
11
+ haze: $color-haze,
17
12
  light-haze: $color-light-haze,
18
- white: $color-white
13
+ white: $color-white
19
14
  );
20
15
  $onwhite-colors: (
21
- dark-black: $color-dark-black,
22
- black: $color-black,
23
- light-black: $color-light-black,
24
- dark-gray: $color-dark-gray,
25
- gray: $color-gray,
26
- light-gray: $color-light-gray,
27
- dark-lime: $color-dark-lime,
28
- lime: $color-lime,
29
- light-lime: $color-light-lime,
30
- dark-green: $color-dark-green,
31
- green: $color-green,
32
- light-green: $color-light-green,
33
- dark-teal: $color-dark-teal,
34
- teal: $color-teal,
35
- light-teal: $color-light-teal,
36
- dark-blue: $color-dark-blue,
37
- blue: $color-blue,
38
- light-blue: $color-light-blue,
39
- dark-indigo: $color-dark-indigo,
40
- indigo: $color-indigo,
41
- light-indigo: $color-light-indigo,
42
- dark-purple: $color-dark-purple,
43
- purple: $color-purple,
44
- light-purple: $color-light-purple,
45
- dark-pink: $color-dark-pink,
46
- pink: $color-pink,
47
- light-pink: $color-light-pink,
48
- dark-red: $color-dark-red,
49
- red: $color-red,
50
- light-red: $color-light-red,
51
- dark-orange: $color-dark-orange,
52
- orange: $color-orange,
53
- light-orange: $color-light-orange
16
+ dark-black: $color-dark-black,
17
+ black: $color-black,
18
+ light-black: $color-light-black,
19
+ dark-gray: $color-dark-gray,
20
+ gray: $color-gray,
21
+ light-gray: $color-light-gray,
22
+ lime: $color-lime,
23
+ green: $color-green,
24
+ teal: $color-teal,
25
+ blue: $color-blue,
26
+ indigo: $color-indigo,
27
+ purple: $color-purple,
28
+ pink: $color-pink,
29
+ red: $color-red,
30
+ orange: $color-orange,
31
+ yellow: $color-yellow
54
32
  );
55
33
 
56
34
  /* # Swoggle
@@ -72,9 +50,10 @@ $onwhite-colors: (
72
50
  cursor: pointer;
73
51
  display: inline-block;
74
52
  -webkit-font-smoothing: antialiased;
53
+ -moz-osx-font-smoothing: grayscale;
75
54
  font-size: 12px;
76
55
  font-weight: bold;
77
- line-height: 12px;
56
+ line-height: 1;
78
57
  margin-top: -2px;
79
58
  min-width: 64px;
80
59
  overflow: hidden;
@@ -83,12 +62,8 @@ $onwhite-colors: (
83
62
  text-align: center;
84
63
  text-rendering: geometricPrecision;
85
64
  text-transform: uppercase;
86
- -webkit-transition: all 0.5s ease-in-out;
87
- -ms-transition: all 0.5s ease-in-out;
88
- transition: all 0.5s ease-in-out;
89
- -webkit-user-select: none;
90
- -ms-user-select: none;
91
- user-select: none;
65
+ @include transition(all 0.5s ease-in-out);
66
+ @include user-select(none);
92
67
  vertical-align: middle;
93
68
  }
94
69
  .swoggle span,
@@ -104,47 +79,31 @@ $onwhite-colors: (
104
79
  .swoggle label {
105
80
  background: $color-white;
106
81
  border-radius: 500px;
107
- margin-bottom: 0;
108
- margin-top: 0;
109
- padding-bottom: 4px;
110
- padding-top: 3px;
82
+ margin: 0;
83
+ padding: 3px 0 4px 0;
111
84
  width: 20%;
112
85
  z-index: 100;
113
86
  }
114
87
  .swoggle span {
115
- padding-bottom: 0;
116
- padding-top: 0;
88
+ padding: 0;
117
89
  width: 40%;
118
90
  z-index: 1;
119
91
  }
120
92
  .swoggle div {
121
93
  display: inline-block;
122
94
  position: relative;
123
- -webkit-transform: translate3d(0,0,0);
124
- -ms-transform: translate3d(0,0,0);
125
- transform: translate3d(0,0,0);
95
+ @include transform(translate3d(0,0,0));
126
96
  top: 0;
127
97
  width: 150%;
128
98
  }
129
99
  .swoggle.swoggle-on div { margin-left: 0; }
130
100
  .swoggle.swoggle-off div { margin-left: -50%; }
131
- .swoggle.swoggle-animate div {
132
- -webkit-transition: margin-left 0.5s;
133
- -ms-transition: margin-left 0.5s;
134
- transition: margin-left 0.5s;
135
- }
101
+ .swoggle.swoggle-animate div { @include transition(margin-left 0.5s); }
136
102
  .swoggle.swoggle-disabled { cursor: not-allowed !important; }
137
103
  .swoggle.swoggle-readonly { cursor: default !important; }
138
104
 
139
105
  /* # Colors
140
106
  ================================================== */
141
- @each $name, $color in $onblack-colors {
142
- .swoggle.swoggle-on.swoggle-#{$name} {
143
- background: $color;
144
- border-color: $color;
145
- color: $color-black;
146
- }
147
- }
148
107
  @each $name, $color in $ongray-colors {
149
108
  .swoggle.swoggle-on.swoggle-#{$name} {
150
109
  background: $color;
@@ -1,6 +1,9 @@
1
1
  /* Table of Contents
2
2
  ==================================================
3
3
  # Table
4
+ # Sizes
5
+ # Styles
6
+ # Colors
4
7
  # Media Queries */
5
8
 
6
9
  /* # Table
@@ -15,7 +18,6 @@ table {
15
18
  .table caption,
16
19
  .table th,
17
20
  .table td {
18
- background: $color-white;
19
21
  border-top: 1px solid $color-haze;
20
22
  font-size: 16px;
21
23
  line-height: 25px;
@@ -28,7 +30,6 @@ table {
28
30
  border-top-width: 1px;
29
31
  font-size: 14px;
30
32
  font-weight: bold;
31
- padding: 7px 10px;
32
33
  }
33
34
  .table th a { color: $color-black; }
34
35
  .table th.tablespy-sort-asc:before,
@@ -53,8 +54,8 @@ table {
53
54
  color: $color-black;
54
55
  font-size: 15px;
55
56
  font-weight: bold;
56
- letter-spacing: 1px;
57
- padding: 7px 10px;
57
+ letter-spacing: 1;
58
+ padding: 9px 10px 8px 10px;
58
59
  text-transform: uppercase;
59
60
  }
60
61
  .table caption + thead tr:first-child th,
@@ -66,18 +67,31 @@ table {
66
67
  .table tbody + tbody { border-top: 1px solid $color-haze; }
67
68
  .table-align-bottom th,
68
69
  .table-align-bottom td { vertical-align: bottom; }
70
+ .table-align-middle th,
71
+ .table-align-middle td { vertical-align: middle; }
69
72
  .table-align-top th,
70
73
  .table-align-top td { vertical-align: top; }
74
+
75
+ /* # Sizes
76
+ ================================================== */
71
77
  .table-condensed caption,
72
78
  .table-condensed th,
73
79
  .table-condensed tfoot td {
74
80
  font-size: 13px;
75
81
  padding: 5px;
76
82
  }
83
+ .table-condensed caption { padding-top: 7px; }
77
84
  .table-condensed td {
78
85
  font-size: 14px;
79
- padding: 5px 5px 3px 5px;
86
+ padding: 6px 5px 3px 5px;
80
87
  }
88
+ .table-scrollable {
89
+ height: 300px;
90
+ overflow: auto;
91
+ }
92
+
93
+ /* # Styles
94
+ ================================================== */
81
95
  .table-bordered {
82
96
  border: 1px solid $color-haze;
83
97
  border-collapse: separate;
@@ -107,10 +121,44 @@ table {
107
121
  .table-unbordered tbody,
108
122
  .table-unbordered th,
109
123
  .table-unbordered td { border: 0; }
110
- .table-scrollable {
111
- height: 300px;
112
- overflow: auto;
124
+
125
+ /* # Colors
126
+ ================================================== */
127
+ .table-dark caption,
128
+ .table-dark th,
129
+ .table-dark td {
130
+ background: $color-black;
131
+ border-color: $color-dark-black;
132
+ color: $color-white;
133
+ }
134
+ .table-dark th a { color: $color-white; }
135
+ .table-dark tbody + tbody,
136
+ .table-dark.table-bordered,
137
+ .table-dark.table-bordered caption,
138
+ .table-dark.table-bordered th,
139
+ .table-dark.table-bordered td { border-color: $color-dark-black; }
140
+ .table-dark.table-striped tbody > tr:nth-child(odd) > td,
141
+ .table-dark.table-striped tbody > tr:nth-child(odd) > th { background: $color-light-black; }
142
+ .table-dark.table-hover tbody tr:hover > td,
143
+ .table-dark.table-hover tbody tr:hover > th { background: $color-dark-black; }
144
+ .table-light caption,
145
+ .table-light th,
146
+ .table-light td {
147
+ background: $color-light-haze;
148
+ border-color: $color-dark-haze;
113
149
  }
150
+ .table-light tbody + tbody,
151
+ .table-light.table-bordered,
152
+ .table-light.table-bordered caption,
153
+ .table-light.table-bordered th,
154
+ .table-light.table-bordered td { border-color: $color-dark-haze; }
155
+ .table-light.table-striped tbody > tr:nth-child(odd) > td,
156
+ .table-light.table-striped tbody > tr:nth-child(odd) > th { background: $color-haze; }
157
+ .table-light.table-hover tbody tr:hover > td,
158
+ .table-light.table-hover tbody tr:hover > th { background: $color-dark-haze; }
159
+ .table-white caption,
160
+ .table-white th,
161
+ .table-white td { background: $color-white; }
114
162
 
115
163
  /* # Media Queries
116
164
  ================================================== */
@@ -118,11 +166,11 @@ table {
118
166
  .table-responsive {
119
167
  border: 1px solid $color-haze;
120
168
  max-height: 300px;
121
- -webkit-overflow-scrolling: touch;
122
- -ms-overflow-scrolling: touch;
123
- overflow-scrolling: touch;
169
+ @include overflow-scrolling(touch);
124
170
  overflow: scroll;
125
171
  }
172
+ .table-responsive.table-dark { border-color: $color-dark-black; }
173
+ .table-responsive.table-light { border-color: $color-dark-haze; }
126
174
  .table-responsive > .table > thead > tr > th,
127
175
  .table-responsive > .table > tbody > tr > th,
128
176
  .table-responsive > .table > tfoot > tr > th,
@@ -8,9 +8,7 @@
8
8
  display: none;
9
9
  opacity: 1;
10
10
  padding: 5px 0;
11
- -webkit-transition: none;
12
- -ms-transition: none;
13
- transition: none;
11
+ @include transition(none);
14
12
  visibility: visible;
15
13
  }
16
14
  .timepicker-widget.dropdown-menu.open {
@@ -72,7 +70,4 @@
72
70
  .timepicker-widget > table td > a:hover,
73
71
  .timepicker-widget > table td > a.active,
74
72
  .timepicker-widget > table td > a:active,
75
- .timepicker-widget > table td > a:focus {
76
- color: $color-primary;
77
- text-decoration: none;
78
- }
73
+ .timepicker-widget > table td > a:focus { color: $color-primary; }
@@ -25,7 +25,7 @@
25
25
  border-bottom: 1px solid $color-haze;
26
26
  border-radius: 0;
27
27
  box-sizing: border-box;
28
- color: $color-light-black;
28
+ color: $color-black;
29
29
  display: block;
30
30
  font-size: 21px;
31
31
  height: 55px;
@@ -47,19 +47,18 @@
47
47
  .toolbar > a[disabled]:active,
48
48
  .toolbar > a[disabled]:focus {
49
49
  background: $color-transparent;
50
- color: $color-light-black;
50
+ color: $color-black;
51
51
  cursor: not-allowed;
52
52
  pointer-events: none;
53
53
  }
54
54
  .toolbar > .tooltip {
55
- width: auto !important;
56
55
  min-width: 80px;
56
+ width: 80px;
57
57
  }
58
58
 
59
59
  /* # Colors
60
60
  ================================================== */
61
- .toolbar-dark,
62
- .toolbar-dark.toolbar-alt {
61
+ .toolbar-dark {
63
62
  background: $color-black;
64
63
  border-color: $color-dark-black;
65
64
  }
@@ -71,8 +70,7 @@
71
70
  color: $color-gray;
72
71
  border-color: $color-dark-black;
73
72
  }
74
- .toolbar-light,
75
- .toolbar-light.toolbar-alt {
73
+ .toolbar-light {
76
74
  background: $color-light-haze;
77
75
  border-color: $color-dark-haze;
78
76
  }
@@ -8,7 +8,7 @@
8
8
  color: $color-white;
9
9
  display: block;
10
10
  float: none;
11
- font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
11
+ font-family: $typography-sans-serif;
12
12
  font-size: 11px;
13
13
  font-style: normal;
14
14
  font-weight: bold;
@@ -20,7 +20,7 @@
20
20
  text-decoration: none;
21
21
  text-transform: none;
22
22
  visibility: visible;
23
- z-index: 1070;
23
+ z-index: 1020;
24
24
  }
25
25
  .tooltip.in {
26
26
  opacity: 0.8;
@@ -6,8 +6,6 @@
6
6
  ================================================== */
7
7
  .fade {
8
8
  opacity: 0;
9
- -webkit-transition: opacity 0.3s linear;
10
- -ms-transition: opacity 0.3s linear;
11
- transition: opacity 0.3s linear;
9
+ @include transition(opacity 0.3s linear);
12
10
  }
13
11
  .fade.in { opacity: 1; }
@@ -31,7 +31,7 @@
31
31
  .trunk-user > li {
32
32
  font-size: 11px;
33
33
  font-weight: 500;
34
- line-height: 11px;
34
+ line-height: 1;
35
35
  margin: 5px;
36
36
  }
37
37
  .trunk-nav > li {
@@ -53,8 +53,7 @@
53
53
  color: $color-primary;
54
54
  font-size: 12px;
55
55
  letter-spacing: 1px;
56
- line-height: 12px;
57
- padding: 8px 10px 5px 10px;
56
+ padding: 8px 10px;
58
57
  text-transform: uppercase;
59
58
  }
60
59
  .trunk-nav > li.divider { height: 0; }
@@ -65,34 +64,27 @@
65
64
  }
66
65
  .trunk-nav > li > a,
67
66
  .trunk-user > li > a {
68
- -webkit-appearance: none;
69
- -ms-appearance: none;
70
- appearance: none;
67
+ @include appearance(none);
71
68
  border-radius: 2px;
72
69
  color: $color-dark-gray;
73
70
  cursor: pointer;
74
71
  display: block;
75
72
  -webkit-font-smoothing: antialiased;
73
+ -moz-osx-font-smoothing: grayscale;
76
74
  font-size: 11px;
77
75
  font-weight: 500;
78
76
  letter-spacing: 1px;
79
- line-height: 11px;
80
- padding: 11px 0 9px 0;
77
+ padding: 11px 0 10px 0;
81
78
  text-align: center;
82
79
  text-decoration: none;
83
80
  text-rendering: geometricPrecision;
84
81
  text-transform: uppercase;
85
- -webkit-transition: all 0.3s linear;
86
- -ms-transition: all 0.3s linear;
87
- transition: all 0.3s linear;
82
+ @include transition(all 0.3s linear);
88
83
  vertical-align: middle;
89
84
  white-space: nowrap;
90
85
  }
91
- .trunk-nav > li > a {
92
- border: 1px solid $color-haze;
93
- padding: 11px 0 9px 0;
94
- }
95
- .trunk-user > li > a { padding: 9px 0 7px 0; }
86
+ .trunk-nav > li > a { border: 1px solid $color-haze; }
87
+ .trunk-user > li > a { padding: 9px 0 8px 0; }
96
88
  .trunk-nav > li > a:hover,
97
89
  .trunk-nav > li > a:active,
98
90
  .trunk-nav > li > a.active,
@@ -118,7 +110,7 @@
118
110
  }
119
111
  .trunk-user > li.trunk-user-placeholder > i {
120
112
  font-size: 26px;
121
- line-height: 44px;
113
+ line-height: 42px;
122
114
  }
123
115
 
124
116
  /* # Colors
@@ -171,7 +163,8 @@ only screen and ( min-resolution: 192dpi),
171
163
  only screen and ( min-resolution: 2dppx) {
172
164
  .trunk,
173
165
  .trunk-nav > li.title,
174
- .trunk-nav > li.divider { border-width: 0.5px; }
166
+ .trunk-nav > li.divider,
167
+ .trunk-nav > li > a { border-width: 0.5px; }
175
168
  .trunk-nav > li.title,
176
169
  .trunk-nav > li > a,
177
170
  .trunk-user > li > a { letter-spacing: 0.5px; }
@@ -11,9 +11,7 @@
11
11
  .typeahead.dropdown-menu {
12
12
  display: none;
13
13
  opacity: 1;
14
- -webkit-transition: none;
15
- -ms-transition: none;
16
- transition: none;
14
+ @include transition(none);
17
15
  visibility: visible;
18
16
  }
19
17
  .typeahead.dropdown-menu > li > a > b { color: $color-primary; }