Skip to content
Snippets Groups Projects
Commit c5e51b34 authored by Marin Treselj's avatar Marin Treselj
Browse files

Give audio-white and audio-off-white shadow via CSS

parent 3aaccc9a
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,10 @@ img, object, video, button, textarea, input, select, div[contenteditable=true] { ...@@ -89,6 +89,10 @@ img, object, video, button, textarea, input, select, div[contenteditable=true] {
background-size: 32px !important; background-size: 32px !important;
} }
.icon-shadow {
filter: drop-shadow(0 1px 3px $color-box-shadow);
}
/* ICONS -------------------------------------------------------------------- */ /* ICONS -------------------------------------------------------------------- */
.icon-add { .icon-add {
background-image: url('../img/actions/add.svg?v=1'); background-image: url('../img/actions/add.svg?v=1');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment