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-21 14:31:57 +00:00
|
|
|
.msg.cp-inline-radio-group{
|
2019-11-21 13:50:46 +00:00
|
|
|
.radio-group{
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
.cp-radio{
|
|
|
|
|
margin-right: 30px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-22 11:16:48 +00:00
|
|
|
// Properties modal
|
|
|
|
|
.cp-app-prop{
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cp-app-prop-content{
|
|
|
|
|
color: @cryptpad_text_col;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2019-11-21 13:50:46 +00:00
|
|
|
}
|