patternfly-sass 3.45.3 → 3.46.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (89) hide show
  1. checksums.yaml +4 -4
  2. data/dist/img/bg-login-2.png +0 -0
  3. data/dist/img/bg-login.png +0 -0
  4. data/dist/img/rcue-full.svg +221 -0
  5. data/dist/img/rcue.svg +92 -0
  6. data/dist/img/redhat_reverse.png +0 -0
  7. data/dist/js/patternfly-settings-base.js +1 -1
  8. data/dist/js/patternfly-settings.js +1 -1
  9. data/dist/js/patternfly-settings.min.js +1 -1
  10. data/dist/js/patternfly.js +1 -1
  11. data/dist/js/patternfly.min.js +1 -1
  12. data/dist/sass/patternfly/_rcue-about-modal.scss +45 -0
  13. data/dist/sass/patternfly/_rcue-additions.scss +11 -0
  14. data/dist/sass/patternfly/_rcue-login.scss +75 -0
  15. data/dist/sass/patternfly/_rcue-variables.scss +57 -0
  16. data/dist/sass/patternfly/_rcue.scss +6 -0
  17. data/dist/sass/rcue/_about-modal.scss +44 -0
  18. data/dist/sass/rcue/_alerts.scss +44 -0
  19. data/dist/sass/rcue/_badges.scss +11 -0
  20. data/dist/sass/rcue/_blank-slate.scss +35 -0
  21. data/dist/sass/rcue/_bootstrap-combobox.scss +35 -0
  22. data/dist/sass/rcue/_bootstrap-datepicker.scss +132 -0
  23. data/dist/sass/rcue/_bootstrap-mixin-overrides.scss +33 -0
  24. data/dist/sass/rcue/_bootstrap-select.scss +108 -0
  25. data/dist/sass/rcue/_bootstrap-slider.scss +66 -0
  26. data/dist/sass/rcue/_bootstrap-switch.scss +19 -0
  27. data/dist/sass/rcue/_bootstrap-touchspin.scss +31 -0
  28. data/dist/sass/rcue/_bootstrap-treeview.scss +89 -0
  29. data/dist/sass/rcue/_breadcrumbs.scss +20 -0
  30. data/dist/sass/rcue/_buttons.scss +50 -0
  31. data/dist/sass/rcue/_card-view.scss +105 -0
  32. data/dist/sass/rcue/_cards.scss +238 -0
  33. data/dist/sass/rcue/_charts.scss +125 -0
  34. data/dist/sass/rcue/_close.scss +16 -0
  35. data/dist/sass/rcue/_color-variables.scss +85 -0
  36. data/dist/sass/rcue/_context-selector.scss +124 -0
  37. data/dist/sass/rcue/_datatables.scss +186 -0
  38. data/dist/sass/rcue/_dropdowns.scss +235 -0
  39. data/dist/sass/rcue/_experimental-features.scss +48 -0
  40. data/dist/sass/rcue/_filter.scss +38 -0
  41. data/dist/sass/rcue/_fonts.scss +124 -0
  42. data/dist/sass/rcue/_footer.scss +19 -0
  43. data/dist/sass/rcue/_forms.scss +192 -0
  44. data/dist/sass/rcue/_icons.scss +368 -0
  45. data/dist/sass/rcue/_infotip.scss +145 -0
  46. data/dist/sass/rcue/_labels.scss +17 -0
  47. data/dist/sass/rcue/_layouts.scss +140 -0
  48. data/dist/sass/rcue/_links.scss +5 -0
  49. data/dist/sass/rcue/_list-group.scss +18 -0
  50. data/dist/sass/rcue/_list-pf.scss +177 -0
  51. data/dist/sass/rcue/_list-view-dnd.scss +53 -0
  52. data/dist/sass/rcue/_list-view.scss +304 -0
  53. data/dist/sass/rcue/_login.scss +334 -0
  54. data/dist/sass/rcue/_mixins.scss +81 -0
  55. data/dist/sass/rcue/_modals.scss +38 -0
  56. data/dist/sass/rcue/_nav-vertical-alt.scss +168 -0
  57. data/dist/sass/rcue/_navbar-alt.scss +141 -0
  58. data/dist/sass/rcue/_navbar-vertical.scss +153 -0
  59. data/dist/sass/rcue/_navbar.scss +546 -0
  60. data/dist/sass/rcue/_notifications-drawer.scss +249 -0
  61. data/dist/sass/rcue/_pager.scss +68 -0
  62. data/dist/sass/rcue/_pagination.scss +121 -0
  63. data/dist/sass/rcue/_panels.scss +134 -0
  64. data/dist/sass/rcue/_patternfly-additions.scss +74 -0
  65. data/dist/sass/rcue/_patternfly.scss +31 -0
  66. data/dist/sass/rcue/_popovers.scss +38 -0
  67. data/dist/sass/rcue/_progress-bars.scss +121 -0
  68. data/dist/sass/rcue/_rcue-about-modal.scss +45 -0
  69. data/dist/sass/rcue/_rcue-login.scss +75 -0
  70. data/dist/sass/rcue/_rcue-variables.scss +57 -0
  71. data/dist/sass/rcue/_search.scss +64 -0
  72. data/dist/sass/rcue/_sidebar.scss +176 -0
  73. data/dist/sass/rcue/_skip-to-content.scss +12 -0
  74. data/dist/sass/rcue/_spinner.scss +72 -0
  75. data/dist/sass/rcue/_syntax-highlighting.scss +36 -0
  76. data/dist/sass/rcue/_table-view.scss +188 -0
  77. data/dist/sass/rcue/_tables.scss +90 -0
  78. data/dist/sass/rcue/_tabs.scss +118 -0
  79. data/dist/sass/rcue/_time-picker.scss +81 -0
  80. data/dist/sass/rcue/_toast.scss +75 -0
  81. data/dist/sass/rcue/_toolbar.scss +190 -0
  82. data/dist/sass/rcue/_tooltip.scss +15 -0
  83. data/dist/sass/rcue/_tree-list-view.scss +83 -0
  84. data/dist/sass/rcue/_type.scss +29 -0
  85. data/dist/sass/rcue/_variables.scss +580 -0
  86. data/dist/sass/rcue/_vertical-nav.scss +952 -0
  87. data/dist/sass/rcue/_wizard.scss +576 -0
  88. data/lib/patternfly-sass/version.rb +1 -1
  89. metadata +83 -2
