mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Styled staff limit notification in invite-modal
This commit is contained in:
parent
8756ddac53
commit
556141d613
@ -176,9 +176,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<p class="gh-content-box pa bg-whitegrey" hidden={{if this.limitErrorMessage false true}}>
|
<div class="gh-content-box pa" hidden={{if this.limitErrorMessage false true}}>
|
||||||
{{html-safe this.limitErrorMessage}}
|
{{html-safe this.limitErrorMessage}}
|
||||||
</p>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
@ -53,13 +53,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gh-content-box {
|
.gh-content-box {
|
||||||
|
line-height: 1.4em;
|
||||||
border: none;
|
border: none;
|
||||||
background: var(--main-color-content-greybg);
|
background: var(--main-color-content-greybg);
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-content-box.pa { padding: 24px; }
|
.gh-content-box.pa { padding: 16px; }
|
||||||
.gh-content-box.pt { padding-top: 24px; }
|
.gh-content-box.pt { padding-top: 16px; }
|
||||||
.gh-content-box.pr { padding-right: 24px; }
|
.gh-content-box.pr { padding-right: 16px; }
|
||||||
.gh-content-box.pb { padding-bottom: 24px; }
|
.gh-content-box.pb { padding-bottom: 16px; }
|
||||||
.gh-content-box.pl { padding-left: 24px; }
|
.gh-content-box.pl { padding-left: 16px; }
|
Loading…
Reference in New Issue
Block a user