css - How can I use Sass to style the top bar dropdown menu divider? -



css - How can I use Sass to style the top bar dropdown menu divider? -

how can utilize sass style topbar dropdown menu divider (shown black line in image below)?

this portion in _setting.scss seems apply vertical menu dividers:

// divider styles $topbar-divider-border-bottom: solid 1px scale-color($topbar-bg-color, lightness: 13%); $topbar-divider-border-top: solid 1px scale-color($topbar-bg-color, lightness: -50%);

the code below sass variables beingness used style of divider.

// divider styles $topbar-divider-border-bottom: solid 1px scale-color($topbar-bg-color, lightness: 13%); $topbar-divider-border-top: solid 1px scale-color($topbar-bg-color, lightness: -50%);

you'll need find actual class '.divider' beingness defined , update styles there.

css sass zurb-foundation

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -