active_frontend 12.4.32 → 13.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (118) hide show
  1. checksums.yaml +4 -4
  2. data/.coveralls.yml +1 -1
  3. data/.gitignore +1 -1
  4. data/.rspec +1 -1
  5. data/.travis.yml +1 -1
  6. data/CODE_OF_CONDUCT.md +1 -1
  7. data/Gemfile +1 -1
  8. data/LICENSE.txt +1 -1
  9. data/README.md +1 -1
  10. data/Rakefile +1 -1
  11. data/active_frontend.gemspec +1 -1
  12. data/app/assets/fonts/dripicons/dripicons-weather.woff +0 -0
  13. data/app/assets/fonts/dripicons/dripicons.woff +0 -0
  14. data/app/assets/images/placeholders/camera-large.png +0 -0
  15. data/app/assets/images/placeholders/camera-small.png +0 -0
  16. data/app/assets/images/placeholders/camera.png +0 -0
  17. data/app/assets/images/placeholders/picture-large.png +0 -0
  18. data/app/assets/images/placeholders/picture-small.png +0 -0
  19. data/app/assets/images/placeholders/picture.png +0 -0
  20. data/app/assets/images/placeholders/store-large.png +0 -0
  21. data/app/assets/images/placeholders/store-small.png +0 -0
  22. data/app/assets/images/placeholders/store.png +0 -0
  23. data/app/assets/images/placeholders/user-large.png +0 -0
  24. data/app/assets/images/placeholders/user-small.png +0 -0
  25. data/app/assets/images/placeholders/user.png +0 -0
  26. data/app/helpers/active_frontend_helper.rb +2 -2
  27. data/lib/active_frontend/version.rb +2 -2
  28. data/lib/active_frontend.rb +1 -1
  29. data/lib/generators/active_frontend/install_generator.rb +1 -1
  30. data/lib/generators/active_frontend/templates/install.js +1 -1
  31. data/lib/generators/active_frontend/templates/install.scss +1 -1
  32. data/vendor/assets/javascripts/_affix.js +1 -1
  33. data/vendor/assets/javascripts/_alert.js +1 -1
  34. data/vendor/assets/javascripts/_animation.js +1 -1
  35. data/vendor/assets/javascripts/_button.js +1 -1
  36. data/vendor/assets/javascripts/_carousel.js +1 -1
  37. data/vendor/assets/javascripts/_chart.js +8 -8
  38. data/vendor/assets/javascripts/_collapse.js +1 -1
  39. data/vendor/assets/javascripts/_color_picker.js +1 -1
  40. data/vendor/assets/javascripts/_date_picker.js +1 -1
  41. data/vendor/assets/javascripts/_dropdown.js +1 -1
  42. data/vendor/assets/javascripts/_file_input.js +1 -1
  43. data/vendor/assets/javascripts/_hoverdown.js +1 -1
  44. data/vendor/assets/javascripts/_inputmask.js +1 -1
  45. data/vendor/assets/javascripts/_loader.js +1 -1
  46. data/vendor/assets/javascripts/_map.js +149 -10
  47. data/vendor/assets/javascripts/_modal.js +1 -1
  48. data/vendor/assets/javascripts/_popover.js +1 -1
  49. data/vendor/assets/javascripts/_scrollspy.js +1 -1
  50. data/vendor/assets/javascripts/_slider.js +1 -1
  51. data/vendor/assets/javascripts/_sort.js +1 -1
  52. data/vendor/assets/javascripts/_swoggle.js +1 -1
  53. data/vendor/assets/javascripts/_tab.js +1 -1
  54. data/vendor/assets/javascripts/_tablespy.js +1 -1
  55. data/vendor/assets/javascripts/_time_ago.js +1 -1
  56. data/vendor/assets/javascripts/_time_picker.js +1 -1
  57. data/vendor/assets/javascripts/_tooltip.js +1 -1
  58. data/vendor/assets/javascripts/_transition.js +1 -1
  59. data/vendor/assets/javascripts/_typeahead.js +1 -1
  60. data/vendor/assets/javascripts/active_frontend.js +1 -1
  61. data/vendor/assets/stylesheets/_ad.scss +2 -2
  62. data/vendor/assets/stylesheets/_affix.scss +1 -1
  63. data/vendor/assets/stylesheets/_alert.scss +3 -16
  64. data/vendor/assets/stylesheets/_animation.scss +1 -1
  65. data/vendor/assets/stylesheets/_breadcrumb.scss +3 -18
  66. data/vendor/assets/stylesheets/_button.scss +33 -39
  67. data/vendor/assets/stylesheets/_canvas.scss +1 -1
  68. data/vendor/assets/stylesheets/_carousel.scss +2 -2
  69. data/vendor/assets/stylesheets/_chart.scss +1 -1
  70. data/vendor/assets/stylesheets/_code.scss +3 -3
  71. data/vendor/assets/stylesheets/_collapse.scss +2 -2
  72. data/vendor/assets/stylesheets/_color.scss +2 -2
  73. data/vendor/assets/stylesheets/_colorpicker.scss +20 -5
  74. data/vendor/assets/stylesheets/_datepicker.scss +7 -5
  75. data/vendor/assets/stylesheets/_dropdown.scss +12 -9
  76. data/vendor/assets/stylesheets/_footer.scss +4 -5
  77. data/vendor/assets/stylesheets/_form.scss +51 -50
  78. data/vendor/assets/stylesheets/_grid.scss +1 -1
  79. data/vendor/assets/stylesheets/_header.scss +53 -497
  80. data/vendor/assets/stylesheets/_icon.scss +321 -1489
  81. data/vendor/assets/stylesheets/_image.scss +1 -1
  82. data/vendor/assets/stylesheets/_label_and_badge.scss +1 -1
  83. data/vendor/assets/stylesheets/_link.scss +41 -2
  84. data/vendor/assets/stylesheets/_list.scss +3 -3
  85. data/vendor/assets/stylesheets/_loader.scss +1 -1
  86. data/vendor/assets/stylesheets/_map.scss +1 -1
  87. data/vendor/assets/stylesheets/_missive.scss +1 -1
  88. data/vendor/assets/stylesheets/_mixin.scss +1 -1
  89. data/vendor/assets/stylesheets/_modal.scss +1 -1
  90. data/vendor/assets/stylesheets/_nav_and_tab.scss +1 -1
  91. data/vendor/assets/stylesheets/_navbar.scss +8 -16
  92. data/vendor/assets/stylesheets/_pagination.scss +9 -5
  93. data/vendor/assets/stylesheets/_panel.scss +4 -4
  94. data/vendor/assets/stylesheets/_placeholder.scss +3 -4
  95. data/vendor/assets/stylesheets/_popover.scss +2 -2
  96. data/vendor/assets/stylesheets/_progress.scss +1 -1
  97. data/vendor/assets/stylesheets/_reset.scss +6 -4
  98. data/vendor/assets/stylesheets/_sidebar.scss +9 -141
  99. data/vendor/assets/stylesheets/_slider.scss +9 -9
  100. data/vendor/assets/stylesheets/_spinner.scss +6 -4
  101. data/vendor/assets/stylesheets/_subheader.scss +19 -180
  102. data/vendor/assets/stylesheets/_swoggle.scss +3 -3
  103. data/vendor/assets/stylesheets/_table.scss +20 -11
  104. data/vendor/assets/stylesheets/_timepicker.scss +7 -10
  105. data/vendor/assets/stylesheets/_toolbar.scss +8 -21
  106. data/vendor/assets/stylesheets/_tooltip.scss +4 -3
  107. data/vendor/assets/stylesheets/_transition.scss +1 -1
  108. data/vendor/assets/stylesheets/_trunk.scss +16 -24
  109. data/vendor/assets/stylesheets/_typeahead.scss +2 -7
  110. data/vendor/assets/stylesheets/_typography.scss +1 -1
  111. data/vendor/assets/stylesheets/_variable.scss +1 -1
  112. data/vendor/assets/stylesheets/active_frontend.scss +1 -1
  113. metadata +15 -8
  114. data/app/assets/fonts/ionicons/ionicons.eot +0 -0
  115. data/app/assets/fonts/ionicons/ionicons.svg +0 -2232
  116. data/app/assets/fonts/ionicons/ionicons.ttf +0 -0
  117. data/app/assets/fonts/ionicons/ionicons.woff +0 -0
  118. data/app/assets/images/placeholders/person.png +0 -0
