diff --git a/chromebook-checkout-meteor/client/tabs.css b/chromebook-checkout-meteor/client/tabs.css index a165a9d..8842264 100644 --- a/chromebook-checkout-meteor/client/tabs.css +++ b/chromebook-checkout-meteor/client/tabs.css @@ -1,14 +1,10 @@ -.tabs-container - .tabs-list, -.dynamicTabs-container .tabs-list { +.tabs-list { text-align: center; width: 100%; margin: 0; padding: 0; } -.tabs-container - .tabs-list .tab-item, -.dynamicTabs-container .tabs-list .tab-item { +.tab-item { font-weight: 600; font-size: 13px; float: left; @@ -17,9 +13,7 @@ list-style: none; cursor: pointer; } -.tabs-container - .tabs-list .tab-item.active, -.dynamicTabs-container .tabs-list .tab-item.active { +.tab-item.active { border-radius: top 5px; border: 1px solid #ddd; border-bottom: none;