Styles
Since this component doesn't any visual theme, you can apply styles to it just with plain CSS or even adding the classes your favourite CSS framework gives you.
If don't use any css pre-processor this is all. If you do use SASS or LESS,
the addon will know it and will have to
@import
the styles explicitly. This gives you the chance to set a few variables that
Ember Basic Dropdown will use.
There is only four variables you can tweak (Sass syntax)
If by example you want to change the colour of the overlay to be blue, you
could do this in your
app.scss
/app.less
.
In the next sections we'll give in more involved customizations.