@@ -26,159 +26,44 @@
26
26
  .subheader-nav-toolbar-adjustment { margin-left: 34px; }
27
27
  .subheader-nav-toolbar-adjustment-alt { margin-right: 34px; }
28
28
  .subheader-nav > li {
29
- border-left: 1px solid;
30
29
  border-color: inherit;
31
30
  float: left;
32
- font-size: 12px;
31
+ font-size: 13px;
33
32
  font-weight: bold;
34
33
  line-height: 1;
35
- margin: 0 !important;
36
- }
37
- .subheader-nav > li:last-child {
38
- border-right: 1px solid;
39
- border-color: inherit;
34
+ margin: 0 20px 0 0 !important;
40
35
  }
36
+ .subheader-nav > li:last-child { margin-right: 0 !important; }
41
37
  .subheader-nav > li.btn-group,
42
38
  .subheader-nav > li.btn-group a { border-radius: 0 !important; }
43
39
  .subheader-nav > li.btn-group + li.btn-group { margin: 0 !important; }
40
+ .subheader-nav > li.spacer {
41
+ color: $color-primary;
42
+ font-size: 40px;
43
+ }
44
44
  .subheader-nav > li > a {
45
45
  border-bottom: 4px solid $color-transparent;
46
46
  box-sizing: border-box;
47
47
  display: block;
48
48
  height: 41px;
49
- padding: 15px 20px 11px 20px;
50
- min-width: 160px;
49
+ padding: 15px 0px 11px 0px;
51
50
  text-align: center;
52
51
  }
