Skip to content

Commit

Permalink
follow scss variables
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Aug 7, 2020
1 parent 073eb86 commit 8d81ba4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions administrator/templates/atum/scss/blocks/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

.icon-publish,
.fa-check {
color: theme-color("success");
color: $whiteoffset;

.dropdown-status-group & {
color: inherit;
Expand All @@ -23,7 +23,7 @@

.icon-unpublish,
.fa-times {
color: theme-color("danger");
color: $whiteoffset;

.dropdown-status-group & {
color: inherit;
Expand Down
8 changes: 4 additions & 4 deletions administrator/templates/atum/scss/vendor/bootstrap/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ select.form-control {
background-color: darken(theme-color("danger"), 8%);
}

.button-clear .fa-times {
color: white;
opacity: .9;
}
.button-clear > .fa-check,
.button-select > .fa-times {
color: $gray-100;
}

@include media-breakpoint-down(md) {
min-width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions templates/cassiopeia/scss/blocks/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

.icon-publish,
.fa-check {
color: theme-color("success");
color: $white-offset;

.dropdown-status-group & {
color: inherit;
Expand All @@ -23,7 +23,7 @@

.icon-unpublish,
.fas.fa-times {
color: theme-color("danger");
color: $white-offset;

.dropdown-status-group & {
color: inherit;
Expand Down

0 comments on commit 8d81ba4

Please sign in to comment.