bcc646ff6f
This fixes: Wrong type number; string expected MR: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1060
11 lines
143 B
SCSS
11 lines
143 B
SCSS
// hotplug
|
|
|
|
.hotplug-notification-item {
|
|
@extend %bubble_button;
|
|
}
|
|
|
|
.hotplug-notification-item-icon {
|
|
icon-size: 24px;
|
|
padding: 0 4px;
|
|
}
|