move modal styles to new file
parent
fae0a930e3
commit
9f3aa25fdd
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue