cryptpad/customize.dist/src/less2/pages/page-privacy.less

49 lines
1.0 KiB
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();
#cp-main {
background: #fff;
}
.cp-privacy-top {
2018-06-12 11:32:09 +02:00
padding-top: 3em;
padding-bottom: 3em;
background-image: url(/customize/cover-privacy.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
.container {
2018-06-12 11:32:09 +02:00
color: #fff;
font-family: "Open Sans";
h1 {
font-weight: 700;
}
a {
color: #fff;
text-decoration: underline;
}
p {
padding-top: 1em;
}
}
}
.cp-privacy {
2018-06-12 11:32:09 +02:00
background-image: url(/customize/CryptPadlogo_op5.svg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
2018-06-12 11:32:09 +02:00
hr {
margin-left: 0;
width: 15rem;
border-top: 2px solid #4591C4;
}
h3 {
color: #1E1F1F;
font-weight: 700;
}
p {
color: #3F4141;
}
}