Skip to content

Commit

Permalink
CPS-332: Fix for case type buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
deb1990 committed Oct 19, 2020
1 parent e8c03db commit be2a69b
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
23 changes: 17 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions scss/civicrm/administer/civi-case/_case-types.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,28 @@
}
}
}

.crm-button {
@extend %btn-civi;

&[crm-icon=fa-check] {
@extend %btn-civi-primary;
padding: 8px 19px;
}

&[crm-icon=fa-times] {
@extend %btn-civi-secondary-outline;
border: solid 1px $gray-dark;
color: $gray;
margin: 0;
padding: 7px 19px;

&:hover {
background: $gray-dark;
color: $crm-white;
}
}
}
}

table tr.forked {
Expand Down

0 comments on commit be2a69b

Please sign in to comment.