mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
improve authorization page
This commit is contained in:
+23
-4
@@ -11,8 +11,21 @@
|
|||||||
<link href="{{ asset('/css/app.css') }}" rel="stylesheet">
|
<link href="{{ asset('/css/app.css') }}" rel="stylesheet">
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.passport-authorize .container {
|
.passport-authorize {
|
||||||
margin-top: 30px;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
height: 100vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.passport-authorize .card {
|
||||||
|
/*padding: 40px;*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.passport-authorize .card-header {
|
||||||
|
font-size: 24px;
|
||||||
|
text-align: center;
|
||||||
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.passport-authorize .scopes {
|
.passport-authorize .scopes {
|
||||||
@@ -25,7 +38,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.passport-authorize .btn {
|
.passport-authorize .btn {
|
||||||
|
padding: 10px 20px;
|
||||||
|
font-size: 16px;
|
||||||
|
background-color: #00BFFF;
|
||||||
width: 125px;
|
width: 125px;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.passport-authorize .btn-danger {
|
||||||
|
background-color: #a83838;
|
||||||
}
|
}
|
||||||
|
|
||||||
.passport-authorize .btn-approve {
|
.passport-authorize .btn-approve {
|
||||||
@@ -38,7 +59,6 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="passport-authorize">
|
<body class="passport-authorize">
|
||||||
<div class="flex-wrap">
|
|
||||||
<div class="card card-default">
|
<div class="card card-default">
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
Authorization Request
|
Authorization Request
|
||||||
@@ -83,7 +103,6 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user