diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 0c493c9..9d33e9e 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -110,9 +110,7 @@ padding-right: 0px; } .category-card-items i{ - font-size: 25px !important; - margin-right: 10px; - margin-top: 6px; + margin-right: 10px; } .category-header i{ @@ -868,7 +866,7 @@ ul, li { /* Bottom Menu */ .clearfix { - height: 80px; + height: 60px; } .bottom-menu { @@ -876,8 +874,10 @@ ul, li { bottom: 0px; background: #F5F5F5; width: 100%; - padding: 15px 30px; + padding: 0px 30px; z-index: 999; + height: 50px; + background: #26A69A; } .mobile-menu { @@ -891,10 +891,11 @@ ul, li { .mobile-menu .item { color: #FFFFFF; background: #26A69A; - margin-left: 10px; - margin-right: 10px; padding-top: 3px; text-align: center; + height: 50px; + width: 55px; + font-size: 35px; } .mobile-menu .item a{ diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index 9515374..f706f09 100644 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -38,6 +38,11 @@ .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { color: #009688 !important; } + + .category-card-items i { + font-size: 20px; + margin-top: 8px; + } } @media(min-width: 768px) { @@ -72,28 +77,9 @@ padding-right:0px; padding-left: 0px; } -} - -@media(min-width: 541px) { - .mobile-menu .item { - font-size: 45px; - width: 70px; - height: 65px; - } - .bottom-menu { - height: 90px; - } + .category-card-items i{ + font-size: 25px !important; + margin-top: 6px; + } } - -@media(max-width: 540px) { - .mobile-menu .item { - font-size: 35px; - width: 55px; - height: 50px; - } - - .bottom-menu { - height: 80px; - } -} \ No newline at end of file -- libgit2 0.21.2