mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Backend.git
synced 2025-10-12 23:52:54 +00:00
Authorization page done
This commit is contained in:
25
public/css/auth.css
Normal file
25
public/css/auth.css
Normal file
@@ -0,0 +1,25 @@
|
||||
.request-success {
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
background-color: #ffebcd;
|
||||
|
||||
padding: 3vh 0px 3vh 2vw;
|
||||
|
||||
user-select: all;
|
||||
-webkit-user-select: all;
|
||||
}
|
||||
|
||||
.request-success img {
|
||||
|
||||
width: 50px;
|
||||
|
||||
margin-right: 3vw;
|
||||
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.request-error {
|
||||
color: rgb(143, 0, 0)
|
||||
}
|
||||
9
public/css/global.css
Normal file
9
public/css/global.css
Normal file
@@ -0,0 +1,9 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0vh 3vw;
|
||||
font-family: 'Be Vietnam Pro', sans-serif;
|
||||
}
|
||||
1
public/img/auth_copy.svg
Normal file
1
public/img/auth_copy.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 24 24" fill="none" stroke="#b6a894" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-copy"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>
|
||||
|
After Width: | Height: | Size: 348 B |
Reference in New Issue
Block a user