2023-01-23 23:59:37 +00:00

16 lines
261 B
Plaintext
Executable File

.notificationsCenter{
display: flex;
flex-direction: column;
.header {
display: flex;
flex-direction: column;
margin-bottom: 20px;
h2 {
font-size: 1.5rem;
font-weight: 600;
}
}
}