Have the private option in the new repo form alert the user about needing to purchase a plan and let them do so
This commit is contained in:
parent
bb2446c45c
commit
1ee21318d4
4 changed files with 133 additions and 36 deletions
|
@ -130,6 +130,16 @@
|
|||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.new-repo .required-plan {
|
||||
margin: 10px;
|
||||
margin-top: 20px;
|
||||
margin-left: 50px;
|
||||
}
|
||||
|
||||
.new-repo .required-plan .alert {
|
||||
color: #444 !important;
|
||||
}
|
||||
|
||||
.new-repo .new-header {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
|
Reference in a new issue