nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* dojox.mobile.SimpleDialog */
.mblSimpleDialog {
    position: absolute;
    z-index: 100;
    margin: 0;
    text-align: center;
    outline: none;
    .mblSimpleDialog-styles;
}
.mblSimpleDialogDecoration {
    border-radius: @mbl-simple-dialog-border-radius;
    .mblSimpleDialogDecoration-styles;
}
.mblSimpleDialogContainer {
    position: relative;
    width: 100%;
    height: 100%;
}
.mblSimpleDialogCover {
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.mblSimpleDialogCloseBtn {
    position: absolute !important;
}
.mblSimpleDialogTitle {
    .mblSimpleDialogTitle-styles;
}
.mblSimpleDialogText {
    .mblSimpleDialogText-styles;
}