Skip to content
This repository was archived by the owner on Oct 10, 2018. It is now read-only.

Commit 4980cae

Browse files
committed
Fix .btn color and refine to match style of .btn-outline
1 parent ff41a92 commit 4980cae

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

_assets/stylesheets/_base.scss

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,7 @@ a {
230230
.btn {
231231
color:#fff;
232232
font-weight:bold;
233-
background-color:#54b89d;
234-
font-size:1em;
233+
font-size: 0.8em;
235234
padding: 0.6em 1.2em;
236235
display: inline-block;
237236
position: relative;
@@ -246,16 +245,16 @@ a {
246245
text-rendering: optimizeLegibility;
247246
border-radius: 2px;
248247
vertical-align:middle;
249-
font-family:"proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
250248
border-radius:2px;
251-
background:#4dab7d;
252-
border:2px solid #4dab7d;
249+
background: $accent;
250+
border:2px solid $accent;
251+
border-radius: 3px;
253252
text-transform: uppercase;
254253
white-space:nowrap;
255254

256255
&:hover {
257-
background:darken(#4dab7d, 10%);
258-
border-color:darken(#4dab7d, 10%);
256+
background:darken($accent, 10%);
257+
border-color:darken($accent, 10%);
259258
color:#fff;
260259
}
261260

@@ -268,8 +267,6 @@ a {
268267
background: none;
269268
border-radius: 4px;
270269
font-size: 0.8em;
271-
border:2px solid $accent;
272-
border-radius: 3px;
273270
color:darken($accent, 5%);
274271
transition:none;
275272

0 commit comments

Comments
 (0)