oauth + redirect

This commit is contained in:
Arjun Patel
2018-01-21 09:42:15 -08:00
parent e891bef6f7
commit c91abf7464
3 changed files with 32 additions and 40 deletions
+6 -16
View File
@@ -74,27 +74,17 @@ p.inputs {
margin-right: -50%;
transform: translate(-50%, -50%);
font-family: 'Open Sans Condensed', sans-serif;
box-shadow: 3px 3px 2px #888888;
vertical-align: middle;
line-height: 50px;
font-size: 40px;
}
button {
margin: 0;
font-family: 'Open Sans Condensed', sans-serif;
font-size: 20px;
background-color: darkblue;
color: white;
height: 35px;
width: 150px;
padding: 0 5px 0 5px;
border: none;
box-shadow: 3px 3px 2px #888888;
padding: 0;
border: none;
background-color: none;
}
button:hover {
font-size: 19px;
-moz-box-shadow: inset 0 0 10px #000000;
-webkit-box-shadow: inset 0 0 10px #000000;
box-shadow: inset 0 0 10px #000000;
cursor: pointer;
border: none;
}