k15t-aui-ng2
Version:
aui-ng2 is a set of angular 2 components, directives and services to simplify the integration with Atlassian products based on AUI/ADG. The library is still under development and is considered in an experimental state. So be aware that things will change
45 lines (40 loc) • 748 B
CSS
.aui-ng-dialog-small {
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
width: 400px;
min-height: 131px;
}
.aui-ng-dialog-medium {
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
width: 600px;
min-height: 231px;
}
.aui-ng-dialog-large {
display: block;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
width: 800px;
min-height: 431px;
}
.aui-ng-blanket {
position: fixed;
background-color: rgba(0, 0, 0, 0.3);
}
.aui-ng-content {
overflow-x: hidden;
overflow-y: auto;
}
.aui-ng-container {
width: 100%;
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}