Delete auth.css
This commit is contained in:
parent
33a2aa8865
commit
ce1b382905
1 changed files with 0 additions and 39 deletions
|
@ -1,39 +0,0 @@
|
|||
h2 {
|
||||
font-size:32px;
|
||||
font-weight:700;
|
||||
margin-bottom:16px;
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
ul.scopes {
|
||||
list-style:disc;
|
||||
}
|
||||
|
||||
ul.scopes li {
|
||||
white-space:nowrap;
|
||||
}
|
||||
|
||||
h2 img {
|
||||
width:50%;
|
||||
}
|
||||
|
||||
#oauth {
|
||||
width:320px;
|
||||
margin:64px auto 32px;
|
||||
}
|
||||
|
||||
#allow-auth {
|
||||
background-color:#5c3;
|
||||
box-shadow:0 1px 1px #fff, 0 1px 1px #5f3 inset;
|
||||
color:#fff;
|
||||
text-shadow:#5e3 0 1px 0;
|
||||
}
|
||||
|
||||
#deny-auth {
|
||||
background:none;
|
||||
border:0;
|
||||
box-shadow:0 0 0 #fff, 0 0 0 #fff inset;
|
||||
font-size:19px;
|
||||
margin:11px;
|
||||
padding:0;
|
||||
}
|
Loading…
Reference in a new issue