assets/css/home.css in word-games-theme-1.1.4 vs assets/css/home.css in word-games-theme-1.1.5

- old
+ new

@@ -26,11 +26,11 @@ .pageHeading { margin-bottom: 0.8rem; /* padding-top: 1.5rem; */ } .pageHeading > h1 { - font-size: 30px; + font-size: 27px; } .pageHeading > .result_heading{ font-size: 22px; font-weight: 600; color: #000; @@ -259,12 +259,12 @@ .fillterWrapper input { border-radius: 10px; border: solid 1px rgba(0, 0, 0, 0.11); background-color: #fff; font-size: 12px; - padding: 5px; - text-indent: 15px; + padding: 5px 12px; + /* text-indent: 15px; */ width: 190px; outline: none; box-shadow: none; } .btn-info:not(:disabled):not(.disabled).active:focus, @@ -310,18 +310,87 @@ #containerWd { width: 700px !important; padding: 0px; } + @media (max-width: 500px) { #select_dropDown{ top: 150px !important; right: -15px !important } - } +.mobile_bars{ + cursor: pointer; + position: absolute; + top:2px; + margin:0 40px +} + +#open_list_bar{ + position: fixed; + top:0px; + left: -100%; + z-index: 999; + height: 100vh; + transition: all .5s ease-in-out; + list-style: none; + box-shadow: 0 0 5px grey; + background: #f8f9fa; + overflow-y: scroll; +} +.cat_title{ + color: #000; + font-weight: 900; + font-size: 14px; + position: relative; + left: 10px; + top: 3px; +} +.close_bar_btn{ + position: absolute; + right: 8px; + font-size: 28px; + top: 22px; + cursor: pointer; +} +.cat_bar_logo_link{ +padding:0 15px; +} +.cat_bar_logo_link .cat_bar_img{ + width: 30px; +} +.list_cat_heading{ + /* margin: 0 0 15px; */ + padding:8px 15px; + background-color: gray; + color: #fff; + font-size: 13px; +} +.list_cat_name{ + /* margin:0 0 15px; */ + padding:8px 15px; + font-size: 12px; + border-bottom: 1px solid rgb(209,213,219) +} +.list_cat_name:hover{ + background-color: #e9ecef; +} + + + @media (max-width: 768px) { + .nav_menu_bar{ + display: none; + } + .mobile_bars{ + display: block; + position: absolute; + top:5px; + margin:0; + } + .result_navbar_section{ padding: 1.2rem 15px !important; } .pageHeading{ margin-bottom: 1rem;