Give audio-white and audio-off-white shadow via CSS
Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
parent
3aaccc9a23
commit
c5e51b34be
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue