mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Website.git
synced 2025-10-13 00:42:53 +00:00
initial migration
This commit is contained in:
29
public/css/auth.css
Normal file
29
public/css/auth.css
Normal file
@@ -0,0 +1,29 @@
|
||||
.request-success {
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
background-color: #ffebcd;
|
||||
|
||||
padding: 3vh 0px 3vh 2vw;
|
||||
|
||||
user-select: all;
|
||||
-webkit-user-select: all;
|
||||
}
|
||||
|
||||
.request-success code {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.request-success img {
|
||||
|
||||
width: 50px;
|
||||
|
||||
margin-right: 3vw;
|
||||
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.request-error {
|
||||
color: rgb(143, 0, 0)
|
||||
}
|
||||
21
public/css/global.css
Normal file
21
public/css/global.css
Normal file
@@ -0,0 +1,21 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0vh 3vw;
|
||||
font-family: 'Be Vietnam Pro', sans-serif;
|
||||
}
|
||||
|
||||
#beta-banner {
|
||||
background-color: #F38181;
|
||||
color: #393E46;
|
||||
|
||||
padding: 2vh 0.5vw;
|
||||
margin: 0px -3vw;
|
||||
}
|
||||
|
||||
#beta-banner p {
|
||||
margin: 0;
|
||||
}
|
||||
26
public/css/index.css
Normal file
26
public/css/index.css
Normal file
@@ -0,0 +1,26 @@
|
||||
.main {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.button {
|
||||
width: fit-content;
|
||||
|
||||
background-color: #4797ff;
|
||||
color: #fff;
|
||||
|
||||
padding: 2vh 5vw;
|
||||
|
||||
border-radius: 5px;
|
||||
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-top: 5vh;
|
||||
}
|
||||
ul li{
|
||||
font-size: 20pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
Reference in New Issue
Block a user