assets/css/blog.css in appscms-tools-theme-0.2.1 vs assets/css/blog.css in appscms-tools-theme-0.2.2

- old
+ new

@@ -21,10 +21,45 @@ .logo { width: 50px; border-radius: 50%; } +header { + width: 100%; + position: relative; +} +.navbar { + width: 100%; + padding: 1.2rem 10rem !important; + position: fixed; + top: 0; + left: 0; + z-index: 999; +} +.navbar-brand { + font-size: 2.2rem; + color: var(--txtColor) !important; + font-weight: 900; +} +.navbar-dark .navbar-toggler { + outline: none !important; +} +.navbar-nav .nav-item { + padding: 0 10px; +} +.navbar-nav .nav-link:hover { + color: var(--txtColor) !important; + transition: all 0.2s linear; + -webkit-transition: all 0.2s linear; + -moz-transition: all 0.2s linear; +} +.nav-link { + text-decoration: none !important; + font-size: 16px; + color: gray !important; +} + /* blogs-card title, content styling */ .anchor_link { text-decoration: none !important; color: #343a40 !important; } @@ -358,18 +393,7 @@ z-index: 999; } .alertbar form { display: block; margin-top: 10px; - } -} -@media (max-width: 992px) { - .dropdown:hover .dropdown-menu { - left: 0px; - padding: 0; - } - .dropdown-item { - text-align: left; - font-weight: 600; - padding: 0.25rem 0; } }