cryptpad/customize.dist/src/less2/include/modals-ui-elements.less
David Benqué 4eb9e0dabf Revert "remove text fields in properties modal"
This reverts commit dfcf6d71557f63e8830bc30aa2b495798dfacf18.
2019-11-22 09:04:11 +00:00

18 lines
357 B
Plaintext

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