You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
387 B
27 lines
387 B
@import "variables.less"; |
|
@import "../common/SimpleDialog.less"; |
|
|
|
.mblSimpleDialog { |
|
position: fixed; |
|
top: 0px !important; |
|
-ms-touch-action: none; |
|
|
|
& .mblButton { |
|
width: 100%; |
|
max-width: 46%; |
|
|
|
&:nth-of-type(odd) { |
|
float: left; |
|
} |
|
|
|
&:nth-of-type(even) { |
|
float: right; |
|
} |
|
} |
|
} |
|
|
|
.mblSimpleDialogCover { |
|
position: fixed; |
|
top: 0px !important; |
|
-ms-touch-action: none; |
|
}
|
|
|