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:
@@ -1,8 +1,8 @@
|
||||
.notification {
|
||||
width: 15vw;
|
||||
min-width: 300px;
|
||||
background-color: rgba(71, 151, 255, 0.1647058824);
|
||||
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.541);
|
||||
background-color: #ffef13;
|
||||
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.26);
|
||||
position: absolute;
|
||||
top: 80%;
|
||||
left: 50%;
|
||||
@@ -13,5 +13,5 @@
|
||||
.notification p {
|
||||
overflow-wrap: anywhere;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-weight: 560;
|
||||
}/*# sourceMappingURL=notification-style.css.map */
|
||||
@@ -1 +1 @@
|
||||
{"version":3,"sources":["notification-style.scss","notification-style.css"],"names":[],"mappings":"AAAA;EAEI,WAAA;EACA,gBAAA;EAEA,kDAAA;EACA,6CAAA;EAEA,kBAAA;EACA,QAAA;EACA,SAAA;EACA,6BAAA;EAEA,gBAAA;EAEA,mBAAA;ACJJ;ADMI;EACI,uBAAA;EACA,kBAAA;EACA,iBAAA;ACJR","file":"notification-style.css"}
|
||||
{"version":3,"sources":["notification-style.scss","notification-style.css"],"names":[],"mappings":"AAAA;EAEI,WAAA;EACA,gBAAA;EAEA,yBAAA;EACA,4CAAA;EAEA,kBAAA;EACA,QAAA;EACA,SAAA;EACA,6BAAA;EAEA,gBAAA;EAEA,mBAAA;ACJJ;ADMI;EACI,uBAAA;EACA,kBAAA;EACA,gBAAA;ACJR","file":"notification-style.css"}
|
||||
@@ -3,8 +3,8 @@
|
||||
width: 15vw;
|
||||
min-width: 300px;
|
||||
|
||||
background-color: #4797ff2a;
|
||||
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.541);
|
||||
background-color: #ffef13;
|
||||
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.26);
|
||||
|
||||
position: absolute;
|
||||
top: 80%;
|
||||
@@ -18,8 +18,6 @@
|
||||
p {
|
||||
overflow-wrap: anywhere;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
font-weight: 560;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user