mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Website.git
synced 2025-10-13 00:42:53 +00:00
25 lines
396 B
SCSS
25 lines
396 B
SCSS
.notification {
|
|
|
|
width: 15vw;
|
|
min-width: 300px;
|
|
|
|
background-color: #4797ff2a;
|
|
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.541);
|
|
|
|
position: absolute;
|
|
top: 80%;
|
|
left: 50%;
|
|
transform: translate(-50%, 0);
|
|
|
|
padding: 2vh 3vw;
|
|
|
|
border-radius: 10px;
|
|
|
|
p {
|
|
overflow-wrap: anywhere;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
} |