2019-06-24 10:15:34 +00:00
|
|
|
@import (reference) '../../customize/src/less2/include/framework.less';
|
|
|
|
@import (reference) '../../customize/src/less2/include/sidebar-layout.less';
|
2019-06-27 15:08:12 +00:00
|
|
|
@import (reference) '../../customize/src/less2/include/support.less';
|
2019-06-24 10:15:34 +00:00
|
|
|
|
|
|
|
&.cp-app-support {
|
2020-11-13 16:05:26 +00:00
|
|
|
.framework_min_main();
|
2019-06-24 10:15:34 +00:00
|
|
|
.sidebar-layout_main();
|
2019-06-27 15:08:12 +00:00
|
|
|
.support_main();
|
2019-06-24 10:15:34 +00:00
|
|
|
|
|
|
|
.cp-hidden {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
2020-06-09 17:11:52 +00:00
|
|
|
|
2020-06-11 12:49:59 +00:00
|
|
|
.cp-support-form-attachments {
|
|
|
|
.fa {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
&> span {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-09 17:11:52 +00:00
|
|
|
.cp-support-language-list {
|
|
|
|
.cp-support-language {
|
|
|
|
margin-left: 5px;
|
2021-01-28 16:17:23 +00:00
|
|
|
background-color: @cp_token-bg;
|
2020-06-09 17:11:52 +00:00
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
}
|
2021-02-18 05:14:29 +00:00
|
|
|
a {
|
|
|
|
color: @cryptpad_color_link;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2021-07-09 13:03:14 +00:00
|
|
|
.alert-info {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
2021-07-09 12:42:04 +00:00
|
|
|
// add some whitespace to improve readability a bit
|
|
|
|
br {
|
|
|
|
margin: 5px;
|
|
|
|
}
|
2019-06-24 10:15:34 +00:00
|
|
|
}
|
|
|
|
|