18 lines
354 B
Plaintext
18 lines
354 B
Plaintext
|
|
@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;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|