azure-devops-ui
Version:
React components for building web UI in Azure DevOps
87 lines (75 loc) • 2.02 kB
CSS
.bolt-dialog-callout-content {
margin: 16px;
border-radius: 6px;
overflow: hidden;
}
@media (forced-colors: active) {
.bolt-dialog-callout-content {
border: solid 1px;
}
}
.bolt-dialog-callout-content.bolt-callout-shadow {
box-shadow: 0px 25.6px 57.6px rgba(0, 0, 0, .22), 0px 4.8px 14.4px rgba(0, 0, 0, .18);
box-shadow: 0px 25.6px 57.6px var(--panel-shadow-color,rgba(0, 0, 0, .22)), 0px 4.8px 14.4px var(--panel-shadow-secondary-color,rgba(0, 0, 0, .18));
}
body.ms-vss-web-vsts-theme-hc-dark .bolt-dialog-callout-content.bolt-callout-shadow {
box-shadow: none;
border: 2px solid rgba(0, 120, 212, 1);
border: 2px solid var(--focus-border-color,rgba(0, 120, 212, 1));
}
body.ms-vss-web-vsts-theme-hc-light .bolt-dialog-callout-content.bolt-callout-shadow {
box-shadow: none;
border: 2px solid rgba(0, 120, 212, 1);
border: 2px solid var(--focus-border-color,rgba(0, 120, 212, 1));
}
.bolt-dialog-callout-content.bolt-dialog-mobile {
margin-left: 32px;
margin-right: 32px;
min-width: 0px;
}
.bolt-lower-right-corner-dialog-content {
width: 420px;
}
@media only screen and (max-width: 600px) {
.bolt-lower-right-corner-dialog-content {
width: 240px;
}
}
.bolt-dialog .bolt-panel-footer {
padding: 16px 20px;
}
.bolt-dialog-content {
padding-bottom: 4px;
}
.bolt-dialog-content-bottom-padding {
padding-bottom: 32px;
}
.bolt-dialog-content {
overflow: auto;
position: relative;
}
.bolt-dialog-callout.no-events {
pointer-events: none;
}
.bolt-dialog {
pointer-events: auto;
}
.bolt-dialog-resize-icon {
margin-left: auto;
padding-right: 4px;
cursor: se-resize;
}
.bolt-dialog .bolt-dialog-resizable-footer {
padding-bottom: 0;
min-height: 48px;
}
.bolt-dialog-overlay {
background-color: rgba(255, 255, 255, 0.86);
background-color: var(--callout-filtered-background-color,rgba(255, 255, 255, 0.86));
}
@media (forced-colors: active) {
.bolt-dialog-overlay {
background: transparent;
}
}
/*# sourceMappingURL=Dialog.css.map */