53
52
  .subheader-nav > li > a:hover,
54
53
  .subheader-nav > li > a:focus { border-color: inherit; }
55
54
  .subheader-nav > li > a.active,
56
55
  .subheader-nav > li > a:active { border-color: $color-primary; }
57
- .subheader-nav-large > li > a { min-width: 220px; }
58
56
  .subheader-nav .label {
59
57
  border-radius: 2px;
60
- font-size: 9px;
58
+ font-size: 10px;
61
59
  font-style: normal;
62
60
  letter-spacing: 0;
63
61
  line-height: 1;
64
- margin: -6px 0 -4px 0;
62
+ margin: -5px 0 -4px 0;
65
63
  min-width: 19px;
66
- padding: 4px 5px 3px 5px;
64
+ padding: 5px 5px 4px 5px;
67
65
  vertical-align: middle;
68
66
  }
69
- .subheader-collapse {
70
- background: $color-white;
71
- border: 1px solid;
72
- border-color: inherit;
73
- border-bottom-left-radius: 3px;
74
- border-bottom-right-radius: 3px;
75
- box-sizing: border-box;
76
- font-size: 13px;
77
- font-weight: normal;
78
- line-height: 1;
79
- overflow: hidden;
80
- position: fixed;
81
- text-transform: none;
82
- width: 280px;
83
- }
84
- .subheader-collapse-title {
85
- border-bottom: 1px solid;
86
- border-color: inherit;
87
- box-sizing: border-box;
88
- display: table;
89
- font-size: 12px;
90
- line-height: 1;
91
- table-layout: fixed;
92
- vertical-align: middle;
93
- max-width: 100%;
94
- width: 100%;
95
- }
96
- .subheader-collapse-title h1,
97
- .subheader-collapse-title h2,
98
- .subheader-collapse-title h3,
99
- .subheader-collapse-title h4,
100
- .subheader-collapse-title h5,
101
- .subheader-collapse-title h6,
102
- .subheader-collapse-title-btn {
103
- box-sizing: border-box;
104
- display: table-cell;
105
- line-height: 1;
106
- vertical-align: middle;
107
- }
108
- .subheader-collapse-title h1,
109
- .subheader-collapse-title h2,
110
- .subheader-collapse-title h3,
111
- .subheader-collapse-title h4,
112
- .subheader-collapse-title h5,
113
- .subheader-collapse-title h6 {
114
- font-size: 11px;
115
- font-weight: 500;
116
- letter-spacing: 1px;
117
- margin: 0;
118
- padding: 10px;
119
- text-transform: uppercase;
120
- }
121
- .subheader-collapse-title-btn {
122
- border-left: 1px solid;
123
- border-color: inherit;
124
- color: $color-primary;
125
- font-size: 18px;
126
- padding-top: 2px;
127
- text-align: center;
128
- width: 33px;
129
- }
130
- .subheader-collapse-title-btn:hover,
131
- .subheader-collapse-title-btn.active,
132
- .subheader-collapse-title-btn:active,
133
- .subheader-collapse-title-btn:focus { background: $color-light-haze; }
134
- .subheader-collapse-navbar {
135
- border-collapse: separate;
136
- border-bottom: 1px solid;
137
- border-color: inherit;
138
- box-sizing: border-box;
139
- display: table;
140
- height: 40px;
141
- table-layout: fixed;
142
- width: 100%;
143
- }
144
- .subheader-collapse-navbar > a {
145
- background: $color-light-haze;
146
- border-right: 1px solid;
147
- border-color: inherit;
148
- display: table-cell;
149
- float: none;
150
- font-size: 18px;
151
- padding-top: 10px;
152
- text-align: center;
153
- width: 1%;
154
- }
155
- .subheader-collapse-navbar > a:last-child { border: 0; }
156
- .subheader-collapse-navbar > a:hover,
157
- .subheader-collapse-navbar > a.active,
158
- .subheader-collapse-navbar > a:active,
159
- .subheader-collapse-navbar > a:focus {
160
- background: $color-transparent !important;
161
- color: $color-primary;
162
- }
163
- .subheader-collapse-navbar-indicator {
164
- background: $color-primary;
165
- border-radius: 500px;
166
- display: inline-block;
167
- height: 8px;
168
- margin: -7px 0 0 -13px;
169
- position: absolute;
170
- width: 8px;
171
- }
172
- .subheader-collapse-form {
173
- border-bottom: 1px solid;
174
- border-color: inherit;
175
- padding: 8px 10px 5px 10px;
176
- }
177
- .subheader-collapse-action {
178
- border-top: 1px solid;
179
- border-color: inherit;
180
- padding: 10px;
181
- }
182
67
  .subheader-btn-group { margin-top: 8px; }
