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

44 lines
1020 B
Plaintext
Raw Normal View History

2018-07-14 15:15:23 +02:00
@import (reference) "../include/infopages.less";
@import (reference) "../include/colortheme-all.less";
2017-08-02 11:08:36 +02:00
2018-07-14 15:15:23 +02:00
&.cp-page-what-is-cryptpad {
.infopages_main();
2017-08-02 15:53:04 +02:00
2018-07-14 15:15:23 +02:00
.cp-what-is {
padding-top: 3em;
padding-bottom: 3em;
background-image: url(/customize/bkwhat.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
color: #fff;
h1 {
font-weight: 700;
}
}
#cp-main {
background: #fff;
}
.cp-container {
2018-06-12 11:32:09 +02:00
padding-top: 3em;
padding-bottom: 3em;
2018-07-14 15:15:23 +02:00
h2 {
margin-top: 0;
2018-06-12 11:32:09 +02:00
font-weight: 700;
2018-07-14 15:15:23 +02:00
color: @cryptpad_header_col;
}
p {
color: @cryptpad_text_col;
}
#zeroknowledge {
width: 65%;
}
.row {
margin-bottom: 1.5em;
}
img {
display: block;
margin: 0 auto;
2018-06-12 11:32:09 +02:00
}
}
2018-07-14 15:15:23 +02:00
}