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

44 lines
849 B
Plaintext
Raw Normal View History

2017-08-02 11:08:36 +02:00
@import (once) "../include/infopages.less";
@import (once) "../include/colortheme-all.less";
2017-08-02 11:08:36 +02:00
.infopages_main();
.infopages_topbar();
2017-08-02 15:53:04 +02:00
2017-08-16 15:53:10 +03:00
.cp-what-is {
2018-06-12 11:32:09 +02:00
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;
}
2017-08-02 15:53:04 +02:00
}
2017-08-16 15:53:10 +03:00
#cp-main {
2018-06-12 11:32:09 +02:00
background: #fff;
2017-08-16 15:53:10 +03:00
}
.cp-container {
2018-06-12 11:32:09 +02:00
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;
}
}