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

index 541aaec..8d9cb56 100644 (file)
@@ -6634,7 +6634,7 @@ header {
           left: 15px;
           width: 20px;
           height: 21px; }
-        .top-bar-section ul li ul.dropdown li.help:before {
+        .top-bar-section ul li ul.dropdown li.helpful:before {
           content: '';
           background: url(../assets/dropdown/helpful-information-icon.png) no-repeat;
           position: absolute;
@@ -6706,6 +6706,14 @@ header {
           left: 15px;
           width: 20px;
           height: 21px; }
+        .top-bar-section ul li ul.dropdown li.specialty:before {
+          content: '';
+          background: url(../assets/dropdown/specialty-conf-resort-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 93b8b3e..26590a8 100644 (file)
                             height: 21px;
                         }
                     }
-                    &.help{
+                    &.helpful{
                         &:before {
                             content: '';
                             background: url(../assets/dropdown/helpful-information-icon.png) no-repeat;
                             height: 21px;
                         }
                     }
+                    &.specialty {
+                        &:before {
+                            content: '';
+                            background: url(../assets/dropdown/specialty-conf-resort-icon.png) no-repeat;
+                            position: absolute;
+                            top: 10px;
+                            left: 15px;
+                            width: 20px;
+                            height: 21px;
+                        }
+                    }
 //                    &. {
 //                        &:before {
 //                            content: '';