Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/application/auth/auth.css
12242 views
1
/**
2
* @provides auth-css
3
*/
4
5
.phabricator-login-buttons {
6
max-width: 508px;
7
margin: 16px auto;
8
}
9
10
.phabricator-login-buttons .phabricator-login-button .button {
11
width: 246px;
12
}
13
14
.device-desktop .phabricator-login-buttons .aphront-multi-column-column-last {
15
text-align: right;
16
}
17
18
.device .phabricator-login-buttons {
19
text-align: center;
20
}
21
22
.phabricator-link-button {
23
text-align: center;
24
}
25
26
.auth-account-view {
27
background-color: {$lightbluebackground};
28
border: 1px solid {$thinblueborder};
29
border-radius: 3px;
30
min-height: 50px;
31
position: relative;
32
padding: 4px 4px 4px 64px;
33
}
34
35
.auth-account-view-profile-image {
36
width: 50px;
37
height: 50px;
38
top: 6px;
39
left: 6px;
40
41
background-repeat: no-repeat;
42
background-size: 100%;
43
box-shadow: {$borderinset};
44
position: absolute;
45
}
46
47
.auth-account-view-name {
48
font-weight: bold;
49
}
50
51
.auth-account-view-provider-name {
52
color: {$lightgreytext};
53
}
54
55
.auth-account-view-account-uri {
56
word-break: break-word;
57
}
58
59
.auth-custom-message {
60
margin: 32px auto 48px;
61
max-width: 548px;
62
background: #fff;
63
padding: 16px;
64
border: 1px solid {$lightblueborder};
65
border-radius: 4px;
66
}
67
68