liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
@import url("../common/domButtons/DomButtonColorButtons.css");
@import url("../common/domButtons/DomButtonBlackCircleCross.css");
@import url("../common/IconContainer_keyframes.css");
 
@import "variables.less";
@import "../common/IconContainer.less";
 
.mblIconItemPaneHeading {
    display: -ms-flexbox;
    -ms-flex-direction: column-reverse;
    text-shadow: none;
    background-image: none;
    border: none;
    position: relative;
    height: auto;
    padding: 0px;
}
 
.mblIconContainer {
    margin: 0px;
}
 
.mblIconItemPane {
    background-color: @win-dialog-color;
    color: white !important;
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 100;
    padding-left: @default-padding-left;
    padding-right: @default-padding-right;
    margin-left: -@default-padding-left;
    display: -ms-flexbox;
    -ms-flex-direction: column-reverse;
}
 
.mblContent {
    padding: 8px 0px;
}
 
.mblIconItemPaneIcon {
    position: relative;
    .default-vertical-margin;
    &:not([title='']) .mblDomButton {
        display: none;
    }
}
 
.mblCloseButton {
    display: inline !important;
}