Skip to content

Commit

Permalink
Adjust css background rule to button
Browse files Browse the repository at this point in the history
The background and background-color conflicted when are used on .fa class
  • Loading branch information
mfrecchiami committed May 31, 2019
1 parent c7464ff commit c25c2b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ fieldset {
}

legend {
color: $color-2;
font-size: 16px;
color: $color-4;
font-size: 14px;
font-weight: $font-weight-bold;
text-align: center;
padding: 8px 15px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ table {

button[class*='fa-'] {
color: $link-color;
background-color: transparent;
background: transparent;
border: 0 none;
padding: 0 !important;

&:hover {
background-color: transparent;
background: transparent;
}
}

Expand Down

0 comments on commit c25c2b3

Please sign in to comment.