@@ -0,0 +1,192 @@
1
+ //
2
+ // Forms
3
+ // --------------------------------------------------
4
+ .form-horizontal-pf-align-left {
5
+ .control-label {
6
+ text-align: left;
7
+ }
8
+ // In order to provide the proper support .pf-is-required is needed on left aligned labels to ensure accurate spacing when there is no required fields.
9
+ &.required-pf {
10
+ .control-label {
11
+ @media (min-width: $screen-sm-min) {
12
+ &:not(.required-pf) {
13
+ padding-left: $form-horizontal-pf-align-left-padding-left;
14
+ }
15
+ }
16
+ }
17
+ }
18
+ }
19
+
20
+ .chars-remaining-pf span {
21
+ font-weight: 600;
22
+ padding-right: 5px;
23
+ }
24
+
25
+ .chars-warn-remaining-pf {
26
+ color: $brand-danger;
27
+ }
28
+
29
+ .fields-status-pf {
30
+ color: $color-pf-black-500;
31
+ margin-bottom: 15px;
32
+ }
33
+
34
+ .form-control {
35
+ &[disabled],
36
+ &[readonly],
37
+ fieldset[disabled] & {
38
+ @include box-shadow(none);
39
+ color: $color-pf-black-500;
40
+ &:hover {
41
+ border-color: $input-border;
42
+ }
43
+ }
44
+ &:hover {
45
+ border-color: $input-border-hover;
46
+ .has-error & {
47
+ border-color: darken($state-danger-text, 10%);
48
+ }
49
+ .has-success & {
50
+ border-color: darken($state-success-text, 10%);
51
+ }
52
+ .has-warning & {
53
+ border-color: darken($state-warning-text, 10%);
54
+ }
55
+ }
56
+ }
57
+
58
+ .has-error, .has-success, .has-warning {
59
+ .checkbox,
60
+ .checkbox-inline,
61
+ .control-label,
62
+ .radio,
63
+ .radio-inline,
64
+ &.checkbox label,
65
+ &.checkbox-inline label,
66
+ &.radio label,
67
+ &.radio-inline label {
68
+ color: $text-color;
69
+ }
70
+ }
71
+
72
+ .help-block {
73
+ margin-bottom: 0px;
74
+ }
75
+
76
+ .input-group .input-group-btn .btn {
77
+ @include box-shadow(none);
78
+ }
79
+
80
+ label {
81
+ font-weight: 600;
82
+ &.required-pf:before {
83
+ color: $brand-danger;
84
+ content: "*";
85
+ margin-right: 3px;
86
+ }
87
+ }
88
+
89
+ span.required-pf {
90
+ color: $brand-danger;
91
+ }
92
+
93
+ .fields-section-pf {
94
+ border-color: $color-pf-black-200;
95
+ border-style: solid;
96
+ border-width: 1px 0 0;
97
+ margin-top: 25px;
98
+ padding: 15px 0 0;
99
+ }
100
+ .fields-section-header-pf {
101
+ border: none;
102
+ font-size: $font-size-base;
103
+ margin: 0;
104
+ padding-right: $padding-large-horizontal;
105
+ width: auto;
106
+ .fa-angle-right {
107
+ cursor: pointer;
108
+ font-size: $font-size-large;
109
+ width: $font-size-large;
110
+ }
111
+ }
112
+
113
+ .form-control-pf-editable {
114
+ display: flex;
115
+ &.form-control-pf-full-width {
116
+ display: block;
117
+ > .form-control-pf-value {
118
+ text-align: left;
119
+ }
120
+ .action-buttons {
121
+ float: right;
122
+ }
123
+ }
124
+ &.form-control-pf-edit {
125
+ > .form-control-pf-value {
126
+ display: none;
127
+ }
128
+ > :not(.form-control-pf-value):not(.spinner),
129
+ > .bootstrap-select.btn-group:not(.input-group-btn) {
130
+ display: inline-block;
131
+ }
132
+ }
133
+ &.form-control-pf-updating {
134
+ > .spinner {
135
+ display: inline-block;
136
+ }
137
+ > :not(.spinner) {
138
+ display: none;
139
+ }
140
+ }
141
+ > .form-control-pf-value {
142
+ background: none;
143
+ border: 1px solid transparent;
144
+ display: inline-block;
145
+ padding: $padding-base-vertical $padding-base-horizontal;
146
+ &:focus {
147
+ border-color: $color-pf-black-400;
148
+ }
149
+ &:hover {
150
+ border-color: $color-pf-black-400;
151
+ cursor: pointer;
152
+ }
153
+ + :not(textarea) {
154
+ flex: 1;
155
+ }
156
+ i {
157
+ margin-left: $padding-base-horizontal;
158
+ }
159
+ }
160
+ > :not(.form-control-pf-value) {
161
+ display: none;
162
+ }
163
+ > .form-control-pf-textbox {
164
+ position: relative;
165
+ input {
166
+ padding-right: $input-height-base;
167
+ }
168
+ .form-control-pf-empty {
169
+ background: none;
170
+ border: none;
171
+ color: $color-pf-black-400;
172
+ height: 100%;
173
+ position: absolute;
174
+ right: 0;
175
+ top: 0;
176
+ }
177
+ }
178
+ > .btn {
179
+ margin-left: 3px;
180
+ }
181
+ > .spinner {
182
+ margin: (($input-height-base - ($font-size-base * 1.5)) * .5) 0;
183
+ }
184
+ > .bootstrap-select.btn-group:not(.input-group-btn) {
185
+ display: none;
186
+ }
187
+ > textarea {
188
+ display: block;
189
+ min-height: 84px;
190
+ resize: vertical;
191
+ }
192
+ }
@@ -0,0 +1,368 @@
1
+ //
2
+ // Icons
3
+ // --------------------------------------------------
4
+ // Custom icons and selections from IcoMoon - Free (http://icomoon.io/#icons)
5
+
6
+ @font-face {
7
+ font-family: "#{$icon-font-name-pf}";
8
+ src:url(if($bootstrap-sass-asset-helper, twbs-font-path("#{$font-path}#{$icon-font-name-pf}.eot"), "#{$font-path}#{$icon-font-name-pf}.eot"));
9
+ src:url(if($bootstrap-sass-asset-helper, twbs-font-path("#{$font-path}#{$icon-font-name-pf}.eot?#iefix"), "#{$font-path}#{$icon-font-name-pf}.eot?#iefix")) format("embedded-opentype"),
10
+ url(if($bootstrap-sass-asset-helper, twbs-font-path("#{$font-path}#{$icon-font-name-pf}.ttf"), "#{$font-path}#{$icon-font-name-pf}.ttf")) format("truetype"),
11
+ url(if($bootstrap-sass-asset-helper, twbs-font-path("#{$font-path}#{$icon-font-name-pf}.woff"), "#{$font-path}#{$icon-font-name-pf}.woff")) format("woff"),
12
+ url(if($bootstrap-sass-asset-helper, twbs-font-path("#{$font-path}#{$icon-font-name-pf}.svg##{$icon-font-name-pf}"), "#{$font-path}#{$icon-font-name-pf}.svg##{$icon-font-name-pf}")) format("svg");
13
+ font-weight: normal;
14
+ font-style: normal;
15
+ }
16
+
17
+ [class^="#{$icon-prefix}-"],
18
+ [class*=" #{$icon-prefix}-"] {
19
+ display: inline-block;
20
+ font-family: "#{$icon-font-name-pf}";
21
+ font-style: normal;
22
+ font-variant: normal;
23
+ font-weight: normal;
24
+ line-height: 1;
25
+ speak: none;
26
+ text-transform: none;
27
+ /* Better Font Rendering =========== */
28
+ -moz-osx-font-smoothing: grayscale;
29
+ -webkit-font-smoothing: antialiased;
30
+ }
31
+ .#{$icon-prefix}-add-circle-o:before {
32
+ content: $pficon-var-add-circle-o;
33
+ }
34
+ .#{$icon-prefix}-applications:before {
35
+ content: $pficon-var-applications;
36
+ }
37
+ .#{$icon-prefix}-arrow:before {
38
+ content: $pficon-var-arrow;
39
+ }
40
+ .#{$icon-prefix}-asleep:before {
41
+ content: $pficon-var-asleep;
42
+ }
43
+ .#{$icon-prefix}-automation:before {
44
+ content: $pficon-var-automation;
45
+ }
46
+ .#{$icon-prefix}-build:before {
47
+ content: $pficon-var-build;
48
+ }
49
+ .#{$icon-prefix}-builder-image:before {
50
+ content: $pficon-var-builder-image;
51
+ }
52
+ .#{$icon-prefix}-bundle:before {
53
+ content: $pficon-var-bundle;
54
+ }
55
+ .#{$icon-prefix}-blueprint:before {
56
+ content: $pficon-var-blueprint;
57
+ }
58
+ .#{$icon-prefix}-catalog:before {
59
+ content: $pficon-var-catalog;
60
+ }
61
+ .#{$icon-prefix}-chat:before {
62
+ content: $pficon-var-chat;
63
+ }
64
+ .#{$icon-prefix}-close:before {
65
+ content: $pficon-var-close;
66
+ }
67
+ .#{$icon-prefix}-cloud-security:before {
68
+ content: $pficon-var-cloud-security;
69
+ }
70
+ .#{$icon-prefix}-cloud-tenant:before {
71
+ content: $pficon-var-cloud-tenant;
72
+ }
73
+ .#{$icon-prefix}-cluster:before {
74
+ content: $pficon-var-cluster;
75
+ }
76
+ .#{$icon-prefix}-connected:before {
77
+ content: $pficon-var-connected;
78
+ }
79
+ .#{$icon-prefix}-container-node:before {
80
+ content: $pficon-var-container-node;
81
+ }
82
+ .#{$icon-prefix}-cpu:before {
83
+ content: $pficon-var-cpu;
84
+ }
85
+ .#{$icon-prefix}-degraded:before {
86
+ content: $pficon-var-degraded;
87
+ }
88
+ .#{$icon-prefix}-delete:before {
89
+ content: $pficon-var-delete;
90
+ }
91
+ .#{$icon-prefix}-disconnected:before {
92
+ content: $pficon-var-disconnected;
93
+ }
94
+ .#{$icon-prefix}-domain:before {
95
+ content: $pficon-var-domain;
96
+ }
97
+ .#{$icon-prefix}-edit:before {
98
+ content: $pficon-var-edit;
99
+ }
100
+ .#{$icon-prefix}-enhancement:before {
101
+ content: $pficon-var-enhancement;
102
+ }
103
+ .#{$icon-prefix}-enterprise:before {
104
+ content: $pficon-var-enterprise;
105
+ }
106
+ .#{$icon-prefix}-equalizer:before {
107
+ content: $pficon-var-equalizer;
108
+ }
109
+ .#{$icon-prefix}-error-circle-o:before {
110
+ color: $brand-danger;
111
+ content: $pficon-var-error-circle-o;
112
+ }
113
+ .#{$icon-prefix}-export:before {
114
+ content: $pficon-var-export;
115
+ }
116
+ .#{$icon-prefix}-flag:before,
117
+ .#{$icon-prefix}-messages:before { // class name deprecated
118
+ content: $pficon-var-flag;
119
+ }
120
+ .#{$icon-prefix}-flavor:before {
121
+ content: $pficon-var-flavor;
122
+ }
123
+ .#{$icon-prefix}-filter:before {
124
+ content: $pficon-var-filter;
125
+ }
126
+ .#{$icon-prefix}-folder-close:before {
127
+ content: $pficon-var-folder-close;
128
+ }
129
+ .#{$icon-prefix}-folder-open:before {
130
+ content: $pficon-var-folder-open;
131
+ }
132
+ .#{$icon-prefix}-help:before {
133
+ content: $pficon-var-help;
134
+ }
135
+ .#{$icon-prefix}-history:before {
136
+ content: $pficon-var-history;
137
+ }
138
+ .#{$icon-prefix}-home:before {
139
+ content: $pficon-var-home;
140
+ }
141
+ .#{$icon-prefix}-image:before {
142
+ content: $pficon-var-image;
143
+ }
144
+ .#{$icon-prefix}-import:before {
145
+ content: $pficon-var-import;
146
+ }
147
+ .#{$icon-prefix}-in-progress:before {
148
+ content: $pficon-var-in-progress;
149
+ }
150
+ .#{$icon-prefix}-info:before {
151
+ content: $pficon-var-info;
152
+ }
153
+ .#{$icon-prefix}-infrastructure:before {
154
+ content: $pficon-var-infrastructure;
155
+ }
156
+ .#{$icon-prefix}-integration:before {
157
+ content: $pficon-var-integration;
158
+ }
159
+ .#{$icon-prefix}-key:before {
160
+ content: $pficon-var-key;
161
+ }
162
+ .#{$icon-prefix}-locked:before {
163
+ content: $pficon-var-locked;
164
+ }
165
+ .#{$icon-prefix}-maintenance:before {
166
+ content: $pficon-var-maintenance;
167
+ }
168
+ .#{$icon-prefix}-memory:before {
169
+ content: $pficon-var-memory;
170
+ }
171
+ .#{$icon-prefix}-middleware:before {
172
+ content: $pficon-var-middleware;
173
+ }
174
+ .#{$icon-prefix}-migration:before {
175
+ content: $pficon-var-migration;
176
+ }
177
+ .#{$icon-prefix}-monitoring:before {
178
+ content: $pficon-var-monitoring;
179
+ }
180
+ .#{$icon-prefix}-network:before {
181
+ content: $pficon-var-network;
182
+ }
183
+ .#{$icon-prefix}-network-range:before {
184
+ content: $pficon-var-network-range;
185
+ }
186
+ .#{$icon-prefix}-on:before {
187
+ content: $pficon-var-on;
188
+ }
189
+ .#{$icon-prefix}-on-running:before {
190
+ content: $pficon-var-on-running;
191
+ }
192
+ .#{$icon-prefix}-optimize:before {
193
+ content: $pficon-var-optimize;
194
+ }
195
+ .#{$icon-prefix}-orders:before {
196
+ content: $pficon-var-orders;
197
+ }
198
+ .#{$icon-prefix}-off:before {
199
+ content: $pficon-var-off;
200
+ }
201
+ .#{$icon-prefix}-ok:before {
202
+ color: $brand-success;
203
+ content: $pficon-var-ok;
204
+ }
205
+ .#{$icon-prefix}-paused:before {
206
+ content: $pficon-var-paused;
207
+ }
208
+ .#{$icon-prefix}-pending:before {
209
+ content: $pficon-var-pending;
210
+ }
211
+ .#{$icon-prefix}-plugged:before {
212
+ content: $pficon-var-plugged;
213
+ }
214
+ .#{$icon-prefix}-port:before {
215
+ content: $pficon-var-port;
216
+ }
217
+ .#{$icon-prefix}-print:before {
218
+ content: $pficon-var-print;
219
+ }
220
+ .#{$icon-prefix}-process-automation:before {
221
+ content: $pficon-var-process-automation;
222
+ }
223
+ .#{$icon-prefix}-private:before {
224
+ content: $pficon-var-private;
225
+ }
226
+ .#{$icon-prefix}-project:before {
227
+ content: $pficon-var-project;
228
+ }
229
+ .#{$icon-prefix}-rebalance:before {
230
+ content: $pficon-var-rebalance;
231
+ }
232
+ .#{$icon-prefix}-rebooting:before {
233
+ content: $pficon-var-rebooting;
234
+ }
235
+ .#{$icon-prefix}-refresh:before, // class name deprecated
236
+ .#{$icon-prefix}-restart:before {
237
+ content: $pficon-var-restart;
238
+ }
239
+ .#{$icon-prefix}-regions:before {
240
+ content: $pficon-var-regions;
241
+ }
242
+ .#{$icon-prefix}-registry:before {
243
+ content: $pficon-var-registry;
244
+ }
245
+ .#{$icon-prefix}-remove:before {
246
+ content: $pficon-var-remove;
247
+ }
248
+ .#{$icon-prefix}-replicator:before {
249
+ content: $pficon-var-replicator;
250
+ }
251
+ .#{$icon-prefix}-repository:before {
252
+ content: $pficon-var-repository;
253
+ }
254
+ .#{$icon-prefix}-resource-pool:before {
255
+ content: $pficon-var-resource-pool;
256
+ }
257
+ .#{$icon-prefix}-resources-almost-empty:before {
258
+ content: $pficon-var-resources-almost-empty;
259
+ }
260
+ .#{$icon-prefix}-resources-almost-full:before {
261
+ content: $pficon-var-resources-almost-full;
262
+ }
263
+ .#{$icon-prefix}-resources-full:before {
264
+ content: $pficon-var-resources-full;
265
+ }
266
+ .#{$icon-prefix}-route:before {
267
+ content: $pficon-var-route;
268
+ }
269
+ .#{$icon-prefix}-running:before {
270
+ content: $pficon-var-running;
271
+ }
272
+ .#{$icon-prefix}-satellite:before {
273
+ content: $pficon-var-satellite;
274
+ }
275
+ .#{$icon-prefix}-save:before {
276
+ content: $pficon-var-save;
277
+ }
278
+ .#{$icon-prefix}-screen:before {
279
+ content: $pficon-var-screen;
280
+ }
281
+ .#{$icon-prefix}-search:before {
282
+ content: $pficon-var-search;
283
+ }
284
+ .#{$icon-prefix}-security:before {
285
+ content: $pficon-var-security;
286
+ }
287
+ .#{$icon-prefix}-server:before {
288
+ content: $pficon-var-server;
289
+ }
290
+ .#{$icon-prefix}-server-group:before {
291
+ content: $pficon-var-server-group;
292
+ }
293
+ .#{$icon-prefix}-service:before {
294
+ content: $pficon-var-service;
295
+ }
296
+ .#{$icon-prefix}-services:before {
297
+ content: $pficon-var-services;
298
+ }
299
+ .#{$icon-prefix}-service-catalog:before {
300
+ content: $pficon-var-service-catalog;
301
+ }
302
+ .#{$icon-prefix}-settings:before {
303
+ content: $pficon-var-settings;
304
+ }
305
+ .#{$icon-prefix}-sort-common-asc:before {
306
+ content: $pficon-var-sort-common-asc;
307
+ }
308
+ .#{$icon-prefix}-sort-common-desc:before {
309
+ content: $pficon-var-sort-common-desc;
310
+ }
311
+ .#{$icon-prefix}-spinner:before {
312
+ content: $pficon-var-spinner;
313
+ }
314
+ .#{$icon-prefix}-spinner2:before {
315
+ content: $pficon-var-spinner2;
316
+ }
317
+ .#{$icon-prefix}-storage-domain:before {
318
+ content: $pficon-var-storage-domain;
319
+ }
320
+ .#{$icon-prefix}-template:before {
321
+ content: $pficon-var-template;
322
+ }
323
+ .#{$icon-prefix}-tenant:before {
324
+ content: $pficon-var-tenant;
325
+ }
326
+ .#{$icon-prefix}-thumb-tack-o:before {
327
+ content: $pficon-var-thumb-tack-o;
328
+ }
329
+ .#{$icon-prefix}-topology:before {
330
+ content: $pficon-var-topology;
331
+ }
332
+ .#{$icon-prefix}-trend-down:before {
333
+ content: $pficon-var-trend-down;
334
+ }
335
+ .#{$icon-prefix}-trend-up:before {
336
+ content: $pficon-var-trend-up;
337
+ }
338
+ .#{$icon-prefix}-unknown:before {
339
+ content: $pficon-var-unknown;
340
+ }
341
+ .#{$icon-prefix}-user:before {
342
+ content: $pficon-var-user;
343
+ }
344
+ .#{$icon-prefix}-users:before {
345
+ content: $pficon-var-users;
346
+ }
347
+ .#{$icon-prefix}-unlocked:before {
348
+ content: $pficon-var-unlocked;
349
+ }
350
+ .#{$icon-prefix}-unplugged:before {
351
+ content: $pficon-var-unplugged;
352
+ }
353
+ .#{$icon-prefix}-vcenter:before {
354
+ content: $pficon-var-vcenter;
355
+ }
356
+ .#{$icon-prefix}-virtual-machine:before {
357
+ content: $pficon-var-virtual-machine;
358
+ }
359
+ .#{$icon-prefix}-volume:before {
360
+ content: $pficon-var-volume;
361
+ }
362
+ .#{$icon-prefix}-warning-triangle-o:before {
363
+ color: $brand-warning;
364
+ content: $pficon-var-warning-triangle-o;
365
+ }
366
+ .#{$icon-prefix}-zone:before {
367
+ content: $pficon-var-zone;
368
+ }