Skip to content

Commit 4cd1187

Browse files
committed
remove bootstrap mixins now that we're using bootstrap.css for stylus
1 parent 1917ba3 commit 4cd1187

File tree

1 file changed

+12
-23
lines changed

1 file changed

+12
-23
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,22 @@
1-
// Colors
2-
// --------------------------------------------------
3-
4-
$btnText = #fff
5-
$btnTextAlt = #000
6-
7-
$btnFacebookBackground = #3B5998
8-
$btnFacebookBackgroundHighlight = #133783
9-
10-
$btnTwitterBackground = #2daddc
11-
$btnTwitterBackgroundHighlight = #0271bf
12-
13-
$btnGithubBackground = #fafafa
14-
$btnGithubBackgroundHighlight = #ccc
15-
16-
$btnGooglePlusBackground = #dd4b39
17-
$btnGooglePlusBackgroundHighlight = #c53727
18-
19-
201
// Social buttons
212
// --------------------------------------------------
223

234
.btn-facebook
24-
button-variant($btnText, $btnFacebookBackgroundHighlight, $btnFacebookBackgroundHighlight)
5+
color: #fff;
6+
background-color: #3B5998;
7+
border-color: #133783;
258

269
.btn-twitter
27-
button-variant($btnText, $btnTwitterBackground, $btnTwitterBackgroundHighlight)
10+
color: #fff;
11+
background-color: #2daddc;
12+
border-color: #0271bf;
2813

2914
.btn-github
30-
button-variant($btnTextAlt, $btnGithubBackground, $btnGithubBackgroundHighlight)
15+
color: #fff;
16+
background-color: #fafafa;
17+
border-color: #ccc;
3118

3219
.btn-google-plus
33-
button-variant($btnText, $btnGooglePlusBackground, $btnGooglePlusBackgroundHighlight)
20+
color: #fff;
21+
background-color: #dd4b39;
22+
border-color: #c53727;

0 commit comments

Comments
 (0)