[hub] add register as a seller page

This commit is contained in:
Prateeksha Singh
2018-07-25 10:58:56 +05:30
parent 0fbaa72504
commit bc8caefc19
5 changed files with 301 additions and 283 deletions

View File

@@ -17,6 +17,10 @@ body[data-route^="marketplace/"] {
}
}
input, textarea {
font-size: @text-medium;
}
.hub-card {
border: 1px solid @border-color;
margin-bottom: 25px;
@@ -58,7 +62,6 @@ body[data-route^="marketplace/"] {
margin-bottom: 20px;
input {
font-size: @text-medium;
height: 32px;
}
}
@@ -101,6 +104,28 @@ body[data-route^="marketplace/"] {
border-radius: 4px;
border: 1px solid @border-color;
}
.register-title {
font-size: @text-regular;
}
.register-form {
border: 1px solid @border-color;
border-radius: 4px;
padding: 15px 25px;
}
.form-container {
.frappe-control {
max-width: 100% !important;
}
}
.form-message {
padding-top: 0;
padding-bottom: 0;
border-bottom: none;
}
}
body[data-route^="Hub/"] {