Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Tile default box-shadow style #101

Open
h4rDkur opened this issue Apr 23, 2018 · 1 comment
Open

Tile default box-shadow style #101

h4rDkur opened this issue Apr 23, 2018 · 1 comment

Comments

@h4rDkur
Copy link

h4rDkur commented Apr 23, 2018

screenshot 1

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

screenshot 2

is there any other way to remove the default box shadow?

@sheikalthaf
Copy link
Owner

@h4rDkur Hi,

It is not mandatory to use ngx-tile u can simply replace it with div tag and style it. This directive NguCarouselItem is the mandatory one

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants