Better UX for indicating upgrade is necessary to users

This commit is contained in:
Joseph Schorr 2017-04-04 16:15:33 -04:00
parent 1243350d30
commit 30d5f2a138
3 changed files with 59 additions and 86 deletions

View file

@ -1,26 +1,3 @@
.repo-count-checker .btn {
margin-top: 0px !important;
}
.repo-count-checker .co-alert {
margin-bottom: 6px !important;
padding-right: 120px;
margin-bottom: 16px;
}
.repo-count-checker .co-alert .btn {
position: absolute;
top: 10px;
right: 10px;
}
@media (max-width: 767px) {
.repo-count-checker .co-alert {
padding-right: 10px;
}
.repo-count-checker .co-alert .btn {
position: relative;
margin-top: 20px;
margin-bottom: 10px;
}
}