46 lines
790 B
SCSS
46 lines
790 B
SCSS
// hotplug
|
|
|
|
.hotplug-transient-box {
|
|
spacing: 6px;
|
|
padding: 2px 72px 2px 12px;
|
|
}
|
|
|
|
.hotplug-notification-item {
|
|
@extend %bubble_button;
|
|
border: none; box-shadow: none;
|
|
padding: 2px 10px;
|
|
&:focus { padding: 1px 71px 1px 11px; }
|
|
}
|
|
|
|
.hotplug-notification-item-icon {
|
|
icon-size: 24px;
|
|
padding: 2px 5px;
|
|
}
|
|
|
|
.hotplug-resident-box { spacing: $base_spacing * 2; }
|
|
|
|
.hotplug-resident-mount {
|
|
spacing: $base_spacing * 2;
|
|
border-radius: 4px;
|
|
&:hover { background-color: $hover_bg_color; }
|
|
}
|
|
|
|
.hotplug-resident-mount-label {
|
|
color: inherit;
|
|
padding-left: 6px;
|
|
}
|
|
|
|
.hotplug-resident-mount-icon {
|
|
icon-size: 24px;
|
|
padding-left: 6px;
|
|
}
|
|
|
|
.hotplug-resident-eject-icon {
|
|
icon-size: 16px;
|
|
}
|
|
|
|
.hotplug-resident-eject-button {
|
|
padding: 7px;
|
|
border-radius: 5px;
|
|
color: pink;
|
|
} |