Skip to content

Commit 9a09238

Browse files
committed
fixup! remove partial? vendored frankstein-dependency Fontawesome
1 parent fa37d88 commit 9a09238

File tree

10 files changed

+0
-119
lines changed

10 files changed

+0
-119
lines changed

src/styles/components/_header.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,6 @@
117117
$icon-display-value: inline-block;
118118
$icon-pesudo-position: before;
119119

120-
.fa {
121-
color: #fff;
122-
font-size: 20px;
123-
}
124-
125120
// Language Dropdown
126121
// ----------------------------------------
127122

src/styles/components/_tables.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,6 @@
270270
color: $l-blue;
271271
}
272272

273-
&.fa {
274-
font-size: 18px;
275-
color: #808080;
276-
}
277-
278273
&.crosslink {
279274
border-bottom: 1px solid transparent;
280275

src/styles/components/video/_video-event-area.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -119,25 +119,12 @@
119119
margin: 0;
120120
}
121121

122-
a.external-link {
123-
@include fa-icon($fa-var-external-link-square, before, inline-block, 4px, 0, inherit, 14px);
124-
float: right;
125-
126-
&:hover {
127-
@include fa-icon-color(before, $l-blue);
128-
}
129-
}
130-
131122
.circle {
132123
margin-top: 7px;
133124
}
134125
}
135126
}
136127

137-
.fa-calendar-o {
138-
margin-left: 5px;
139-
}
140-
141128
// Main container
142129
.obj-container {
143130
height: auto;
@@ -300,7 +287,6 @@
300287
float: right;
301288
font-size: 10px;
302289
color: $light-prim-color;
303-
@include fa-icon($fa-var-clock-o, before, inline-block, 0 5px 0 0, 0, inherit, 10px);
304290
}
305291

306292
> p {

src/styles/components/video/_video-function-buttons.scss

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -39,32 +39,4 @@
3939
$font-size: 12px;
4040
$font-weight: normal;
4141
$line-height: 1;
42-
43-
&.cut {
44-
@include fa-icon($fa-var-eye-slash, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
45-
}
46-
47-
&.split {
48-
@include fa-icon($fa-var-scissors, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
49-
}
50-
&.undo {
51-
@include fa-icon($fa-var-rotate-left, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
52-
}
53-
54-
&.redo {
55-
@include fa-icon($fa-var-rotate-right, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
56-
}
57-
58-
&.clear-segments {
59-
@include fa-icon($fa-var-times, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
60-
}
61-
62-
&.extract-thumbnail {
63-
@include fa-icon($fa-var-camera, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
64-
}
65-
66-
&.upload-thumbnail {
67-
@include fa-icon($fa-var-upload, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
68-
}
69-
7042
}

src/styles/extensions/components/_tables.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@
4646

4747
$action-icon-margin: 0 4px 0 0;
4848

49-
.table-edit-action {
50-
@include fa-icon($fa-var-pencil, before, inline-block, $action-icon-margin);
51-
}
52-
53-
.table-export-action {
54-
@include fa-icon($fa-var-external-link, before, inline-block, $action-icon-margin);
55-
}
56-
5749
ul {
5850
padding: 10px 12px 12px;
5951
float: right;
@@ -98,7 +90,6 @@
9890
@include btn(white);
9991
box-shadow: none;
10092

101-
@include fa-icon($fa-var-ellipsis-v, before, inline-block);
10293
&:before {
10394
position: relative;
10495
top: -13px;

src/styles/mixins/_mixins-config.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878

7979
@if $expand == true {
8080
cursor: pointer;
81-
@include fa-icon($fa-var-chevron-down, after, inline-block, 10px 0);
8281

8382
&:hover {
8483
background: linear-gradient(to bottom, #fff, darken(#f3f5f6, 2%));

src/styles/views/_core.scss

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ body {
108108
color: $medium-prim-color;
109109
}
110110

111-
.fa-info-circle {
112-
color: $l-blue;
113-
cursor: pointer;
114-
}
115-
116111
.drop-down-container {
117112
margin-right: 10px;
118113

@@ -175,14 +170,6 @@ body {
175170
> i {
176171
font-size: 10px;
177172
}
178-
179-
&.prev {
180-
@include fa-icon($fa-var-chevron-left, before, inline-block, 0 5px 0 0, 0, inherit, 10px);
181-
}
182-
183-
&.next {
184-
@include fa-icon($fa-var-chevron-right, after, inline-block, 0 0 0 5px, 0, inherit, 10px);
185-
}
186173
}
187174

188175
.active {

src/styles/views/modals/_event-series.scss

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -105,20 +105,6 @@
105105
float: right;
106106
}
107107

108-
.fa {
109-
font-size: 20px;
110-
vertical-align: middle;
111-
margin-right: 10px;
112-
}
113-
114-
.fa-plus-circle {
115-
color: $green;
116-
}
117-
118-
.fa-minus-circle {
119-
color: $red;
120-
}
121-
122108
.btn {
123109
@include btn(green);
124110
}
@@ -162,10 +148,6 @@
162148
font-size: 12px;
163149
}
164150

165-
.fa-plus-circle {
166-
color: $green;
167-
}
168-
169151
.cancel {
170152
@include btn(white);
171153
margin-right: 5px;

src/styles/views/modals/_lists.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@
8686
height: 24px;
8787
}
8888

89-
.video-icon {
90-
@include fa-icon($fa-var-play-circle, before, inherit, 0, 0, $primary-color-green-light-2, 24px);
91-
}
92-
9389

9490
// Right side icons / elements
9591
// ----------------------------------------
@@ -98,7 +94,6 @@
9894
display: inline-block;
9995
float: right;
10096
margin-left: auto;
101-
@include fa-icon($fa-var-play-circle-o, before, inherit, 0, 0, $primary-color-green-light-2, 24px);
10297

10398
&:active:before,
10499
&:hover:before {

src/styles/views/modals/_new-event-series.scss

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,6 @@
3333
margin-right: 10px;
3434
}
3535

36-
.fa-calendar-o,
37-
.fa-plus-circle {
38-
font-size: 14px;
39-
margin: 0;
40-
margin-left: 5px;
41-
display: inline-block;
42-
float: none;
43-
44-
&:hover {
45-
color: $l-blue;
46-
}
47-
}
48-
49-
.fa-plus-circle {
50-
color: $primary-color-green;
51-
52-
&:hover {
53-
color: $primary-color-green-light-1;
54-
}
55-
}
56-
5736
// Show and Hide sections
5837
.source-type-content {
5938
display: none;

0 commit comments

Comments
 (0)