more icons for dropdown classes
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 18 Feb 2016 15:03:03 +0000 (10:03 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 18 Feb 2016 15:03:03 +0000 (10:03 -0500)
css/app.css
scss/_topbar.scss

index 8d9cb56..ec2144f 100644 (file)
@@ -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; }
index 26590a8..72c0fff 100644 (file)
                             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: '';