mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-13 12:34:16 +00:00
16 lines
261 B
Plaintext
Executable File
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;
|
|
}
|
|
}
|
|
} |