_hotplug.scss
ASCII text
1
// hotplug
2
3
.hotplug-notification-item {
4
@extend %bubble_button;
5
}
6
7
.hotplug-notification-item-icon {
8
icon-size: 24px;
9
padding: 0 4px;
10
}
11