more
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.notification-center {
|
||||
.notification-container {
|
||||
background-color: red;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user