File tree 1 file changed +12
-23
lines changed
app/templates/client/app/account(auth)/login
1 file changed +12
-23
lines changed Original file line number Diff line number Diff line change 1
- // Colors
2
- // --------------------------------------------------
3
-
4
- $btnText = #f f f
5
- $btnTextAlt = #0 0 0
6
-
7
- $btnFacebookBackground = #3B 59 98
8
- $btnFacebookBackgroundHighlight = #13 37 83
9
-
10
- $btnTwitterBackground = #2d ad dc
11
- $btnTwitterBackgroundHighlight = #02 71 bf
12
-
13
- $btnGithubBackground = #fa fa fa
14
- $btnGithubBackgroundHighlight = #c c c
15
-
16
- $btnGooglePlusBackground = #dd 4b 39
17
- $btnGooglePlusBackgroundHighlight = #c5 37 27
18
-
19
-
20
1
// Social buttons
21
2
// --------------------------------------------------
22
3
23
4
.btn-facebook
24
- button-variant ($btnText , $btnFacebookBackgroundHighlight , $btnFacebookBackgroundHighlight )
5
+ color : #f f f ;
6
+ background-color : #3B 59 98 ;
7
+ border-color : #13 37 83 ;
25
8
26
9
.btn-twitter
27
- button-variant ($btnText , $btnTwitterBackground , $btnTwitterBackgroundHighlight )
10
+ color : #f f f ;
11
+ background-color : #2d ad dc ;
12
+ border-color : #02 71 bf ;
28
13
29
14
.btn-github
30
- button-variant ($btnTextAlt , $btnGithubBackground , $btnGithubBackgroundHighlight )
15
+ color : #f f f ;
16
+ background-color : #fa fa fa ;
17
+ border-color : #c c c ;
31
18
32
19
.btn-google-plus
33
- button-variant ($btnText , $btnGooglePlusBackground , $btnGooglePlusBackgroundHighlight )
20
+ color : #f f f ;
21
+ background-color : #dd 4b 39 ;
22
+ border-color : #c5 37 27 ;
You can’t perform that action at this time.
0 commit comments