18.10 #Notification.toolset-for-styles-menu Notification as toolset for styles menu

Toggle example guides Toggle HTML markup

.sf-notification.-toolset.-black.-down

Html
    <div class="sf-notification -black -toolset -down">
         <div class="sf-notification__content">
             <label class="sf-notification__tool-link">Link Style</label>
              <select class="sf-notification__tool-dropdown">
                  <option selected>No style</option>
                  <option value="sf-button -action -large">Big call action</option>
                  <option value="sf-button -small">Small button</option>
              </select>
         </div>
     </div>