2018-01-23 19:03:31 +01:00
|
|
|
@import (once) "../include/infopages.less";
|
|
|
|
|
@import (once) "../include/colortheme-all.less";
|
|
|
|
|
|
|
|
|
|
.infopages_main();
|
|
|
|
|
.infopages_topbar();
|
2018-05-02 17:41:04 +03:00
|
|
|
#cp-main {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.cp_cont_features {
|
|
|
|
|
padding-top: 3em;
|
|
|
|
|
padding-bottom: 3em;
|
2018-06-12 11:42:25 +02:00
|
|
|
background-image: url('/customize/images/cover-features.jpg');
|
2018-05-02 17:41:04 +03:00
|
|
|
background-size: cover;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
h1 {
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
color: #fff;
|
2018-01-23 19:03:31 +01:00
|
|
|
}
|
|
|
|
|
}
|
2018-01-26 12:52:25 +01:00
|
|
|
#cp-features-register {
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
}
|
|
|
|
|
.cp-features-register-button {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
color: #fff;
|
|
|
|
|
background: @cryptpad_color_blue;
|
|
|
|
|
border: 2px solid @cryptpad_color_blue;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
&:hover {
|
|
|
|
|
transform: scale(1.05);
|
2018-05-02 17:41:04 +03:00
|
|
|
cursor: pointer;
|
2018-01-26 12:52:25 +01:00
|
|
|
}
|
2018-05-02 17:41:04 +03:00
|
|
|
padding: 0.5em 1em;
|
2018-01-26 12:52:25 +01:00
|
|
|
}
|
2018-05-02 17:41:04 +03:00
|
|
|
.cp-features-web {
|
|
|
|
|
.card {
|
|
|
|
|
box-shadow: 0 5px 15px rgba(69, 145, 196, 0.3);
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
h3 {
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.list-group {
|
|
|
|
|
li {
|
|
|
|
|
&:before {
|
|
|
|
|
content: "\f00c";
|
|
|
|
|
font-family: "FontAwesome";
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: @cryptpad_color_blue;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
div {
|
|
|
|
|
display: inline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
a.voted {
|
|
|
|
|
opacity: 0.6;
|
|
|
|
|
margin-left: 15px;
|
|
|
|
|
&:hover {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.list-group-item {
|
|
|
|
|
border-color: rgba(69, 145, 196, 0.125);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.cp-anon-user {
|
|
|
|
|
.card-body {
|
|
|
|
|
background-color: @cryptpad_color_blue;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.cp-regis-user {
|
2018-06-13 11:12:56 +03:00
|
|
|
@media (max-width:575px) {
|
2018-05-02 17:41:04 +03:00
|
|
|
margin-top: 3em;
|
|
|
|
|
}
|
|
|
|
|
.card-body {
|
2018-05-02 18:11:20 +03:00
|
|
|
&:first-of-type {
|
2018-05-02 17:41:04 +03:00
|
|
|
background: #4591C4;
|
|
|
|
|
background: -webkit-linear-gradient(to right, #FF7C4F, #4592C4); // lesshint duplicateProperty: false
|
|
|
|
|
background: linear-gradient(to right, #FF7C4F, #4592C4); // lesshint duplicateProperty: false
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-05-02 18:11:20 +03:00
|
|
|
}
|