nixos-configs/nixosModules/ags/v2/widgets/notifs/style.scss

33 lines
421 B
SCSS
Raw Normal View History

.notification.widget {
// urgencies
// &.urgency ...
.icon {
margin-right: 10px;
}
.time {
margin: 3px;
}
.close-button {
margin: 3px;
}
.title {
font-weight: 800;
font-size: 20px;
margin-bottom: 5px;
}
.description {
margin-bottom: 5px;
}
.actions {
margin: 3px;
.action-button {}
}
}