26 lines
466 B
SCSS
26 lines
466 B
SCSS
.notificationList {
|
|
background-color: #1e1e2e;
|
|
border-radius: 15px;
|
|
border: 3px solid #11111b;
|
|
margin-bottom: 15px;
|
|
padding: 10px;
|
|
}
|
|
.notificationEmpty {
|
|
color: #313244;
|
|
font-size: 80px;
|
|
}
|
|
.notificationImage {
|
|
color: #cdd6f4;
|
|
font-size: 40px;
|
|
}
|
|
.notification {
|
|
background-color: #313244;
|
|
border-radius: 15px;
|
|
padding:10px;
|
|
}
|
|
.notificationTitle {
|
|
color: #cdd6f4;
|
|
}
|
|
.notificationDescription {
|
|
color: #bac2de;
|
|
}
|