2019-11-21 13:50:46 +00:00
|
|
|
@import (reference) "./colortheme-all.less";
|
2019-12-05 14:52:04 +00:00
|
|
|
@import (reference) "./variables.less";
|
2019-11-21 13:50:46 +00:00
|
|
|
.modals-ui-elements_main() {
|
|
|
|
|
--LessLoader_require: LessLoader_currentFile();
|
2019-11-21 14:31:57 +00:00
|
|
|
}
|
2019-11-21 13:50:46 +00:00
|
|
|
& {
|
2019-12-09 11:37:20 +00:00
|
|
|
.cp-spacer {
|
2019-12-05 15:52:16 +00:00
|
|
|
height: @variables_padding;
|
|
|
|
|
}
|
2019-11-21 13:50:46 +00:00
|
|
|
// Share modal
|
2019-11-22 16:03:17 +00:00
|
|
|
.msg.cp-inline-radio-group {
|
2019-11-25 17:54:22 +01:00
|
|
|
overflow: unset !important;
|
2019-12-05 14:52:04 +00:00
|
|
|
padding: 0px @variables_padding;
|
2019-11-22 16:03:17 +00:00
|
|
|
.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 11:16:48 +00:00
|
|
|
// Properties modal
|
2019-11-22 16:09:09 +00:00
|
|
|
.cp-app-prop {
|
2019-11-22 11:16:48 +00:00
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2019-11-22 16:09:09 +00:00
|
|
|
.cp-app-prop-content {
|
2019-11-22 11:16:48 +00:00
|
|
|
color: @cryptpad_text_col;
|
|
|
|
|
}
|
2019-12-16 16:06:22 +01:00
|
|
|
|
|
|
|
|
.cp-teams-invite-block {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
span {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-12-16 16:05:06 +00:00
|
|
|
.cp-teams-invite-message {
|
|
|
|
|
resize: none;
|
|
|
|
|
}
|
2019-12-16 16:06:22 +01:00
|
|
|
.cp-teams-invite-alert {
|
|
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
2019-11-22 16:03:17 +00:00
|
|
|
}
|