You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.
is there a way to override the default box shadow on class "tile"?
i tried adding class in my component.css
.tile {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
but it doesn't remove the box shadow.
i was able to do so by accessing the node_modules->ngx-carousel then removed the box-shadow style.
but i don't think its the right way
is there any other way to remove the default box shadow?
The text was updated successfully, but these errors were encountered:
is there a way to override the default box shadow on class "tile"?
i tried adding class in my component.css
.tile {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
but it doesn't remove the box shadow.
i was able to do so by accessing the node_modules->ngx-carousel then removed the box-shadow style. but i don't think its the right way
is there any other way to remove the default box shadow?
The text was updated successfully, but these errors were encountered: