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

58 lines
1.2 KiB
Plaintext
Raw Normal View History

@import (once) "../include/infopages.less";
2017-08-02 11:08:36 +02:00
@import (once) "../include/colortheme.less";
.infopages_main();
.infopages_topbar();
2017-08-02 16:34:35 +02:00
.fa {
padding-right: 0.25em;
}
2017-08-31 10:04:40 +03:00
#cp-main {
background-color: #fff;
}
.cp-container {
background: #fff;
.cp-iconCont{
div {
.card {
padding: 3.5em 1em 1em 1em;
box-shadow: 0 5px 15px rgba(69,145,196, 0.3);
border-color: #fff;
text-align: center;
&:hover, &:focus {
text-decoration: none;
box-shadow: 0 2px 4px rgba(69, 145, 196, 0.6);
}
}
2017-08-31 11:27:02 +03:00
&:nth-child(3) {
2017-08-31 10:04:40 +03:00
.card {
background-image: url(/customize/images/twitter.svg);
background-repeat: no-repeat;
background-position: 50% 10%;
background-size: 3rem;
}
}
2017-08-31 11:27:02 +03:00
&:nth-child(4) {
2017-08-31 10:04:40 +03:00
.card {
background-image: url(/customize/images/issue.svg);
background-repeat: no-repeat;
background-position: 50% 10%;
background-size: 3rem;
}
}
}
}
}
.cp-contdet {
padding-top: 3em;
padding-bottom: 3em;
background-image: url(/customize/images/bkcontact.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
h1 {
font-weight: 700;
color: #fff;
}
}