First stage of host signup flow now sits here
Need to make things configurable, image and text for the first step should be configurable. Also missing privacy related words, though they should be configurable too.
This commit is contained in:
parent
2b98f14242
commit
e8c716f33e
3 changed files with 57 additions and 39 deletions
|
@ -14,22 +14,27 @@ See the License for the specific language governing permissions and
|
|||
limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_HostSignupDialog .mx_Dialog {
|
||||
height: 66%;
|
||||
min-width: 50%;
|
||||
}
|
||||
|
||||
.mx_HostSignupBaseDialog {
|
||||
height: 100%;
|
||||
}
|
||||
max-height: 600px;
|
||||
width: 580px;
|
||||
|
||||
.mx_HostSignupDialog_container {
|
||||
height: 90%;
|
||||
.mx_HostSignupDialog_container {
|
||||
height: 90%;
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
background-color: #fff;
|
||||
.mx_HostSignupDialog_info {
|
||||
text-align: center;
|
||||
|
||||
.mx_HostSignupDialog_content {
|
||||
margin-top: 64px;
|
||||
margin-bottom: 45px;
|
||||
}
|
||||
}
|
||||
|
||||
iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue