Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
taniarascia committed Jul 3, 2018
1 parent c321ffc commit ca07a67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -509,15 +509,15 @@ dd {
.accent-button,
a.accent-button {
color: #ffffff;
border: 1px solid #FCB42A;
background: #FCB42A; }
border: 1px solid #29de7d;
background: #29de7d; }
.accent-button:hover, .accent-button:focus, .accent-button:active,
a.accent-button:hover,
a.accent-button:focus,
a.accent-button:active {
color: #ffffff;
border: 1px solid #f09f03;
background: #f09f03; }
border: 1px solid #1cb864;
background: #1cb864; }

.muted-button,
a.muted-button {
Expand Down
2 changes: 1 addition & 1 deletion src/scss/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ $muted-background-hover: transparent;
$muted-color: darken($accent-color, 50%);
$muted-color-hover: darken($accent-color, 50%);

// Round Buttons
// Round Buttons
$round-buttons: 40px;

/* Forms */
Expand Down

0 comments on commit ca07a67

Please sign in to comment.