183
68
 
184
69
  /* # Styles
@@ -190,51 +75,27 @@
190
75
  width: inherit;
191
76
  z-index: 1030;
192
77
  }
193
- .subheader-shadow { box-shadow: 0 1px 2px lighten($color-light-gray, 25%); }
78
+ .subheader-shadow { box-shadow: 0 0 3px lighten($color-light-gray, 20%); }
194
79
  .subheader-shadowless { box-shadow: 0; }
195
80
 
196
81
  /* # Colors
197
82
  ================================================== */
198
83
  .subheader-dark,
199
- .subheader-dark .subheader-nav,
200
- .subheader-dark .subheader-collapse {
84
+ .subheader-dark .subheader-nav {
201
85
  background: $color-black;
202
86
  border-color: $color-dark-black !important;
203
87
  color: $color-white;
204
88
  }
205
- .subheader-dark .subheader-collapse-title-btn:hover,
206
- .subheader-dark .subheader-collapse-title-btn.active,
207
- .subheader-dark .subheader-collapse-title-btn:active,
208
- .subheader-dark .subheader-collapse-title-btn:focus,
209
- .subheader-dark .subheader-collapse-navbar > a { background: $color-light-black; }
210
- .subheader-dark.subheader-shadow { box-shadow: 0 1px 2px $color-dark-black; }
89
+ .subheader-dark.subheader-shadow { box-shadow: 0 0 3px $color-dark-black; }
211
90
  .subheader-light,
212
- .subheader-light .subheader-nav,
213
- .subheader-light .subheader-collapse {
214
- background: $color-light-haze;
91
+ .subheader-light .subheader-nav {
92
+ background: lighten($color-light-haze, 2%);
215
93
  border-color: $color-dark-haze !important;
216
94
  }
217
- .subheader-light .subheader-collapse-title-btn:hover,
218
- .subheader-light .subheader-collapse-title-btn.active,
219
- .subheader-light .subheader-collapse-title-btn:active,
220
- .subheader-light .subheader-collapse-title-btn:focus,
221
- .subheader-light .subheader-collapse-navbar > a { background: $color-dark-haze; }
222
- .subheader-light.subheader-shadow { box-shadow: 0 1px 2px lighten($color-light-gray, 15%); }
95
+ .subheader-light.subheader-shadow { box-shadow: 0 0 3px lighten($color-light-gray, 15%); }
223
96
 
224
97
  /* # Media Queries
225
98
  ================================================== */
226
- @media only screen and (max-width: 1365px) {
227
- .subheader-nav > li > a { min-width: 130px; }
228
- .subheader-nav-large > li > a { min-width: 200px; }
229
- }
230
- @media only screen and (max-width: 1199px) {
231
- .subheader-nav > li > a { min-width: 100px; }
232
- .subheader-nav-large > li > a { min-width: 200px; }
233
- }
234
- @media only screen and (max-width: 959px) {
235
- .subheader-nav > li > a { min-width: 70px; }
236
- .subheader-nav-large > li > a { min-width: 180px; }
237
- }
238
99
  @media only screen and (max-width: 767px) {
239
100
  .subheader { display: none; }
240
101
  }
@@ -245,29 +106,7 @@ only screen and ( -o-min-device-pixel-ratio: 2/1),
245
106
  only screen and ( min-device-pixel-ratio: 2),
246
107
  only screen and ( min-resolution: 192dpi),
247
108
  only screen and ( min-resolution: 2dppx) {
109
+ .subheader { border-width: 0.5px; }
248
110
  .subheader-nav > li > a { height: 41.5px; }
249
- .subheader,
250
- .subheader-nav > li,
251
- .subheader-nav > li:last-child,
252
- .subheader-collapse,
253
- .subheader-collapse-title,
254
- .subheader-collapse-title-btn,
255
- .subheader-collapse-navbar,
256
- .subheader-collapse-navbar > a,
257
- .subheader-collapse-form,
258
- .subheader-collapse-form input,
259
- .subheader-collapse-form select,
260
- .subheader-collapse-form textarea,
261
- .subheader-collapse-form .form-select,
262
- .subheader-collapse-form .form-input-group,
263
- .subheader-collapse-form .form-file-group,
264
- .subheader-collapse-action { border-width: 0.5px; }
265
- .subheader-collapse-title h1,
266
- .subheader-collapse-title h2,
267
- .subheader-collapse-title h3,
268
- .subheader-collapse-title h4,
269
- .subheader-collapse-title h5,
270
- .subheader-collapse-title h6 { letter-spacing: 0.5px; }
271
- .subheader-collapse-navbar-indicator { margin: -6.5px 0 0 -10.5px; }
272
111
  .subheader-nav-toolbar-adjustment { margin-left: 34.5px; }
273
- }
112
+ }
@@ -43,8 +43,8 @@ $onwhite-colors: (
43
43
  z-index: -1;
44
44
  }
45
45
  .swoggle {
46
- background: $color-haze;
47
- border: 1px solid $color-haze;
46
+ background: $color-light-haze;
47
+ border: 1px solid $color-light-haze;
48
48
  border-radius: 500px;
49
49
  color: $color-gray;
50
50
  cursor: pointer;
@@ -117,4 +117,4 @@ $onwhite-colors: (
117
117
  border-color: $color;
118
118
  color: $color-white;
119
119
  }
120
- }
120
+ }
@@ -40,8 +40,7 @@ table {
40
40
  line-height: 25px;
41
41
  }
42
42
  .table caption {
43
- // border-bottom: 1px solid;
44
- border-color: inherit;
43
+ border-color: red;
45
44
  letter-spacing: 1px;
46
45
  text-transform: uppercase;
47
46
  }
@@ -51,6 +50,11 @@ table {
51
50
  border-top: 1px solid;
52
51
  border-color: inherit;
53
52
  }
53
+ .table thead tr th {
54
+ border-bottom: 2px solid;
55
+ border-color: inherit;
56
+ }
57
+ .table tfoot tr td { border-top-width: 2px; }
54
58
  .table thead tr th,
55
59
  .table tfoot tr td {
56
60
  font-size: 14px;
@@ -61,13 +65,13 @@ table {
61
65
  .table thead tr th.tablespy-sort-desc:before,
62
66
  .table thead tr th.tablespy-sort-none:before {
63
67
  float: right;
64
- font-family: "Ionicons";
68
+ font-family: "dripicons";
65
69
  font-style: normal;
66
70
  font-weight: normal;
67
71
  }
68
- .table thead tr th.tablespy-sort-asc:before { content: "\f3d8"; }
69
- .table thead tr th.tablespy-sort-desc:before { content: "\f3d0"; }
70
- .table thead tr th.tablespy-sort-none:before { content: "\f462"; }
72
+ .table thead tr th.tablespy-sort-asc:before { content: "\57"; }
73
+ .table thead tr th.tablespy-sort-desc:before { content: "\54"; }
74
+ .table thead tr th.tablespy-sort-none:before { content: "\e024"; }
71
75
  .table thead tr th.tablespy-sort-asc,
72
76
  .table thead tr th.tablespy-sort-desc,
73
77
  .table thead tr th.tablespy-sort-none { cursor: pointer; }
@@ -75,8 +79,9 @@ table {
75
79
  .table thead tr th.tablespy-sort-empty { pointer-events: none; }
76
80
  .table colgroup + thead tr:first-child th,
77
81
  .table thead:first-child tr:first-child th { border-top: 0; }
82
+ .table caption + thead tr:first-child th,
78
83
  .table tbody + tbody {
79
- border-top: 1px solid;
84
+ border-top: 2px solid;
80
85
  border-color: inherit;
81
86
  }
82
87
  @each $alignment in $alignments {
@@ -96,7 +101,6 @@ table {
96
101
  .table-bordered caption {
97
102
  border: 1px solid;
98
103
  border-color: inherit;
99
- border-bottom-width: 0;
100
104
  }
101
105
  .table-bordered thead tr th,
102
106
  .table-bordered tbody tr td,
@@ -110,8 +114,10 @@ table {
110
114
  .table-bordered colgroup + tbody tr:first-child td,
111
115
  .table-bordered thead:first-child tr:first-child th,
112
116
  .table-bordered tbody:first-child tr:first-child td { border-top: 0; }
113
- .table-striped tbody tr:nth-child(odd) td { background: $color-light-haze; }
114
- .table-hover tbody tr:hover td { background: darken($color-light-haze, 2%); }
117
+ .table-bordered thead tr th,
118
+ .table-hover thead tr th { border-bottom-width: 1px; }
119
+ .table-striped tbody tr:nth-child(odd) td { background: lighten($color-light-haze, 2%); }
120
+ .table-hover tbody tr:hover td { background: $color-light-haze; }
115
121
  .table-unbordered,
116
122
  .table-unbordered thead,
117
123
  .table-unbordered tbody,
@@ -137,6 +143,9 @@ table {
137
143
  font-size: 13px;
138
144
  line-height: 21px;
139
145
  }
146
+ .table-condensed thead tr th.tablespy-sort-asc:before,
147
+ .table-condensed thead tr th.tablespy-sort-desc:before,
148
+ .table-condensed thead tr th.tablespy-sort-none:before { font-size: 18px; }
140
149
  .table-scrollable {
141
150
  height: 300px;
142
151
  overflow: auto;
@@ -201,4 +210,4 @@ only screen and ( min-device-pixel-ratio: 2),
201
210
  only screen and ( min-resolution: 192dpi),
202
211
  only screen and ( min-resolution: 2dppx) {
203
212
  .table caption { letter-spacing: 0.5px; }
204
- }
213
+ }
@@ -4,16 +4,11 @@
4
4
 
5
5
  /* # Timepicker
6
6
  ================================================== */
7
- .timepicker-widget.dropdown-menu {
8
- display: none;
9
- opacity: 1;
10
- padding: 5px 0;
11
- @include transition(none);
12
- visibility: visible;
13
- }
14
7
  .timepicker-widget.dropdown-menu.open {
8
+ @include animation-duration(0.5s);
9
+ @include animation-fill-mode(both);
10
+ @include animation-name(animation-bounce-in);
15
11
  display: block;
16
- z-index: 1060;
17
12
  }
18
13
  .timepicker-widget.dropdown-menu:before {
19
14
  border-bottom: 7px solid;
@@ -60,6 +55,7 @@
60
55
  width: 100%;
61
56
  }
62
57
  .timepicker-widget > table td {
58
+ font-size: 14px;
63
59
  height: 30px;
64
60
  margin: 0;
65
61
  padding: 0;
@@ -69,12 +65,13 @@
69
65
  .timepicker-widget > table td span { width: 100%; }
70
66
  .timepicker-widget > table td > a {
71
67
  display: inline-block;
68
+ font-size: 24px;
72
69
  margin: 0;
73
- padding: 8px 0;
70
+ padding: 0;
74
71
  outline: 0;
75
72
  width: 100%;
76
73
  }
77
74
  .timepicker-widget > table td > a:hover,
78
75
  .timepicker-widget > table td > a.active,
79
76
  .timepicker-widget > table td > a:active,
80
- .timepicker-widget > table td > a:focus { color: $color-primary; }
77
+ .timepicker-widget > table td > a:focus { color: $color-primary; }
@@ -29,13 +29,11 @@
29
29
  .toolbar > a {
30
30
  background: $color-transparent;
31
31
  border: 0;
32
- border-bottom: 1px solid;
33
- border-color: inherit;
34
32
  border-radius: 0;
35
33
  box-sizing: border-box;
36
34
  color: inherit;
37
35
  display: block;
38
- font-size: 21px;
36
+ font-size: 26px;
39
37
  height: 55px;
40
38
  line-height: 60px;
41
39
  padding: 0;
@@ -46,7 +44,7 @@
46
44
  .toolbar > a:hover,
47
45
  .toolbar > a.active,
48
46
  .toolbar > a:active,
49
- .toolbar > a:focus { background: $color-light-haze; }
47
+ .toolbar > a:focus { background: $color-haze; }
50
48
  .toolbar > a.active,
51
49
  .toolbar > a:active { color: $color-primary; }
52
50
  .toolbar > a[disabled] {
@@ -57,22 +55,18 @@
57
55
  }
58
56
  .toolbar > a > .label {
59
57
  border-radius: 2px;
60
- font-size: 9px;
58
+ font-size: 10px;
61
59
  font-style: normal;
62
60
  letter-spacing: 0;
63
61
  line-height: 1;
64
62
  margin: 5px 0 0 -5px;
65
63
  min-width: 19px;
66
- padding: 4px 5px 3px 5px;
64
+ padding: 5px 5px 4px 5px;
67
65
  position: absolute;
68
66
  text-indent: 0 !important;
69
67
  vertical-align: middle;
70
68
  }
71
69
  .toolbar-alt > a > .label { margin-left: 5px; }
72
- .toolbar > .tooltip {
73
- min-width: 90px;
74
- width: 90px;
75
- }
76
70
 
77
71
  /* # Styles
78
72
  ================================================== */
@@ -111,17 +105,11 @@
111
105
  background: $color-light-black;
112
106
  border-bottom-color: $color-dark-black !important;
113
107
  }
114
- .toolbar-light {
115
- background: $color-light-haze;
116
- border-color: $color-dark-haze !important;
117
- }
108
+ .toolbar-light { background: lighten($color-light-haze, 2%); }
118
109
  .toolbar-light > a:hover,
119
110
  .toolbar-light > a.active,
120
111
  .toolbar-light > a:active,
121
- .toolbar-light > a:focus {
122
- background: $color-haze;
123
- border-bottom-color: $color-dark-haze !important;
124
- }
112
+ .toolbar-light > a:focus { background: $color-haze; }
125
113
 
126
114
  /* # Media Queries
127
115
  ================================================== */
@@ -136,8 +124,7 @@ only screen and ( min-device-pixel-ratio: 2),
136
124
  only screen and ( min-resolution: 192dpi),
137
125
  only screen and ( min-resolution: 2dppx) {
138
126
  .toolbar,
139
- .toolbar-alt,
140
- .toolbar > a { border-width: 0.5px; }
127
+ .toolbar-alt { border-width: 0.5px; }
141
128
  .toolbar-bordered > a { text-indent: 2px; }
142
129
  .toolbar-bordered.toolbar-alt > a { text-indent: -2px; }
143
- }
130
+ }
@@ -11,16 +11,17 @@
11
11
  display: block;
12
12
  float: none;
13
13
  font-family: $typography-sans-serif;
14
- font-size: 11px;
14
+ font-size: 12px;
15
15
  font-style: normal;
16
16
  font-weight: bold;
17
17
  letter-spacing: 0;
18
- line-height: 17px;
18
+ line-height: 18px;
19
19
  opacity: 0;
20
20
  filter: alpha(opacity=0);
21
21
  position: absolute;
22
22
  text-decoration: none;
23
23
  text-transform: none;
24
+ @include transition(all 0.09s ease-in-out);
24
25
  visibility: visible;
25
26
  z-index: 1070;
26
27
  }
@@ -101,4 +102,4 @@
101
102
  color: $color-dark-black;
102
103
  }
103
104
  .tooltip-light > .tooltip-inner { background: $color-light-haze; }
104
- .tooltip-white > .tooltip-inner { background: $color-white; }
105
+ .tooltip-white > .tooltip-inner { background: $color-white; }
@@ -8,4 +8,4 @@
8
8
  opacity: 0;
9
9
  @include transition(opacity 0.3s linear);
10
10
  }
11
- .fade.in { opacity: 1; }
11
+ .fade.in { opacity: 1; }
@@ -10,6 +10,7 @@
10
10
  background: $color-white;
11
11
  border-bottom: 1px solid;
12
12
  border-color: $color-haze;
13
+ box-sizing: border-box;
13
14
  color: $color-gray;
14
15
  position: fixed;
15
16
  top: 50px;
@@ -21,6 +22,10 @@
21
22
  border-color: inherit !important;
22
23
  padding: 30px 0;
23
24
  }
25
+ .trunk-search {
26
+ padding: 0 5px;
27
+ margin-bottom: 20px;
28
+ }
24
29
  .trunk-nav,
25
30
  .trunk-user {
26
31
  border-color: inherit !important;
@@ -36,7 +41,7 @@
36
41
  .trunk-nav > li,
37
42
  .trunk-user > li {
38
43
  font-size: 11px;
39
- font-weight: 500;
44
+ font-weight: bold;
40
45
  line-height: 1;
41
46
  margin: 5px;
42
47
  }
@@ -59,11 +64,9 @@
59
64
  .trunk-nav > li.title {
60
65
  border-bottom: 1px solid;
61
66
  border-color: inherit;
62
- color: $color-primary;
63
- font-size: 12px;
64
- letter-spacing: 1px;
65
- padding: 8px 10px;
66
- text-transform: uppercase;
67
+ font-size: 14px;
68
+ font-weight: bold;
69
+ padding: 8px 10px 7px 10px;
67
70
  }
68
71
  .trunk-nav > li.divider { height: 0; }
69
72
  .trunk-user > li {
@@ -79,23 +82,20 @@
79
82
  display: block;
80
83
  -webkit-font-smoothing: antialiased;
81
84
  -moz-osx-font-smoothing: grayscale;
82
- font-size: 11px;
83
- font-weight: 500;
84
- letter-spacing: 1px;
85
- padding: 11px 0 10px 0;
85
+ font-size: 12px;
86
+ font-weight: bold;
87
+ padding: 10px 0;
86
88
  text-align: center;
87
89
  text-decoration: none;
88
90
  text-rendering: geometricPrecision;
89
- text-transform: uppercase;
90
91
  @include transition(all 0.3s linear);
91
92
  vertical-align: middle;
92
93
  white-space: nowrap;
93
94
  }
94
95
  .trunk-nav > li > a {
95
- border: 1px solid;
96
+ border: 2px solid;
96
97
  border-color: inherit;
97
98
  }
98
- .trunk-user > li > a { padding: 9px 0 8px 0; }
99
99
  .trunk-nav > li > a:hover,
100
100
  .trunk-nav > li > a:active,
101
101
  .trunk-nav > li > a.active,
@@ -119,10 +119,6 @@
119
119
  width: 40px;
120
120
  vertical-align: middle;
121
121
  }
122
- .trunk-user > li.trunk-user-placeholder > i {
123
- font-size: 26px;
124
- line-height: 42px;
125
- }
126
122
 
127
123
  /* # Colors
128
124
  ================================================== */
@@ -132,7 +128,7 @@
132
128
  color: $color-white;
133
129
  }
134
130
  .trunk-light {
135
- background: $color-light-haze;
131
+ background: lighten($color-light-haze, 2%);
136
132
  border-color: $color-dark-haze;
137
133
  }
138
134
 
@@ -147,9 +143,5 @@ only screen and ( min-resolution: 192dpi),
147
143
  only screen and ( min-resolution: 2dppx) {
148
144
  .trunk,
149
145
  .trunk-nav > li.title,
150
- .trunk-nav > li.divider,
151
- .trunk-nav > li > a { border-width: 0.5px; }
152
- .trunk-nav > li.title,
153
- .trunk-nav > li > a,
154
- .trunk-user > li > a { letter-spacing: 0.5px; }
155
- }
146
+ .trunk-nav > li.divider { border-width: 0.5px; }
147
+ }
@@ -8,16 +8,11 @@
8
8
  margin-top: 4px;
9
9
  z-index: 1060;
10
10
  }
11
- .typeahead.dropdown-menu {
12
- display: none;
13
- opacity: 1;
14
- @include transition(none);
15
- visibility: visible;
16
- }
11
+ .typeahead.dropdown-menu { display: block; }
17
12
  .typeahead.dropdown-menu > li > a b { color: $color-primary; }
18
13
  x {
19
14
  display: block;
20
15
  color: $color-gray;
21
16
  font-style: italic;
22
17
  font-weight: normal;
23
- }
18
+ }
@@ -230,4 +230,4 @@ strong { font-weight: 500; }
230
230
  .text-light { font-weight: 200; }
231
231
  .text-normal { font-weight: normal; }
232
232
  .text-semibold { font-weight: 500; }
233
- .text-bold { font-weight: bold; }
233
+ .text-bold { font-weight: bold; }
@@ -18,4 +18,4 @@ $typography-heading-font: 'Gotham';
18
18
  $typography-heading: $typography-heading-font, 'Helvetica', Helvetica, Arial, sans-serif;
19
19
  $typography-monospace: Monaco, Menlo, Consolas, 'Courier New', monospace;
20
20
  $typography-sans-serif: $typography-base-font, 'Helvetica', Helvetica, Arial, sans-serif;
21
- $typography-serif: 'Times New Roman', Times, serif;
21
+ $typography-serif: 'Times New Roman', Times, serif;
@@ -58,4 +58,4 @@
58
58
  @import 'transition';
59
59
  @import 'trunk';
60
60
  @import 'typography';
61
- @import 'typeahead';
61
+ @import 'typeahead';