Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
thewickedkarma
GitHub Repository: thewickedkarma/blackeye-im
Path: blob/master/sites/snapchat/accounts/static/styles/revoke.css
777 views
1
.authAppsBody {
2
padding-bottom: 5rem!important;
3
font-size: 16px;
4
}
5
.authAppItem {
6
position: relative;
7
max-width: 500px;
8
margin-left: auto;
9
margin-right: auto;
10
padding: 20px 0px;
11
margin-bottom: 0px;
12
border-top: 1px solid rgb(255, 255, 255);
13
border-top: 1px solid rgba(255, 255, 255, .3);
14
border-bottom: 1px solid rgb(255, 255, 255);
15
border-bottom: 1px solid rgba(255, 255, 255, .3);
16
-webkit-background-clip: padding-box; /* for Safari */
17
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
18
}
19
.authAppItem h3, .authAppItem p {
20
margin: 0;
21
}
22
.authAppItem .ui.button.revokeButton {
23
background-color: #fff;
24
color: #262626!important;
25
position: absolute;
26
top: 50%;
27
-ms-transform: translateY(-50%); /* IE 9 */
28
-webkit-transform: translateY(-50%); /* Safari */
29
transform: translateY(-50%);
30
right: 0;
31
}
32
.authAppItem .ui.button.revokeButton:hover {
33
background-color: #fffc01;
34
}
35
.authAppItem .authAppMessageField {
36
float: left;
37
text-align: left;
38
width: 75%;
39
}
40
.authAppsBody .authText {
41
margin-top: 16px;
42
}
43
.authAppsBody .authSubTitle {
44
max-width: 500px;
45
margin-left: auto;
46
margin-right: auto;
47
}
48