Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 36eebc3

Browse files
chore(release): updates generated by Travis build
1 parent a3d72cc commit 36eebc3

30 files changed

+58
-58
lines changed

src/sass/converted/patternfly/_card-view.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
&:last-child { padding-right: 0; }
3232
+ .card-pf-item { border-left: 1px solid $card-pf-border-color; }
3333
.fa-check { color: $brand-success; }
34-
.fa,
34+
.fa, .fas, .far, .fab, .fal,
3535
.pficon {
3636
+ .card-pf-item-text { margin-left: 10px; }
3737
}
@@ -42,7 +42,7 @@
4242
font-weight: 300;
4343
margin-bottom: 0;
4444
margin-top: 15px;
45-
.fa,
45+
.fa, .fas, .far, .fab, .fal,
4646
.pficon {
4747
font-size: ceil(($font-size-base * 1.5));
4848
margin-right: 2px;
@@ -95,7 +95,7 @@
9595
font-size: 16px;
9696
font-weight: normal;
9797
margin-bottom: 10px;
98-
.fa,
98+
.fa, .fas, .far, .fab, .fal,
9999
.pficon {
100100
font-size: 14px;
101101
margin-right: 5px;

src/sass/converted/patternfly/_cards.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
margin-left: ($grid-gutter-width / 8 - 2);
5959
padding-left: ($grid-gutter-width / 4);
6060
}
61-
.fa, .pficon {
61+
.fa, .fas, .far, .fab, .fal, .pficon {
6262
font-size: ($font-size-base * 1.5); // 18px
6363
margin-right: 7px;
6464
}
@@ -93,7 +93,7 @@
9393
margin: 0 (-($grid-gutter-width / 2)) !important;
9494
padding: ($grid-gutter-width / 2) ($grid-gutter-width / 2) ($grid-gutter-width / 4);
9595
a > {
96-
.fa,
96+
.fa, .fas, .far, .fab, .fal,
9797
.pficon {
9898
margin-right: 5px;
9999
}
@@ -106,7 +106,7 @@
106106
.card-pf-link-with-icon {
107107
padding-left: 21px;
108108
position: relative;
109-
.fa,
109+
.fa, .fas, .far, .fab, .fal,
110110
.pficon {
111111
font-size: 16px;
112112
left: 0;
@@ -159,7 +159,7 @@
159159
.card-pf-aggregate-status & {
160160
font-size: $font-size-large;
161161
margin: ($grid-gutter-width / 4) 0 0;
162-
.fa,
162+
.fa, .fas, .far, .fab, .fal,
163163
.pficon {
164164
color: $card-pf-aggregate-status-title-icon-color;
165165
font-size: $font-size-h3;
@@ -181,7 +181,7 @@
181181
a {
182182
display: inline-block;
183183
}
184-
.fa,
184+
.fa, .fas, .far, .fab, .fal,
185185
.pficon {
186186
font-size: ($font-size-base * 2 + 2); // 26px
187187
margin-right: 0;

src/sass/converted/patternfly/_date-and-time.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Date and Time
33
// --------------------------------------------------
44
.date-time-picker-pf .input-group-addon {
5-
.fa,
5+
.fa, .fas, .far, .fab, .fal,
66
.pficon {
77
width: 12px;
88
}

src/sass/converted/patternfly/_list-pf.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
border-left: 1px solid $color-pf-black-300;
5757
padding-left: ($grid-gutter-width/2);
5858
}
59-
.fa {
59+
.fa, .fas, .far, .fab, .fal {
6060
font-size: 22px;
6161
}
6262
}

src/sass/converted/patternfly/_list-view.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
line-height: 1em;
120120
}
121121
}
122-
.pficon, .fa {
122+
.pficon, .fa, .fas, .far, .fab, .fal {
123123
font-size: $font-size-h3;
124124
margin-right: ($grid-gutter-width/4);
125125
}
@@ -185,7 +185,7 @@
185185
line-height: 1em;
186186
}
187187
}
188-
.pficon, .fa {
188+
.pficon, .fa, .fas, .far, .fab, .fal {
189189
border-radius: 50%;
190190
font-size: 2em;
191191
// -md is out of alpha order to get correct bg on -danger

src/sass/converted/patternfly/_modals.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
.message-dialog-pf .modal-body {
4242
display: flex;
4343

44-
.fa,
44+
.fa, .fas, .far, .fab, .fal,
4545
.pficon {
4646
font-size: 30px;
4747
margin-right: 15px;

src/sass/converted/patternfly/_nav-vertical-alt.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
}
136136
}
137137

138-
.fa,
138+
.fa, .fas, .far, .fab, .fal,
139139
.glyphicon,
140140
.pficon {
141141
float: left;

src/sass/converted/patternfly/_navbar-alt.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
background-color: transparent;
4242

4343
.caret,
44-
.fa,
44+
.fa, .fas, .far, .fab, .fal,
4545
.glyphicon,
4646
.pficon {
4747
color: $navbar-pf-alt-active-color;
@@ -61,7 +61,7 @@
6161
}
6262

6363
.caret,
64-
.fa,
64+
.fa, .fas, .far, .fab, .fal,
6565
.pficon {
6666
color: $navbar-pf-alt-color;
6767
font-size: ($font-size-base + 4);
@@ -81,7 +81,7 @@
8181
background: transparent;
8282

8383
.caret,
84-
.fa,
84+
.fa, .fas, .far, .fab, .fal,
8585
.pficon {
8686
color: $navbar-pf-alt-active-color;
8787
}

src/sass/converted/patternfly/_navbar-vertical.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373

7474
.caret,
75-
.fa,
75+
.fa, .fas, .far, .fab, .fal,
7676
.pficon {
7777
color: $navbar-pf-vertical-color;
7878
font-size: ($font-size-base + 4);
@@ -105,7 +105,7 @@
105105
outline: 0;
106106

107107
.caret,
108-
.fa,
108+
.fa, .fas, .far, .fab, .fal,
109109
.pficon {
110110
color: $navbar-pf-item-active-color;
111111
}

src/sass/converted/patternfly/_navbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
outline: 0!important;
302302
}
303303
position: relative;
304-
> .fa,
304+
> .fa, .fas, .far, .fab, .fal,
305305
.pficon {
306306
line-height: 0;
307307
}

0 commit comments

Comments
 (0)