-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrevoke.css
47 lines (47 loc) · 1.12 KB
/
revoke.css
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
.authAppsBody {
padding-bottom: 5rem!important;
font-size: 16px;
}
.authAppItem {
position: relative;
max-width: 500px;
margin-left: auto;
margin-right: auto;
padding: 20px 0px;
margin-bottom: 0px;
border-top: 1px solid rgb(255, 255, 255);
border-top: 1px solid rgba(255, 255, 255, .3);
border-bottom: 1px solid rgb(255, 255, 255);
border-bottom: 1px solid rgba(255, 255, 255, .3);
-webkit-background-clip: padding-box; /* for Safari */
background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.authAppItem h3, .authAppItem p {
margin: 0;
}
.authAppItem .ui.button.revokeButton {
background-color: #fff;
color: #262626!important;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%); /* IE 9 */
-webkit-transform: translateY(-50%); /* Safari */
transform: translateY(-50%);
right: 0;
}
.authAppItem .ui.button.revokeButton:hover {
background-color: #fffc01;
}
.authAppItem .authAppMessageField {
float: left;
text-align: left;
width: 75%;
}
.authAppsBody .authText {
margin-top: 16px;
}
.authAppsBody .authSubTitle {
max-width: 500px;
margin-left: auto;
margin-right: auto;
}