mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Updated offer link field UI
This commit is contained in:
parent
df80cc091a
commit
8525cdcb96
@ -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;
|
||||
|
@ -254,6 +254,10 @@ textarea {
|
||||
opacity: 1.0;
|
||||
}
|
||||
|
||||
.gh-select select[disabled] {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
.gh-input-percentage-label {
|
||||
display: block;
|
||||
content: "hello";
|
||||
|
Loading…
Reference in New Issue
Block a user