forked from ianmartorell/meteor-accounts-ui-bootstrap-3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
accounts_ui.styl
86 lines (70 loc) · 1.44 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
73
74
75
76
77
78
79
80
81
82
83
84
85
#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;
position: relative;
z-index: 1;
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;
input:focus
z-index: 2;
label
padding-left: 5px;
opacity(n)
opacity: n
filter: unquote('progid:DXImageTransform.Microsoft.Alpha(Opacity=' + round(n * 100) + ')')
.modal-backdrop
opacity(0.75);
.modal-footer
.btn
margin: 0;
#login-buttons-reset-password-modal, #login-buttons-reset-password-modal-success, #login-buttons-enroll-account-modal, #login-buttons-email-address-verified-modal
.modal-dialog
width: 400px;
.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;
.btn-Facebook{
color: white;
background-color: #3B5998;
}
.btn-Google{
color: white;
background-color: #D34836;
}
.btn-Twitter{
color: white;
background-color: #4099FF;
}