move modal styles to new file

This commit is contained in:
David Benqué
2019-11-21 13:50:46 +00:00
parent fae0a930e3
commit 9f3aa25fdd
4 changed files with 21 additions and 10 deletions

View File

@@ -0,0 +1,18 @@
@import (reference) "./colortheme-all.less";
.modals-ui-elements_main() {
--LessLoader_require: LessLoader_currentFile();
};
& {
// Share modal
.cp-inline-radio-group{
.radio-group{
display: flex;
flex-direction: row;
.cp-radio{
margin-right: 30px;
}
}
}
}