Move appstore badges out of the way for the app titles

This commit is contained in:
Johannes Zellner
2015-08-17 11:50:31 +02:00
parent 384c7873aa
commit 32d2c260ab

View File

@@ -195,8 +195,8 @@ html {
.appstore-item-badge-testing {
position: absolute;
right: 15px;
top: 15px;
right: 0;
top: 2px;
}
.appstore-item-content-testing {
@@ -330,6 +330,10 @@ html {
background-color: #5CB85C;
}
.badge-warning {
background-color: #EFBD48;
}
.badge-danger {
background-color: $brand-danger;
}