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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user