mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Website.git
synced 2025-10-13 00:42:53 +00:00
changes in auth page
This commit is contained in:
@@ -70,11 +70,12 @@ function Auth() {
|
||||
<code
|
||||
className="code-selection"
|
||||
onClick={() => {
|
||||
navigator.clipboard.writeText(permanentCode)
|
||||
setNotification("Text copied to clipboard!")
|
||||
navigator.clipboard.writeText(permanentCode).then(() => {
|
||||
setNotification("Text copied to clipboard!")
|
||||
})
|
||||
}}
|
||||
>
|
||||
{permanentCode}
|
||||
{permanentCode || 'lorem ipsum'}
|
||||
</code>
|
||||
</div>
|
||||
</>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
padding: 5vh 2vw;
|
||||
margin-top: 5vh;
|
||||
border-radius: 20px;
|
||||
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.075);
|
||||
}
|
||||
.auth .success img {
|
||||
width: 75px;
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"version":3,"sources":["auth-style.scss","auth-style.css"],"names":[],"mappings":"AAAA;EACI,gBAAA;ACCJ;ADCI;EACI,eAAA;ACCR;ADEI;EAEI,aAAA;EACA,mBAAA;EAEA,yBAAA;EAEA,gBAAA;EAEA,eAAA;EAEA,mBAAA;ACLR;ADOQ;EACI,WAAA;EACA,YAAA;EAEA,iBAAA;ACNZ;ADSQ;EACI,wBAAA;KAAA,qBAAA;UAAA,gBAAA;EACA,uBAAA;EAEA,sBAAA;EACA,gBAAA;ACRZ","file":"auth-style.css"}
|
||||
{"version":3,"sources":["auth-style.scss","auth-style.css"],"names":[],"mappings":"AAAA;EACI,gBAAA;ACCJ;ADCI;EACI,eAAA;ACCR;ADEI;EAEI,aAAA;EACA,mBAAA;EAEA,yBAAA;EAEA,gBAAA;EAEA,eAAA;EAEA,mBAAA;EAEA,6CAAA;ACNR;ADQQ;EACI,WAAA;EACA,YAAA;EAEA,iBAAA;ACPZ;ADUQ;EACI,wBAAA;KAAA,qBAAA;UAAA,gBAAA;EACA,uBAAA;EAEA,sBAAA;EACA,gBAAA;ACTZ","file":"auth-style.css"}
|
||||
@@ -18,6 +18,8 @@
|
||||
|
||||
border-radius: 20px;
|
||||
|
||||
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.075);
|
||||
|
||||
img {
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
@@ -31,7 +33,6 @@
|
||||
|
||||
color: rgb(73, 70, 50);
|
||||
font-size: 1.2em;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user