2018-07-14 15:15:23 +02:00
|
|
|
@import (reference) "../include/infopages.less";
|
2018-07-12 18:43:17 +02:00
|
|
|
@import (reference) "../include/colortheme-all.less";
|
2017-08-01 11:53:06 +02:00
|
|
|
|
2018-07-14 15:15:23 +02:00
|
|
|
&.cp-page-contact {
|
|
|
|
|
.infopages_main();
|
2017-08-02 16:34:35 +02:00
|
|
|
|
2018-07-14 15:15:23 +02:00
|
|
|
.fa {
|
|
|
|
|
padding-right: 0.25em;
|
|
|
|
|
}
|
|
|
|
|
#cp-main {
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.cp-container {
|
|
|
|
|
background: #fff;
|
|
|
|
|
.cp-iconCont {
|
|
|
|
|
h4 {
|
|
|
|
|
margin-top: 1.5em;
|
|
|
|
|
margin-bottom: 1.5em;
|
2018-06-12 11:32:09 +02:00
|
|
|
}
|
2018-07-14 15:15:23 +02:00
|
|
|
div {
|
2018-06-12 11:32:09 +02:00
|
|
|
.card {
|
2018-07-14 15:15:23 +02:00
|
|
|
box-shadow: 0 5px 15px rgba(69,145,196, 0.3);
|
|
|
|
|
border-color: #fff;
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
transform: scale(1.05);
|
|
|
|
|
}
|
|
|
|
|
@media (max-width: 1200px) and (min-width: 769px) {
|
|
|
|
|
min-height: 139px;
|
|
|
|
|
}
|
|
|
|
|
@media (max-width: 768px) and (min-width: 576px) {
|
|
|
|
|
min-height: 164px;
|
|
|
|
|
}
|
|
|
|
|
@media (max-width: 496px) {
|
|
|
|
|
min-height: 140px;
|
|
|
|
|
}
|
|
|
|
|
@media (max-width: 335px) {
|
|
|
|
|
min-height: 162px;
|
|
|
|
|
}
|
2019-04-01 14:39:32 +02:00
|
|
|
img {
|
|
|
|
|
max-width: 50px;
|
|
|
|
|
margin-bottom: 10px;
|
2018-07-14 15:15:23 +02:00
|
|
|
}
|
2019-04-01 14:39:32 +02:00
|
|
|
p {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-flow: column;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin: 0;
|
|
|
|
|
height: 100%;
|
2018-07-14 15:15:23 +02:00
|
|
|
}
|
2018-06-12 11:32:09 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-07-14 15:15:23 +02:00
|
|
|
.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;
|
|
|
|
|
}
|
2017-08-31 10:04:40 +03:00
|
|
|
}
|
2018-07-18 14:31:01 +02:00
|
|
|
}
|
|
|
|
|
|