11 lines
161 B
CSS
11 lines
161 B
CSS
.notification-content {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.close-button {
|
|
margin-left: 8px;
|
|
}
|