oauth + redirect
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user