This commit is contained in:
Kenneth Jannette
2024-01-13 14:06:43 -06:00
parent 0a425bbbf8
commit bc9e2ae591
3 changed files with 18 additions and 2 deletions

View File

@@ -144,4 +144,20 @@ p {
.notification-text {
margin-left: 16px;
}
.notication-container {
margin: 20px 0px;
min-height: 100px;
width: 320px;
background-color: var(--barely-there-accent);
border-radius: 15px;
}
.notication-text-container {
display: flex;
flex-direction: row;
width: 100%;
font-size: 1rem;
margin-left: 12px;
}
}

View File

@@ -122,7 +122,7 @@
justify-content: center;
}
.notification-center {
.notification-container {
background-color: red;
}
}