more
This commit is contained in:
@@ -123,4 +123,25 @@ p {
|
||||
margin-bottom: 6px;
|
||||
padding: 0px 6px;
|
||||
}
|
||||
.notication-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.notication-text-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
width: 100%;
|
||||
font-size: 1rem;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.notification-text {
|
||||
margin-left: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user