diff --git a/webadmin/src/theme.scss b/webadmin/src/theme.scss index 1273a9a83..7b734af48 100644 --- a/webadmin/src/theme.scss +++ b/webadmin/src/theme.scss @@ -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; }