pointfichiers/bar/eww/notification/style.scss

27 lines
459 B
SCSS
Raw Normal View History

2024-06-22 21:16:35 +02:00
.notifications-container {
padding: 8px;
.notification {
padding: 6px;
background-color: $background;
border-radius: 20px;
.notification-icon {
min-width: 128px;
min-height: 128px;
background-size: cover;
background-position: center center;
border-radius: 16px;
}
.notification-text-container {
padding-top: 6px;
.notification-summary {
font-weight: bold;
}
}
}
}