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

- old
+ new

@@ -21,57 +21,9 @@ .logo { width: 50px; border-radius: 50%; } -/* HEADER STYLING */ -header { - width: 100%; - position: relative; - background: url(../assets/images/bg_elements.png); -} -.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; -} -.dropdown:hover .dropdown-menu { - display: block; - border: none; - font-size: 14px; - left: -160px; - padding: 13.5px; - background: transparent; -} -.dropdown-item { - text-align: right; -} - /* blogs-card title, content styling */ .anchor_link { text-decoration: none !important; color: #343a40 !important; }