cryptpad/customize.dist/src/less2/pages/page-what-is-cryptpad.less

39 lines
821 B
Plaintext
Raw Normal View History

2018-07-14 13:15:23 +00:00
@import (reference) "../include/infopages.less";
@import (reference) "../include/colortheme-all.less";
2017-08-02 09:08:36 +00:00
2018-07-14 13:15:23 +00:00
&.cp-page-what-is-cryptpad {
.infopages_main();
2017-08-02 13:53:04 +00:00
2020-10-27 09:52:06 +00:00
.small-logos {
2018-07-14 13:15:23 +00:00
img {
2020-10-27 09:52:06 +00:00
max-width: 40%;
padding: 10px;
2020-11-19 21:00:55 +00:00
margin-top: 0px;
2018-06-12 09:32:09 +00:00
}
}
2020-10-27 09:52:06 +00:00
// .cp-container {
// padding-top: 3em;
// padding-bottom: 3em;
// h2 {
// margin-top: 0;
// font-weight: 700;
// color: @cryptpad_header_col;
// }
// p {
// color: @cryptpad_text_col;
// }
// #zeroknowledge {
// width: 65%;
// }
// .row {
// margin-bottom: 1.5em;
// }
// img {
// display: block;
// margin: 0 auto;
// }
// }
2018-07-18 12:31:01 +00:00
}