-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fixneeds: discussionFurther discussion with the team is needed before proceedingFurther discussion with the team is needed before proceeding
Description
Hi guys,
my problem is following:
as you see my navbar has the background color red, so I styled my md-input in the navbar white. I defined those styles in my styles.scss, where I overwrite the styles of a prebuilt theme.
Inside of the component you can see under the navbar, I want to overwrite the styles of the md-input because the background-color there is white and so you can´t even see the md-input. In the following screenshot you can see the stylesheet of the component:
these styles does not overwrite styles for my component. I also tried the single encapsulation types of angular 2, didn´t work either and I also tried the "/deep/" in my scss but this overwrites also the global styles.
thank you for your help,
kind regards,
Mario
Metadata
Metadata
Assignees
Labels
featureThis issue represents a new feature or feature request rather than a bug or bug fixThis issue represents a new feature or feature request rather than a bug or bug fixneeds: discussionFurther discussion with the team is needed before proceedingFurther discussion with the team is needed before proceeding


