Skip to content

Commit

Permalink
Fixed non-working button styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdriviere committed Jun 30, 2017
1 parent 87da931 commit bf84e92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions dist/css/sparkle.css
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ p.text--big {

.btn--default--outline:hover {
background-color: #ECF0F1;
color: #95A5A6;
color: #95A5A6 !important;
}

.btn--primary {
Expand All @@ -648,7 +648,7 @@ p.text--big {

.btn--primary--outline:hover {
background-color: #3498DB;
color: #FFF;
color: #FFF !important;
}

.btn--success {
Expand All @@ -669,7 +669,7 @@ p.text--big {

.btn--success--outline:hover {
background-color: #2ECC71;
color: #FFF;
color: #FFF !important;
}

.btn--warning {
Expand All @@ -690,7 +690,7 @@ p.text--big {

.btn--warning--outline:hover {
background-color: #FFCE54;
color: #FFF;
color: #FFF !important;
}

.btn--danger {
Expand All @@ -711,7 +711,7 @@ p.text--big {

.btn--danger--outline:hover {
background-color: #E74C3C;
color: #FFF;
color: #FFF !important;
}

.btn--light {
Expand All @@ -732,7 +732,7 @@ p.text--big {

.btn--light--outline:hover {
background-color: #E1E1E1;
color: #333;
color: #333 !important;
}

.btn--dark {
Expand All @@ -753,7 +753,7 @@ p.text--big {

.btn--dark--outline:hover {
background-color: #333;
color: #FFF;
color: #FFF !important;
}

.btn--sml {
Expand Down
Loading

0 comments on commit bf84e92

Please sign in to comment.