2019-11-21 13:50:46 +00:00
|
|
|
@import (reference) "./colortheme-all.less";
|
|
|
|
|
|
|
|
|
|
.modals-ui-elements_main() {
|
|
|
|
|
--LessLoader_require: LessLoader_currentFile();
|
2019-11-21 14:31:57 +00:00
|
|
|
}
|
2019-11-21 13:50:46 +00:00
|
|
|
& {
|
|
|
|
|
// Share modal
|
2019-11-22 16:03:17 +00:00
|
|
|
.msg.cp-inline-radio-group {
|
|
|
|
|
.radio-group {
|
2019-11-21 13:50:46 +00:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
2019-11-22 16:03:17 +00:00
|
|
|
.cp-radio {
|
2019-11-21 13:50:46 +00:00
|
|
|
margin-right: 30px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-22 16:03:17 +00:00
|
|
|
}
|