Add check for existing repo with the same name
This commit is contained in:
parent
834cb28d30
commit
c3b10c12bb
4 changed files with 24 additions and 6 deletions
|
@ -179,10 +179,14 @@
|
|||
color: #444 !important;
|
||||
}
|
||||
|
||||
.new-repo .new-header {
|
||||
.new-repo .new-header span {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.new-repo .new-header .popover {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.new-repo .new-header .repo-circle {
|
||||
margin-right: 14px;
|
||||
}
|
||||
|
@ -366,6 +370,10 @@
|
|||
padding: 20px;
|
||||
}
|
||||
|
||||
.landing .popover {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.landing {
|
||||
color: white;
|
||||
|
||||
|
|
Reference in a new issue