mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Add login page
This commit is contained in:
16
src/modules/web_app/frontend/index.css
Normal file
16
src/modules/web_app/frontend/index.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.authorize__container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
a.authorize__twitch_btn {
|
||||
display: inline-block;
|
||||
background-color: #6441a5;
|
||||
color: #fff;
|
||||
padding: 10px 20px;
|
||||
border-radius: 5px;
|
||||
text-decoration: none;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user