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

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -