patternfly-sass 2.3.0 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,6 +17,7 @@ $card-pf-border-color: #d1d1d1 !def
17
17
  $card-pf-border-top-color: transparent !default;
18
18
  $card-pf-container-bg-color: #f5f5f5 !default;
19
19
  $card-pf-footer-bg-color: #fafafa !default;
20
+ $donut-font-size-big: 30px !default;
20
21
  $dropdown-divider-margin: 4px 1px !default;
21
22
  $dropdown-link-active-border-color: #0076b7 !default;
22
23
  $dropdown-link-hover-border-color: #b3d3e7 !default;
@@ -84,6 +85,43 @@ $navbar-pf-navbar-navbar-brand-padding: 8px 0 7px !d
84
85
  $navbar-pf-navbar-navbar-persistent-bg-color: #f6f6f6 !default;
85
86
  $navbar-pf-navbar-navbar-persistent-border-color: #cecdcd !default;
86
87
  $pagination-padding-small-vertical: 0 !default;
88
+ $pficon-var-add-circle-o: "\e61b" !default;
89
+ $pficon-var-builder-image: "\e800" !default;
90
+ $pficon-var-close: "\e60b" !default;
91
+ $pficon-var-cluster: "\e620" !default;
92
+ $pficon-var-container-node: "\e621" !default;
93
+ $pficon-var-delete: "\e611" !default;
94
+ $pficon-var-edit: "\e60a" !default;
95
+ $pficon-var-error-circle-o: "\e61d" !default;
96
+ $pficon-var-export: "\e616" !default;
97
+ $pficon-var-folder-close: "\e607" !default;
98
+ $pficon-var-folder-open: "\e606" !default;
99
+ $pficon-var-help: "\e605" !default;
100
+ $pficon-var-history: "\e617" !default;
101
+ $pficon-var-home: "\e618" !default;
102
+ $pficon-var-image: "\e61f" !default;
103
+ $pficon-var-import: "\e615" !default;
104
+ $pficon-var-info: "\e604" !default;
105
+ $pficon-var-flag: "\e603" !default;
106
+ $pficon-var-kubernetes: "\e627" !default;
107
+ $pficon-var-ok: "\e602" !default;
108
+ $pficon-var-openshift: "\e626" !default;
109
+ $pficon-var-print: "\e612" !default;
110
+ $pficon-var-project: "\e622" !default;
111
+ $pficon-var-registry: "\e623" !default;
112
+ $pficon-var-replicator: "\e624" !default;
113
+ $pficon-var-restart: "\e613" !default;
114
+ $pficon-var-route: "\e625" !default;
115
+ $pficon-var-running: "\e614" !default;
116
+ $pficon-var-save: "\e601" !default;
117
+ $pficon-var-screen: "\e600" !default;
118
+ $pficon-var-service: "\e61e" !default;
119
+ $pficon-var-settings: "\e610" !default;
120
+ $pficon-var-thumb-tack-o: "\e609" !default;
121
+ $pficon-var-topology: "\e608" !default;
122
+ $pficon-var-user: "\e60e" !default;
123
+ $pficon-var-users: "\e60f" !default;
124
+ $pficon-var-warning-triangle-o: "\e61c" !default;
87
125
  $panel-default-border-color: #bebdbd !default;
88
126
  $sidebar-pf-bg: #fafafa !default;
89
127
  $sidebar-pf-border-color: #d0d0d0 !default;
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patternfly-sass",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "https://www.patternfly.org",
6
6
  "authors": [
@@ -1,4 +1,4 @@
1
1
  module Patternfly
2
- VERSION = '2.3.0'
3
- PATTERNFLY_SHA = 'c3c96f7d25d1c19922f0e9678413cc06446f8669'
2
+ VERSION = '2.4.0'
3
+ PATTERNFLY_SHA = 'a72edf01d55ca1484aaa25ca78abd3616fff4f2e'
4
4
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patternfly-sass",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Red Hat's Patternfly, converted to Sass and ready to drop into Rails",
5
5
  "repository": {
6
6
  "type": "git",
data/spec/html/cards.html CHANGED
@@ -133,7 +133,7 @@
133
133
  </div>
134
134
  </div>
135
135
  <div class="col-xs-6 col-sm-4 col-md-2">
136
- <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-with-action">
136
+ <div class="card-pf card-pf-accented card-pf-aggregate-status">
137
137
  <h2 class="card-pf-title">
138
138
  <a href="#"><span class="fa fa-shield"></span><span class="card-pf-aggregate-status-count">20</span> Amet</a>
139
139
  </h2>
@@ -146,7 +146,7 @@
146
146
  </div>
147
147
  </div>
148
148
  <div class="col-xs-6 col-sm-4 col-md-2">
149
- <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-with-action">
149
+ <div class="card-pf card-pf-accented card-pf-aggregate-status">
150
150
  <h2 class="card-pf-title">
151
151
  <a href="#"><span class="fa fa-shield"></span><span class="card-pf-aggregate-status-count">9</span> Adipiscing</a>
152
152
  </h2>
@@ -195,6 +195,97 @@
195
195
  </div>
196
196
  </div><!-- /row -->
197
197
  <div class="row row-cards-pf">
198
+ <!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
199
+ <div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
200
+ <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
201
+ <h2 class="card-pf-title">
202
+ <span class="fa fa-rebel"></span>
203
+ <span class="card-pf-aggregate-status-count">0</span> Ipsum
204
+ </h2>
205
+ <div class="card-pf-body">
206
+ <p class="card-pf-aggregate-status-notifications">
207
+ <span class="card-pf-aggregate-status-notification"><a href="#" class="add" data-toggle="tooltip" data-placement="top" title="Add Ipsum"><span class="pficon pficon-add-circle-o"></span></a></span>
208
+ </p>
209
+ </div>
210
+ </div>
211
+ </div>
212
+ <div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
213
+ <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
214
+ <h2 class="card-pf-title">
215
+ <span class="fa fa-paper-plane"></span>
216
+ <a href="#">
217
+ <span class="card-pf-aggregate-status-count">20</span> Amet
218
+ </a>
219
+ </h2>
220
+ <div class="card-pf-body">
221
+ <p class="card-pf-aggregate-status-notifications">
222
+ <span class="card-pf-aggregate-status-notification"><a href="#"><span class="pficon pficon-error-circle-o"></span>4</a></span>
223
+ </p>
224
+ </div>
225
+ </div>
226
+ </div>
227
+ <div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
228
+ <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
229
+ <h2 class="card-pf-title">
230
+ <span class="pficon pficon-cluster"></span>
231
+ <a href="#">
232
+ <span class="card-pf-aggregate-status-count">9</span> Adipiscing
233
+ </a>
234
+ </h2>
235
+ <div class="card-pf-body">
236
+ <p class="card-pf-aggregate-status-notifications">
237
+ <span class="card-pf-aggregate-status-notification"><span class="pficon pficon-ok"></span></span>
238
+ </p>
239
+ </div>
240
+ </div>
241
+ </div>
242
+ <div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
243
+ <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
244
+ <h2 class="card-pf-title">
245
+ <span class="pficon pficon-image"></span>
246
+ <a href="#">
247
+ <span class="card-pf-aggregate-status-count">12</span> Lorem
248
+ </a>
249
+ </h2>
250
+ <div class="card-pf-body">
251
+ <p class="card-pf-aggregate-status-notifications">
252
+ <a href="#"><span class="card-pf-aggregate-status-notification"><span class="pficon pficon-error-circle-o"></span>1</span></a>
253
+ </p>
254
+ </div>
255
+ </div>
256
+ </div>
257
+ <div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
258
+ <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
259
+ <h2 class="card-pf-title">
260
+ <span class="fa fa-shield"></span>
261
+ <a href="#">
262
+ <span class="card-pf-aggregate-status-count">6</span> Dolar Sit
263
+ </a>
264
+ </h2>
265
+ <div class="card-pf-body">
266
+ <p class="card-pf-aggregate-status-notifications">
267
+ <a href="#"><span class="card-pf-aggregate-status-notification"><span class="pficon pficon-error-circle-o"></span>1</span></a>
268
+ </p>
269
+ </div>
270
+ </div>
271
+ </div>
272
+ <div class="col-xs-12 col-sm-4 col-md-3 col-lg-2">
273
+ <div class="card-pf card-pf-accented card-pf-aggregate-status card-pf-aggregate-status-mini">
274
+ <h2 class="card-pf-title">
275
+ <span class="fa fa-rocket"></span>
276
+ <a href="#">
277
+ <span class="card-pf-aggregate-status-count">199</span> Consectetur
278
+ </a>
279
+ </h2>
280
+ <div class="card-pf-body">
281
+ <p class="card-pf-aggregate-status-notifications">
282
+ <a href="#"><span class="card-pf-aggregate-status-notification"><span class="pficon pficon-error-circle-o"></span>23</span></a>
283
+ </p>
284
+ </div>
285
+ </div>
286
+ </div>
287
+ </div><!-- /row -->
288
+ <div class="row row-cards-pf">
198
289
  <!-- Important: if you need to nest additional .row within a .row.row-cards-pf, do *not* use .row-cards-pf on the nested .row -->
199
290
  <div class="col-xs-6 col-sm-5 col-md-5">
200
291
  <div class="card-pf">
@@ -293,6 +384,7 @@
293
384
  </div>
294
385
  </div>
295
386
  </div><!-- /row -->
387
+
296
388
  </div><!-- /container -->
297
389
  <script>
298
390
  $(function() {
@@ -65,6 +65,8 @@
65
65
  <div id="chart7"></div>
66
66
  <h2>Donut Chart</h2>
67
67
  <div id="chart8"></div>
68
+ <h2>Custom Donut Chart</h2>
69
+ <div id="chart9"></div>
68
70
  <script>
69
71
  var chart = c3.generate({
70
72
  axis: {
@@ -379,6 +381,50 @@
379
381
  title: "29,210 Host Totals"
380
382
  }
381
383
  });
384
+ var chart9 = c3.generate({
385
+ bindto: '#chart9',
386
+ type: "donut",
387
+ donut: {
388
+ title: "A",
389
+ label: {show: false},
390
+ width: 10
391
+ },
392
+ size: {
393
+ height: 130
394
+ },
395
+ legend: {
396
+ show: false
397
+ },
398
+ color: {
399
+ pattern: ["#EC7A08","#D1D1D1"]
400
+ },
401
+ tooltip: {
402
+ contents: function (d) {
403
+ return '<span class="donut-tooltip-pf" style="white-space: nowrap;">' +
404
+ Math.round(d[0].ratio * 100) + '%' + ' MHz ' + d[0].name +
405
+ '</span>';
406
+ }
407
+ },
408
+ data: {
409
+ type: "donut",
410
+ columns: [
411
+ ["Used", 60],
412
+ ["Available", 40]
413
+ ],
414
+ groups: [
415
+ ["used", "available"]
416
+ ],
417
+ order: null
418
+ },
419
+ });
420
+
421
+ $( "#chart9 .c3-chart-arcs-title" ).html(
422
+ '<tspan dy="0" x="0" class="donut-title-big-pf">' +
423
+ '60' +
424
+ '</tspan>' +
425
+ '<tspan dy="20" x="0" class="donut-title-small-pf">' +
426
+ 'MHz Used' +
427
+ '</tspan>');
382
428
  </script>
383
429
  </div><!-- /container -->
384
430
  </body>
@@ -2157,9 +2157,6 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
2157
2157
  .treeview span.indent {
2158
2158
  margin-right: 5px;
2159
2159
  }
2160
- .container-cards-pf {
2161
- margin-top: 20px;
2162
- }
2163
2160
  .card-pf {
2164
2161
  background: #ffffff;
2165
2162
  border-top: 2px solid transparent;
@@ -2185,14 +2182,14 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
2185
2182
  }
2186
2183
  .card-pf.card-pf-aggregate-status .card-pf-title a:hover,
2187
2184
  .card-pf.card-pf-aggregate-status .card-pf-aggregate-status-notifications a:hover {
2188
- color: #0099d3;
2185
+ color: #00618a;
2189
2186
  }
2190
- .card-pf.card-pf-aggregate-status,
2191
- .card-pf.card-pf-status {
2187
+ .card-pf.card-pf-aggregate-status {
2192
2188
  padding: 0 10px;
2193
2189
  text-align: center;
2194
2190
  }
2195
- .card-pf.card-pf-status {
2191
+ .card-pf.card-pf-aggregate-status-mini {
2192
+ padding-bottom: 10px;
2196
2193
  position: relative;
2197
2194
  }
2198
2195
  @media (min-width: 768px) {
@@ -2208,16 +2205,19 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
2208
2205
  font-size: 24px;
2209
2206
  font-weight: 300;
2210
2207
  }
2211
- .card-pf-aggregate-status-notifications .fa,
2212
- .card-pf-aggregate-status-notifications .pficon {
2213
- font-size: 18px;
2214
- margin-right: 7px;
2208
+ .card-pf-aggregate-status-mini .card-pf-aggregate-status-notifications {
2209
+ line-height: 1;
2215
2210
  }
2216
2211
  .card-pf-aggregate-status-notifications .card-pf-aggregate-status-notification + .card-pf-aggregate-status-notification {
2217
2212
  border-left: 1px solid #d1d1d1;
2218
2213
  margin-left: 3px;
2219
2214
  padding-left: 10px;
2220
2215
  }
2216
+ .card-pf-aggregate-status-notifications .fa,
2217
+ .card-pf-aggregate-status-notifications .pficon {
2218
+ font-size: 18px;
2219
+ margin-right: 7px;
2220
+ }
2221
2221
  .card-pf-body {
2222
2222
  margin: 20px 0;
2223
2223
  padding: 0 0 20px;
@@ -2226,6 +2226,14 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
2226
2226
  margin-top: 10px;
2227
2227
  padding-bottom: 10px;
2228
2228
  }
2229
+ .card-pf-aggregate-status-mini .card-pf-body {
2230
+ margin-bottom: 0;
2231
+ margin-top: 0;
2232
+ padding-bottom: 0;
2233
+ position: absolute;
2234
+ right: 20px;
2235
+ top: 15px;
2236
+ }
2229
2237
  .card-pf-body > *:last-child {
2230
2238
  margin-bottom: 0;
2231
2239
  }
@@ -2260,30 +2268,38 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
2260
2268
  font-size: 16px;
2261
2269
  margin-right: 7px;
2262
2270
  }
2263
- .card-pf-title .card-pf-aggregate-status-count,
2264
- .card-pf-title .card-pf-status-count {
2271
+ .card-pf-title .card-pf-aggregate-status-count {
2265
2272
  font-size: 16px;
2266
2273
  }
2267
- .card-pf-status .card-pf-title {
2274
+ .card-pf-aggregate-status-mini .card-pf-title .card-pf-aggregate-status-count {
2275
+ display: block;
2276
+ font-size: 24px;
2277
+ font-weight: 300;
2278
+ margin-bottom: 3px;
2279
+ }
2280
+ .card-pf-aggregate-status-mini .card-pf-title {
2268
2281
  font-size: 12px;
2269
- margin: 10px 0 0;
2270
- padding: 0 0 10px;
2282
+ margin-top: 5px;
2271
2283
  }
2272
- .card-pf-status .card-pf-title .fa,
2273
- .card-pf-status .card-pf-title .pficon {
2274
- color: #333333;
2275
- font-size: 28px;
2276
- position: absolute;
2277
- left: 10px;
2278
- margin-top: -14px;
2279
- top: 50%;
2284
+ .card-pf-aggregate-status-mini .card-pf-title a {
2285
+ display: inline-block;
2280
2286
  }
2281
- .card-pf-title .card-pf-status-count {
2282
- display: block;
2287
+ .card-pf-aggregate-status-mini .card-pf-title .fa,
2288
+ .card-pf-aggregate-status-mini .card-pf-title .pficon {
2289
+ font-size: 26px;
2290
+ margin-right: 0;
2291
+ min-width: 26px;
2292
+ position: absolute;
2293
+ left: 20px;
2294
+ text-align: center;
2295
+ top: 15px;
2283
2296
  }
2284
2297
  .cards-pf {
2285
2298
  background: #f5f5f5;
2286
2299
  }
2300
+ .container-cards-pf {
2301
+ margin-top: 20px;
2302
+ }
2287
2303
  .row-cards-pf {
2288
2304
  margin-left: -10px;
2289
2305
  margin-right: -10px;
@@ -2345,6 +2361,23 @@ fieldset[disabled] .combobox-container .input-group-addon.active {
2345
2361
  .c3-ygrid {
2346
2362
  stroke-dasharray: 0 0;
2347
2363
  }
2364
+ .donut-title-big-pf {
2365
+ color: #333333;
2366
+ font-size: 30px;
2367
+ font-weight: 300;
2368
+ }
2369
+ .donut-title-small-pf {
2370
+ color: #333333;
2371
+ font-size: 12px;
2372
+ font-weight: 400;
2373
+ }
2374
+ .donut-tooltip-pf {
2375
+ background: #434343;
2376
+ color: #ffffff;
2377
+ filter: alpha(opacity=90);
2378
+ opacity: 0.9;
2379
+ padding: 2px 6px;
2380
+ }
2348
2381
  .close {
2349
2382
  text-shadow: none;
2350
2383
  opacity: 0.6;
@@ -2599,104 +2632,82 @@ table.datatable th:active {
2599
2632
  -webkit-font-smoothing: antialiased;
2600
2633
  -moz-osx-font-smoothing: grayscale;
2601
2634
  }
2602
- .pficon-screen:before {
2603
- content: "\e600";
2604
- }
2605
- .pficon-save:before {
2606
- content: "\e601";
2607
- }
2608
- .pficon-ok:before {
2609
- color: #3f9c35;
2610
- content: "\e602";
2611
- }
2612
- .pficon-messages:before,
2613
- .pficon-flag:before {
2614
- content: "\e603";
2615
- }
2616
- .pficon-info:before {
2617
- content: "\e604";
2618
- }
2619
- .pficon-help:before {
2620
- content: "\e605";
2621
- }
2622
- .pficon-folder-open:before {
2623
- content: "\e606";
2624
- }
2625
- .pficon-folder-close:before {
2626
- content: "\e607";
2627
- }
2628
- .pficon-topology:before {
2629
- content: "\e608";
2630
- }
2631
- .pficon-thumb-tack-o:before {
2632
- content: "\e609";
2635
+ .pficon-add-circle-o:before {
2636
+ content: "\e61b";
2633
2637
  }
2634
- .pficon-edit:before {
2635
- content: "\e60a";
2638
+ .pficon-builder-image:before {
2639
+ content: "\e800";
2636
2640
  }
2637
2641
  .pficon-close:before {
2638
2642
  content: "\e60b";
2639
2643
  }
2640
- .pficon-user:before {
2641
- content: "\e60e";
2644
+ .pficon-cluster:before {
2645
+ content: "\e620";
2642
2646
  }
2643
- .pficon-users:before {
2644
- content: "\e60f";
2647
+ .pficon-container-node:before {
2648
+ content: "\e621";
2645
2649
  }
2646
- .pficon-add-circle-o:before {
2647
- content: "\e61b";
2650
+ .pficon-delete:before {
2651
+ content: "\e611";
2648
2652
  }
2649
- .pficon-warning-triangle-o:before {
2650
- color: #ec7a08;
2651
- content: "\e61c";
2653
+ .pficon-edit:before {
2654
+ content: "\e60a";
2652
2655
  }
2653
2656
  .pficon-error-circle-o:before {
2654
2657
  color: #cc0000;
2655
2658
  content: "\e61d";
2656
2659
  }
2657
- .pficon-service:before {
2658
- content: "\e61e";
2660
+ .pficon-export:before {
2661
+ content: "\e616";
2659
2662
  }
2660
- .pficon-image:before {
2661
- content: "\e61f";
2663
+ .pficon-flag:before,
2664
+ .pficon-messages:before {
2665
+ content: "\e603";
2662
2666
  }
2663
- .pficon-settings:before {
2664
- content: "\e610";
2667
+ .pficon-folder-close:before {
2668
+ content: "\e607";
2665
2669
  }
2666
- .pficon-delete:before {
2667
- content: "\e611";
2670
+ .pficon-folder-open:before {
2671
+ content: "\e606";
2668
2672
  }
2669
- .pficon-print:before {
2670
- content: "\e612";
2673
+ .pficon-help:before {
2674
+ content: "\e605";
2671
2675
  }
2672
- .pficon-refresh:before,
2673
- .pficon-restart:before {
2674
- content: "\e613";
2676
+ .pficon-history:before {
2677
+ content: "\e617";
2675
2678
  }
2676
- .pficon-running:before {
2677
- content: "\e614";
2679
+ .pficon-home:before {
2680
+ content: "\e618";
2681
+ }
2682
+ .pficon-image:before {
2683
+ content: "\e61f";
2678
2684
  }
2679
2685
  .pficon-import:before {
2680
2686
  content: "\e615";
2681
2687
  }
2682
- .pficon-export:before {
2683
- content: "\e616";
2688
+ .pficon-info:before {
2689
+ content: "\e604";
2684
2690
  }
2685
- .pficon-history:before {
2686
- content: "\e617";
2691
+ .pficon-kubernetes:before {
2692
+ content: "\e627";
2687
2693
  }
2688
- .pficon-home:before {
2689
- content: "\e618";
2694
+ .pficon-ok:before {
2695
+ color: #3f9c35;
2696
+ content: "\e602";
2690
2697
  }
2691
- .pficon-cluster:before {
2692
- content: "\e620";
2698
+ .pficon-openshift:before {
2699
+ content: "\e626";
2693
2700
  }
2694
- .pficon-container-node:before {
2695
- content: "\e621";
2701
+ .pficon-print:before {
2702
+ content: "\e612";
2696
2703
  }
2697
2704
  .pficon-project:before {
2698
2705
  content: "\e622";
2699
2706
  }
2707
+ .pficon-refresh:before,
2708
+ .pficon-restart:before {
2709
+ content: "\e613";
2710
+ }
2700
2711
  .pficon-registry:before {
2701
2712
  content: "\e623";
2702
2713
  }
@@ -2706,11 +2717,36 @@ table.datatable th:active {
2706
2717
  .pficon-route:before {
2707
2718
  content: "\e625";
2708
2719
  }
2709
- .pficon-openshift:before {
2710
- content: "\e626";
2720
+ .pficon-running:before {
2721
+ content: "\e614";
2711
2722
  }
2712
- .pficon-kubernetes:before {
2713
- content: "\e627";
2723
+ .pficon-save:before {
2724
+ content: "\e601";
2725
+ }
2726
+ .pficon-screen:before {
2727
+ content: "\e600";
2728
+ }
2729
+ .pficon-service:before {
2730
+ content: "\e61e";
2731
+ }
2732
+ .pficon-settings:before {
2733
+ content: "\e610";
2734
+ }
2735
+ .pficon-thumb-tack-o:before {
2736
+ content: "\e609";
2737
+ }
2738
+ .pficon-topology:before {
2739
+ content: "\e608";
2740
+ }
2741
+ .pficon-user:before {
2742
+ content: "\e60e";
2743
+ }
2744
+ .pficon-users:before {
2745
+ content: "\e60f";
2746
+ }
2747
+ .pficon-warning-triangle-o:before {
2748
+ color: #ec7a08;
2749
+ content: "\e61c";
2714
2750
  }
2715
2751
  .navbar-nav > li > .dropdown-menu.infotip {
2716
2752
  border-top-width: 1px !important;