fix import of modals-ui-elements
parent
9f3aa25fdd
commit
2a23359d8f
|
@ -72,6 +72,7 @@
|
|||
);
|
||||
.fileupload_main();
|
||||
.alertify_main();
|
||||
.modals-ui-elements_main();
|
||||
.corner_main();
|
||||
.contextmenu_main();
|
||||
.tippy_main();
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
.modals-ui-elements_main() {
|
||||
--LessLoader_require: LessLoader_currentFile();
|
||||
};
|
||||
}
|
||||
& {
|
||||
// Share modal
|
||||
.cp-inline-radio-group{
|
||||
.msg.cp-inline-radio-group{
|
||||
.radio-group{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
@ -4,10 +4,12 @@
|
|||
@import (reference) '../../customize/src/less2/include/checkmark.less';
|
||||
@import (reference) '../../customize/src/less2/include/password-input.less';
|
||||
@import (reference) '../../customize/src/less2/include/usergrid.less';
|
||||
@import (reference) '../../customize/src/less2/include/modals-ui-elements.less';
|
||||
|
||||
&.cp-app-share {
|
||||
.tippy_main();
|
||||
.alertify_main();
|
||||
.modals-ui-elements_main();
|
||||
.checkmark_main(20px);
|
||||
.password_main();
|
||||
.modal_main();
|
||||
|
|
Loading…
Reference in New Issue