Skip to content

Commit

Permalink
fix: installation issues (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
awaisdar001 committed Nov 12, 2020
1 parent d4bcad1 commit 393211c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions paragon/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// Alerts

.alert-dismissible .close {
color: theme-color("gray", "default");
color: theme-color("gray");
opacity: 1;

@include hover {
color: theme-color("gray", "hover");
color: theme-color("gray");
}
}

Expand Down
28 changes: 14 additions & 14 deletions paragon/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -734,20 +734,20 @@ $form-feedback-icon-valid: url("data:image/svg+xml,%3csvg xmlns='http:/
$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;
$form-feedback-icon-invalid: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='#{$form-feedback-icon-invalid-color}' viewBox='2 2 20 20'%3e%3cpath d='M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M13.25,15.5 L10.75,15.5 C10.6119288,15.5 10.5,15.6119288 10.5,15.75 L10.5,15.75 L10.5,18.25 C10.5,18.3880712 10.6119288,18.5 10.75,18.5 L10.75,18.5 L13.25,18.5 C13.3880712,18.5 13.5,18.3880712 13.5,18.25 L13.5,18.25 L13.5,15.75 C13.5,15.6119288 13.3880712,15.5 13.25,15.5 L13.25,15.5 Z M13.492539,5.5 L10.5001113,5.50010806 C10.3620998,5.50416722 10.2535099,5.61933826 10.2575691,5.75734976 L10.2575691,5.75734976 L10.4928632,13.7573498 C10.4968382,13.8925005 10.607546,14 10.7427552,14 L10.7427552,14 L13.2572448,14 C13.392454,14 13.5031618,13.8925005 13.5071368,13.7573498 L13.5071368,13.7573498 L13.7424309,5.75734976 L13.7424309,5.75734976 C13.742539,5.61192881 13.6306101,5.5 13.492539,5.5 L13.492539,5.5 Z' /%3e%3c/svg%3E") !default;

// $form-validation-states: () !default;
// $form-validation-states: map-merge(
// (
// "valid": (
// "color": $form-feedback-valid-color,
// "icon": $form-feedback-icon-valid
// ),
// "invalid": (
// "color": $form-feedback-invalid-color,
// "icon": $form-feedback-icon-invalid
// ),
// ),
// $form-validation-states
// );
$form-validation-states: () !default;
$form-validation-states: map-merge(
(
"valid": (
"color": $form-feedback-valid-color,
"icon": $form-feedback-icon-valid
),
"invalid": (
"color": $form-feedback-invalid-color,
"icon": $form-feedback-icon-invalid
),
),
$form-validation-states
);

// Z-index master list
//
Expand Down

0 comments on commit 393211c

Please sign in to comment.