assets/css/tools.css in appscms-tools-theme-3.4.7 vs assets/css/tools.css in appscms-tools-theme-3.4.8

- old
+ new

@@ -77,18 +77,10 @@ .catPad div { font-size: 14px !important; font-weight: 500; } -@media screen and (min-width: 1920px) and (min-height: 1200px) { - .appscms-sidebar-left{ - left: 300px !important; - } - .appscms-sidebar-right{ - right: 300px !important; - } -} @media (max-width: 992px) { .appscms-sidebar-right, .appscms-sidebar-left { display: none; } @@ -1684,6 +1676,28 @@ cursor: pointer; } .infographics_section .dot.active { background: #272727; +} + + +@media screen and (min-width: 1450px){ + .appscms-sidebar-left{ + left: 200px !important; + background-color: red; + } + .appscms-sidebar-right{ + right: 200px !important; + background-color: red; + } +} +@media screen and (min-width: 1920px){ + .appscms-sidebar-left{ + left: 300px !important; + background-color: red; + } + .appscms-sidebar-right{ + right: 300px !important; + background-color: red; + } }