cryptpad/customize.dist/src/less2/include/modals-ui-elements.less

61 lines
1.2 KiB
Plaintext
Raw Normal View History

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 {
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;
}
}
}
// Properties modal
.cp-app-prop {
margin-bottom: 10px;
}
.cp-app-prop-content {
color: @cryptpad_text_col;
}
2019-12-16 16:06:22 +01:00
2019-12-16 16:51:53 +00:00
// teams invite modal
2019-12-16 16:06:22 +01:00
.cp-teams-invite-block {
2019-12-17 15:09:57 +00:00
display: inline-flex;
2019-12-16 16:06:22 +01:00
align-items: center;
margin-bottom: 5px;
span {
flex: 1;
}
}
.cp-teams-invite-message {
resize: none;
}
2019-12-16 16:06:22 +01:00
.cp-teams-invite-alert {
2019-12-16 16:05:59 +00:00
margin-top: 10px;
}
2019-12-16 16:05:41 +00:00
.cp-teams-invite-spinner {
font-size: 1.2em;
.fa {
margin-right: 10px;;
}
2019-12-16 16:06:22 +01:00
}
2019-12-17 15:09:57 +00:00
.cp-teams-help {
color: @colortheme_logo-2;
margin-left: 10px;
&:hover {
text-decoration: none;
}
}
2019-11-22 16:03:17 +00:00
}