vue-material/src/components/mdInputContainer/mdInputContainer.theme

28 lines
480 B
Text
Raw Normal View History

2016-07-26 22:55:29 +00:00
.THEME_NAME {
.md-input-container,
&.md-input-container {
&.md-input-focused {
2016-07-27 04:55:32 +00:00
&.md-input-inline {
label {
color: rgba(#000, .54);
}
}
2016-07-26 22:55:29 +00:00
&:after {
height: 2px;
background-color: PRIMARY-COLOR;
}
input {
color: PRIMARY-COLOR;
text-shadow: 0 0 0 BACKGROUND-CONTRAST;
-webkit-text-fill-color: transparent;
}
label {
color: PRIMARY-COLOR;
}
}
}
}