diff --git a/components.html b/components.html index a932023..1c67748 100644 --- a/components.html +++ b/components.html @@ -257,13 +257,13 @@ base_url: "../"
@@ -271,13 +271,13 @@ base_url: "../" {% highlight html %} {% endhighlight %} diff --git a/dist/ratchet.css b/dist/ratchet.css index edc21ed..f709049 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -539,7 +539,6 @@ input[type="button"] { .bar-tab .tab-item .icon ~ .tab-label { margin-top: -2px; font-size: 11px; - font-weight: 400; } .bar-tab .tab-item.active .tab-label, .bar-tab .tab-item.active .icon, .bar-tab .tab-item:active .tab-label, diff --git a/lib/sass/bars.scss b/lib/sass/bars.scss index 2290448..0fb240c 100644 --- a/lib/sass/bars.scss +++ b/lib/sass/bars.scss @@ -108,7 +108,6 @@ ~ .tab-label { margin-top: -2px; font-size: 11px; - font-weight: 400; } }