2021-10-04 14:55:17 +03:00
|
|
|
|
.fullscreen-modal-edit-offer {
|
|
|
|
|
max-width: 1220px;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-04 17:17:32 +03:00
|
|
|
|
.gh-offers .view-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
2021-10-14 18:15:40 +03:00
|
|
|
|
justify-content: space-between;
|
2021-10-07 12:21:53 +03:00
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
min-height: calc(100vh - 195px);
|
2021-10-04 14:55:17 +03:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-list-cta {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
padding: 4vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-list-cta h4 {
|
2021-10-04 17:17:32 +03:00
|
|
|
|
color: var(--black);
|
2021-10-04 14:55:17 +03:00
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
margin-bottom: 8px;
|
2021-10-08 06:58:17 +03:00
|
|
|
|
}
|
2021-10-04 14:55:17 +03:00
|
|
|
|
|
|
|
|
|
.gh-offers-list-cta p {
|
|
|
|
|
max-width: 390px;
|
|
|
|
|
color: var(--midgrey);
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 1.45em;
|
|
|
|
|
margin: 0 0 20px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-list-cta .discount-bubble {
|
|
|
|
|
color: var(--lightgrey);
|
|
|
|
|
width: 72px;
|
|
|
|
|
height: 72px;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-list-cta .discount-bubble path,
|
|
|
|
|
.gh-offers-list-cta .discount-bubble circle {
|
|
|
|
|
stroke-width: 0.8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-list-cta button {
|
|
|
|
|
min-width: 140px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-list {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-07 12:21:53 +03:00
|
|
|
|
.gh-offers-list .offer-value {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
color: var(--green);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-list .offer-value svg {
|
|
|
|
|
width: 11px;
|
|
|
|
|
height: 11px;
|
|
|
|
|
margin-right: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-list .offer-value svg path {
|
|
|
|
|
stroke-width: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-04 14:55:17 +03:00
|
|
|
|
.gh-offers-list-footer {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
padding: 8px 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-list-footer a svg path {
|
|
|
|
|
stroke-width: 1.5px;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-07 12:21:53 +03:00
|
|
|
|
.gh-offer-link-button {
|
|
|
|
|
opacity: 0;
|
2021-10-08 06:58:17 +03:00
|
|
|
|
cursor: pointer;
|
2021-10-21 14:51:57 +03:00
|
|
|
|
margin-bottom: 1px;
|
2021-10-07 12:21:53 +03:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers .gh-list-row:hover .gh-offer-link-button {
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-link-button,
|
|
|
|
|
.gh-offer-link-button:hover {
|
|
|
|
|
margin-right: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-link-button svg {
|
|
|
|
|
width: 18px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-link-button svg path {
|
|
|
|
|
stroke: var(--darkgrey);
|
|
|
|
|
stroke-width: 1.4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-link-button:hover svg path {
|
|
|
|
|
stroke: var(--black);
|
2021-10-04 14:55:17 +03:00
|
|
|
|
}
|
|
|
|
|
|
2021-10-08 13:48:41 +03:00
|
|
|
|
.gh-offer-type {
|
|
|
|
|
width: 160px;
|
|
|
|
|
margin-bottom: 23px;
|
2021-10-04 14:55:17 +03:00
|
|
|
|
}
|
|
|
|
|
|
2021-10-08 13:48:41 +03:00
|
|
|
|
.gh-offer-type select {
|
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
|
border-left: none !important;
|
2021-10-04 14:55:17 +03:00
|
|
|
|
}
|
|
|
|
|
|
2021-10-04 16:21:28 +03:00
|
|
|
|
.gh-offer-value {
|
2021-10-22 00:12:07 +03:00
|
|
|
|
flex: auto;
|
2021-10-04 16:21:28 +03:00
|
|
|
|
}
|
|
|
|
|
|
2021-10-08 13:48:41 +03:00
|
|
|
|
.gh-offer-value .gh-input {
|
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
|
border-bottom-right-radius: 0;
|
2021-10-04 16:21:28 +03:00
|
|
|
|
}
|
2021-10-04 16:00:41 +03:00
|
|
|
|
|
2021-10-05 15:34:19 +03:00
|
|
|
|
.gh-offer-form {
|
|
|
|
|
max-width: 680px;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-04 16:00:41 +03:00
|
|
|
|
.gh-offer-form textarea {
|
|
|
|
|
max-width: unset;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-form .form-group {
|
2021-10-04 14:55:17 +03:00
|
|
|
|
max-width: unset;
|
2021-10-04 16:00:41 +03:00
|
|
|
|
}
|
|
|
|
|
|
2021-10-05 15:34:19 +03:00
|
|
|
|
.gh-offer-duration {
|
|
|
|
|
display: flex;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-duration .form-group {
|
|
|
|
|
position: relative;
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-duration .form-group:not(:first-of-type) {
|
|
|
|
|
margin-left: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-duration .duration-months::before {
|
|
|
|
|
position: absolute;
|
|
|
|
|
content: "months";
|
|
|
|
|
bottom: 7px;
|
|
|
|
|
right: 12px;
|
|
|
|
|
color: var(--midgrey);
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-04 16:00:41 +03:00
|
|
|
|
/* Offers – Portal preview */
|
|
|
|
|
.gh-offer-portal-preview {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-portal-preview-mock {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
color: var(--midgrey);
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
height: 640px;
|
|
|
|
|
width: 420px;
|
|
|
|
|
background: #fff;
|
|
|
|
|
box-shadow: var(--box-shadow-preview-box);
|
2021-10-04 16:42:05 +03:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help {
|
|
|
|
|
margin-top: 5vmin;
|
2021-10-07 12:21:53 +03:00
|
|
|
|
margin-bottom: 0;
|
2021-10-04 16:42:05 +03:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help .gh-main-section-content {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(3, 1fr);
|
|
|
|
|
grid-gap: 32px;
|
|
|
|
|
padding: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
background: var(--white);
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
|
|
|
|
|
color: var(--midgrey);
|
2021-10-04 17:17:32 +03:00
|
|
|
|
font-size: 1.4rem;
|
2021-10-04 16:42:05 +03:00
|
|
|
|
padding: 32px;
|
2021-10-07 12:21:53 +03:00
|
|
|
|
transition: all 0.3s ease-in-out;
|
2021-10-04 17:17:32 +03:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card .thumbnail {
|
|
|
|
|
width: 100%;
|
2021-10-22 11:27:46 +03:00
|
|
|
|
height: 160px;
|
2021-10-04 17:17:32 +03:00
|
|
|
|
background-size: cover;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card .gh-btn {
|
|
|
|
|
width: 100%;
|
2021-10-07 12:21:53 +03:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card:hover {
|
2021-10-08 06:58:17 +03:00
|
|
|
|
box-shadow:
|
|
|
|
|
0px 54px 80px rgba(0, 0, 0, 0.07),
|
|
|
|
|
0px 19.7109px 29.2013px rgba(0, 0, 0, 0.0482987),
|
|
|
|
|
0px 9.56927px 14.1767px rgba(0, 0, 0, 0.0389404),
|
|
|
|
|
0px 4.69103px 6.94968px rgba(0, 0, 0, 0.0310596),
|
2021-10-07 12:21:53 +03:00
|
|
|
|
0px 1.85484px 2.74791px rgba(0, 0, 0, 0.0217013);
|
|
|
|
|
transition: all 0.3s ease-in-out;
|
2021-10-22 11:27:46 +03:00
|
|
|
|
transform: translateY(-4px);
|
2021-10-08 06:58:17 +03:00
|
|
|
|
}
|
2021-10-13 18:53:21 +03:00
|
|
|
|
|
2021-10-15 13:49:42 +03:00
|
|
|
|
.gh-offers-actions .gh-contentfilter-menu {
|
2021-10-13 18:53:21 +03:00
|
|
|
|
margin-left: 0;
|
2021-10-15 13:49:42 +03:00
|
|
|
|
margin-right: 6px;
|
2021-10-13 18:53:21 +03:00
|
|
|
|
}
|
2021-10-21 23:49:13 +03:00
|
|
|
|
|
2021-10-22 12:44:44 +03:00
|
|
|
|
.gh-offer-archive-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
max-width: 680px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-archive-container p {
|
|
|
|
|
display: flex;
|
|
|
|
|
color: var(--middarkgrey);
|
|
|
|
|
font-size: 1.3rem;
|
|
|
|
|
margin: 0;
|
|
|
|
|
border-left: 1px solid var(--whitegrey);
|
|
|
|
|
padding-left: 16px;
|
|
|
|
|
margin-left: 16px;
|
|
|
|
|
line-height: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-archive-container p svg {
|
|
|
|
|
width: 16px;
|
|
|
|
|
height: 16px;
|
|
|
|
|
min-width: 16px;
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-archive-container p svg path,
|
|
|
|
|
.gh-offer-archive-container p svg circle {
|
|
|
|
|
fill: var(--midgrey);
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-21 23:49:13 +03:00
|
|
|
|
@media (max-width: 1280px) {
|
|
|
|
|
.gh-offer-portal-preview {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer.circle-bg::before {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer.circle-bg .gh-canvas-header {
|
|
|
|
|
background: var(--main-bg-color);
|
|
|
|
|
position: sticky;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer .gh-main-layout.content-preview {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
2021-10-22 11:27:46 +03:00
|
|
|
|
|
|
|
|
|
.gh-offers-help-card {
|
|
|
|
|
padding: 24px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card h3 {
|
|
|
|
|
font-size: 1.6rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card p {
|
|
|
|
|
font-size: 1.3rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 1080px) {
|
|
|
|
|
.gh-offers-help .gh-main-section-content {
|
|
|
|
|
grid-template-columns: 1fr;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card .gh-btn {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card h3 {
|
|
|
|
|
font-size: 1.9rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card p {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card .gh-offers-help-content {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 0.33fr 1fr;
|
|
|
|
|
grid-gap: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card .gh-offers-help-content p {
|
|
|
|
|
grid-column: 2 / 3;
|
|
|
|
|
grid-row: 2 / 3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card .thumbnail {
|
|
|
|
|
font-size: 1.6rem;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
min-width: 200px;
|
|
|
|
|
height: 120px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media (max-width: 1000px) {
|
|
|
|
|
.gh-offers-list .gh-list-header {
|
|
|
|
|
display: table-cell !important;
|
|
|
|
|
}
|
2021-10-21 23:49:13 +03:00
|
|
|
|
}
|