Skip to content

Commit

Permalink
CPS-332: Remove important statements
Browse files Browse the repository at this point in the history
  • Loading branch information
reneolivo committed Mar 9, 2021
1 parent bff2c2a commit fed0160
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions scss/civicrm/common/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ $button-border-radius: 2px;
border-color: $brand-primary;
border-radius: $border-radius-base;
box-sizing: content-box;
color: $crm-white !important;
color: $crm-white;
font-family: $font-family-base;
margin-right: 0;
padding: 8px 12px;
text-shadow: none;
text-transform: uppercase !important;
text-transform: uppercase;

&:not(:last-child) {
margin-right: 10px;
Expand Down Expand Up @@ -171,8 +171,6 @@ $button-border-radius: 2px;

.crm-button {
background: none;
color: $crm-white !important;
text-transform: uppercase !important;
}

table.form-layout > tbody > tr > td > span.crm-button.crm-i-button {
Expand Down Expand Up @@ -430,3 +428,10 @@ button {
margin-top: 7px;
}
}

// Ensure these components look well in conjunction with Bootstrap:
#bootstrap-theme .crm-form-submit,
#bootstrap-theme .crm-button {
color: $crm-white;
text-transform: uppercase;
}

0 comments on commit fed0160

Please sign in to comment.