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;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
min-height: calc(100vh - 95px);
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-modal-content .form-group:last-of-type {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-type {
|
2021-10-04 16:00:41 +03:00
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: 160px auto;
|
|
|
|
|
grid-gap: 24px;
|
2021-10-04 14:55:17 +03:00
|
|
|
|
white-space: nowrap;
|
2021-10-04 16:00:41 +03:00
|
|
|
|
margin-top: -8px;
|
2021-10-05 15:34:19 +03:00
|
|
|
|
margin-bottom: 24px;
|
2021-10-04 14:55:17 +03:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-type .gh-radio {
|
2021-10-04 16:00:41 +03:00
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-type .gh-radio-content {
|
|
|
|
|
margin-left: 6px;
|
2021-10-04 14:55:17 +03:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-type .gh-radio-label {
|
|
|
|
|
font-size: 1.3rem;
|
|
|
|
|
}
|
|
|
|
|
|
2021-10-04 16:21:28 +03:00
|
|
|
|
.gh-offer-value {
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-value .unit {
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 7px;
|
|
|
|
|
left: 8px;
|
|
|
|
|
color: var(--midgrey);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-value .gh-input {
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-value.percentage .unit {
|
|
|
|
|
left: unset;
|
|
|
|
|
right: 11px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offer-value.gh-offer-value.percentage .gh-input {
|
|
|
|
|
padding-left: 12px;
|
|
|
|
|
padding-right: 28px;
|
|
|
|
|
}
|
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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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-04 17:17:32 +03:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card .thumbnail {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 120px;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
margin-bottom: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.gh-offers-help-card .gh-btn {
|
|
|
|
|
width: 100%;
|
2021-10-04 14:55:17 +03:00
|
|
|
|
}
|