From 8a280e261f77a30385d86649d290db79be75b9a1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 18 Feb 2016 10:03:03 -0500 Subject: [PATCH] more icons for dropdown classes --- css/app.css | 8 ++++++++ scss/_topbar.scss | 11 +++++++++++ 2 files changed, 19 insertions(+) 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: ''; -- 2.17.1