jwebbdev / meanio-circles

0 stars 0 forks source link

CSS Conflict with Bootstrap #3

Open ADSKLowenthal opened 8 years ago

ADSKLowenthal commented 8 years ago

The .label class in circles.css directly affects .label in Bootstrap. Specifically the text-shadow seems to make it unreadable.

https://github.com/linnovate/meanio-circles/blob/master/public/assets/css/circles.css#L14

label-issue

ADSKLowenthal commented 8 years ago

The only place it seems to be used in the server side view index.html https://github.com/rjVapes/meanio-circles/blob/master/server/views/index.html#L18

And it is defined inline in that file.