Auth page done

This commit is contained in:
2022-04-25 17:47:24 -03:00
parent 32404d1104
commit bf31475316
17 changed files with 453 additions and 102 deletions

View File

@@ -0,0 +1,17 @@
.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);
position: absolute;
top: 80%;
left: 50%;
transform: translate(-50%, 0);
padding: 2vh 3vw;
border-radius: 10px;
}
.notification p {
overflow-wrap: anywhere;
text-align: center;
font-weight: bold;
}/*# sourceMappingURL=notification-style.css.map */