mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-01 23:53:21 +00:00
[hub] add register as a seller page
This commit is contained in:
@@ -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/"] {
|
||||
|
||||
Reference in New Issue
Block a user