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;
|
||
|
}
|