From 302e2f187b1dedf251544e2aa90385a7eec72d76 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 18 Feb 2016 10:01:42 -0500 Subject: [PATCH] added more dropdown classes for icons --- css/app.css | 10 +++++++++- scss/_topbar.scss | 13 ++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 541aaec..8d9cb56 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 93b8b3e..26590a8 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -333,7 +333,7 @@ height: 21px; } } - &.help{ + &.helpful{ &:before { content: ''; background: url(../assets/dropdown/helpful-information-icon.png) no-repeat; @@ -432,6 +432,17 @@ 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: ''; -- 2.17.1