docs: ✨ swizzle doc page to implement github auth access
Signed-off-by: slumbering <slumbering.pierrot@gmail.com>
This commit is contained in:
13
website/src/components/DocAuthentication.module.css
Normal file
13
website/src/components/DocAuthentication.module.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.container {
|
||||
background: url("/img/Dagger_Website_Space_Uranus.png") no-repeat;
|
||||
background-size: cover;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.btn__github {
|
||||
width: 240px !important;
|
||||
}
|
Reference in New Issue
Block a user