Skip to content

Commit

Permalink
fixup! remove partial? vendored frankstein-dependency Fontawesome
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegenberg committed May 24, 2024
1 parent fa37d88 commit 9a09238
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 119 deletions.
5 changes: 0 additions & 5 deletions src/styles/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@
$icon-display-value: inline-block;
$icon-pesudo-position: before;

.fa {
color: #fff;
font-size: 20px;
}

// Language Dropdown
// ----------------------------------------

Expand Down
5 changes: 0 additions & 5 deletions src/styles/components/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,6 @@
color: $l-blue;
}

&.fa {
font-size: 18px;
color: #808080;
}

&.crosslink {
border-bottom: 1px solid transparent;

Expand Down
14 changes: 0 additions & 14 deletions src/styles/components/video/_video-event-area.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,25 +119,12 @@
margin: 0;
}

a.external-link {
@include fa-icon($fa-var-external-link-square, before, inline-block, 4px, 0, inherit, 14px);
float: right;

&:hover {
@include fa-icon-color(before, $l-blue);
}
}

.circle {
margin-top: 7px;
}
}
}

.fa-calendar-o {
margin-left: 5px;
}

// Main container
.obj-container {
height: auto;
Expand Down Expand Up @@ -300,7 +287,6 @@
float: right;
font-size: 10px;
color: $light-prim-color;
@include fa-icon($fa-var-clock-o, before, inline-block, 0 5px 0 0, 0, inherit, 10px);
}

> p {
Expand Down
28 changes: 0 additions & 28 deletions src/styles/components/video/_video-function-buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,32 +39,4 @@
$font-size: 12px;
$font-weight: normal;
$line-height: 1;

&.cut {
@include fa-icon($fa-var-eye-slash, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
}

&.split {
@include fa-icon($fa-var-scissors, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
}
&.undo {
@include fa-icon($fa-var-rotate-left, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
}

&.redo {
@include fa-icon($fa-var-rotate-right, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
}

&.clear-segments {
@include fa-icon($fa-var-times, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
}

&.extract-thumbnail {
@include fa-icon($fa-var-camera, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
}

&.upload-thumbnail {
@include fa-icon($fa-var-upload, $pseudo-position, $display-value, $margin, $padding, $color, $font-size);
}

}
9 changes: 0 additions & 9 deletions src/styles/extensions/components/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@

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

.table-edit-action {
@include fa-icon($fa-var-pencil, before, inline-block, $action-icon-margin);
}

.table-export-action {
@include fa-icon($fa-var-external-link, before, inline-block, $action-icon-margin);
}

ul {
padding: 10px 12px 12px;
float: right;
Expand Down Expand Up @@ -98,7 +90,6 @@
@include btn(white);
box-shadow: none;

@include fa-icon($fa-var-ellipsis-v, before, inline-block);
&:before {
position: relative;
top: -13px;
Expand Down
1 change: 0 additions & 1 deletion src/styles/mixins/_mixins-config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@

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

&:hover {
background: linear-gradient(to bottom, #fff, darken(#f3f5f6, 2%));
Expand Down
13 changes: 0 additions & 13 deletions src/styles/views/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ body {
color: $medium-prim-color;
}

.fa-info-circle {
color: $l-blue;
cursor: pointer;
}

.drop-down-container {
margin-right: 10px;

Expand Down Expand Up @@ -175,14 +170,6 @@ body {
> i {
font-size: 10px;
}

&.prev {
@include fa-icon($fa-var-chevron-left, before, inline-block, 0 5px 0 0, 0, inherit, 10px);
}

&.next {
@include fa-icon($fa-var-chevron-right, after, inline-block, 0 0 0 5px, 0, inherit, 10px);
}
}

.active {
Expand Down
18 changes: 0 additions & 18 deletions src/styles/views/modals/_event-series.scss
Original file line number Diff line number Diff line change
Expand Up @@ -105,20 +105,6 @@
float: right;
}

.fa {
font-size: 20px;
vertical-align: middle;
margin-right: 10px;
}

.fa-plus-circle {
color: $green;
}

.fa-minus-circle {
color: $red;
}

.btn {
@include btn(green);
}
Expand Down Expand Up @@ -162,10 +148,6 @@
font-size: 12px;
}

.fa-plus-circle {
color: $green;
}

.cancel {
@include btn(white);
margin-right: 5px;
Expand Down
5 changes: 0 additions & 5 deletions src/styles/views/modals/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@
height: 24px;
}

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


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

&:active:before,
&:hover:before {
Expand Down
21 changes: 0 additions & 21 deletions src/styles/views/modals/_new-event-series.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,6 @@
margin-right: 10px;
}

.fa-calendar-o,
.fa-plus-circle {
font-size: 14px;
margin: 0;
margin-left: 5px;
display: inline-block;
float: none;

&:hover {
color: $l-blue;
}
}

.fa-plus-circle {
color: $primary-color-green;

&:hover {
color: $primary-color-green-light-1;
}
}

// Show and Hide sections
.source-type-content {
display: none;
Expand Down

0 comments on commit 9a09238

Please sign in to comment.