daisycloud-core/code/horizon/horizon/static/angular/action-list/action-list.scss

34 lines
417 B
SCSS

action-list.btn-group {
&[button-tooltip] {
cursor: pointer;
}
.dropdown-menu > li {
&.disabled {
opacity: 0.65;
}
> a.text-danger {
color: $brand-danger;
}
}
notifications {
bottom: -0.5em;
opacity: 1;
position: absolute;
right: -0.35em;
z-index: 3;
}
.invalid {
color: $brand-warning;
}
& + .popover a {
cursor: pointer;
}
}