Updated offer link field UI

This commit is contained in:
Peter Zimon 2021-10-22 11:51:15 +02:00
parent df80cc091a
commit 8525cdcb96
2 changed files with 10 additions and 0 deletions

View File

@ -164,6 +164,12 @@
font-size: 1.5rem;
}
.gh-offer-url .gh-input {
background: var(--main-color-content-greybg);
border-color: var(--lightgrey-l1);
color: var(--midgrey);
}
/* Offers  Portal preview */
.gh-offer-portal-preview {
display: flex;

View File

@ -254,6 +254,10 @@ textarea {
opacity: 1.0;
}
.gh-select select[disabled] {
cursor: auto;
}
.gh-input-percentage-label {
display: block;
content: "hello";