@spotinst/spinnaker-deck
Version:
Spinnaker-Deck service, forked with support to Spotinst
38 lines (34 loc) • 723 B
text/less
@import (reference) '~core/presentation/less/imports/commonImports.less';
.user-notifications {
position: fixed;
bottom: 5px;
width: 100%;
z-index: var(--layer-critical);
}
.user-notification {
.fade-in(0.1);
text-align: center;
font-size: 120%;
margin: 10px;
padding: 10px;
background-color: var(--color-accent);
box-shadow: 0 2px 5px var(--color-concrete);
color: var(--color-white);
a {
color: var(--color-white);
}
& > .message {
width: 100%;
padding-right: 30px;
.action {
display: inline-block;
padding: 0 10px;
font-weight: 600;
}
}
& > button.close-notification {
width: 20px;
padding: 1px 5px;
color: var(--color-white);
}
}