Renamed "Modal settings" to "Portal settings"

no refs.
This commit is contained in:
Peter Zimon 2020-07-16 16:55:00 +02:00
parent ed06c3bbe8
commit e54eadc004
2 changed files with 2 additions and 1 deletions

View File

@ -309,7 +309,7 @@
<section class="bb b--whitegrey pa5">
<div class="flex justify-between">
<div>
<h4 class="gh-setting-title">Modal settings</h4>
<h4 class="gh-setting-title">Portal settings</h4>
<p class="gh-setting-desc pa0 ma0">Customize members modal signup flow</p>
</div>
<div>

View File

@ -247,6 +247,7 @@
.gh-portal-siteiframe {
border-radius: 5px;
border: 1px solid var(--whitegrey);
transform: scale(0.9) !important;
transform-origin: 0 0;
width: calc((1 / 0.9) * 100%) !important;