diff --git a/build/css/main.css b/build/css/main.css
index 1d29458c..b05fd02c 100644
--- a/build/css/main.css
+++ b/build/css/main.css
@@ -5854,6 +5854,9 @@ button.close {
margin-top: 15px;
margin-bottom: 15px; }
+.space-top-medium {
+ margin-top: 15px; }
+
.space-vertical-large {
margin-top: 30px;
margin-bottom: 30px; }
@@ -5864,16 +5867,37 @@ button.close {
.space-right-tiny {
margin-right: 5px; }
-html {
+/*
+ * Copyright 2016 Resin.io
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+.badge {
+ border: 2px solid;
+ border-radius: 50%;
+ padding: 7px 10px;
+ position: relative;
+ z-index: 10;
+ letter-spacing: 0;
background-color: #535760; }
-hero-badge .badge {
- background-color: #535760; }
-
-hero-badge[disabled] .badge {
+.badge[disabled] {
background-color: #5c5e5c;
color: #787c7f; }
+html {
+ background-color: #535760; }
+
hero-icon[disabled] hero-caption {
color: #787c7f; }
diff --git a/lib/components/hero-badge.html b/lib/components/hero-badge.html
deleted file mode 100644
index 017a68fb..00000000
--- a/lib/components/hero-badge.html
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-