forked from erobit/meteor-accounts-ui-bootstrap-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaccounts_ui.styl
72 lines (60 loc) · 1.21 KB
/
accounts_ui.styl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#login-dropdown-list
.dropdown-menu
min-width: 300px;
padding: 15px;
.or
margin: 5px 0;
text-align: center;
#login-dropdown-list
#forgot-password-link
#signup-link
margin-top:10px;
.btn
margin-top: 5px;
input
margin:0 0 -1px
border-radius: 0px;
input:first-of-type
border-top-left-radius: 5px;
border-top-right-radius: 5px;
input:last-of-type
margin-bottom: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
.modal-backdrop
opacity: 0.75;
#login-buttons-reset-password-modal, #login-buttons-enroll-account-modal, #login-buttons-email-address-verified-modal
.modal-content
margin-top: 30%;
.login-buttons-dropdown-align-left
&#login-buttons + li
.dropdown-menu
float: left;
left: 0;
right: auto;
.login-buttons-dropdown-align-right
&#login-buttons + li
.dropdown-menu
float: right;
right: 0;
left: auto;
#login-buttons
display: none;
#login-dropdown-list a
cursor: pointer;
#configure-login-service-dialog-modal
position: fixed;
left: 50%;
margin-left: -300px;
.btn-Facebook{
color: white;
background-color: #3B5998;
}
.btn-Google{
color: white;
background-color: #D34836;
}
.btn-Twitter{
color: white;
background-color: #4099FF;
}