From: Anthony Talarico Date: Thu, 18 Feb 2016 15:03:03 +0000 (-0500) Subject: more icons for dropdown classes X-Git-Tag: v1.0.0^2~163 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=8a280e261f77a30385d86649d290db79be75b9a1;p=WP-Themes%2FDiscoverKZOO.git more icons for dropdown classes --- diff --git a/css/app.css b/css/app.css index 8d9cb56..ec2144f 100644 --- a/css/app.css +++ b/css/app.css @@ -6714,6 +6714,14 @@ header { left: 15px; width: 20px; height: 21px; } + .top-bar-section ul li ul.dropdown li.maps:before { + content: ''; + background: url(../assets/dropdown/maps-and-directions-icon.png) no-repeat; + position: absolute; + top: 10px; + left: 15px; + width: 20px; + height: 21px; } .top-bar-section ul li ul.dropdown li a { font-size: 1rem; text-align: left; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 26590a8..72c0fff 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -443,6 +443,17 @@ height: 21px; } } + &.maps { + &:before { + content: ''; + background: url(../assets/dropdown/maps-and-directions-icon.png) no-repeat; + position: absolute; + top: 10px; + left: 15px; + width: 20px; + height: 21px; + } + } // &. { // &:before { // content: '';