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

23 lines
405 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 {
&:after {
height: 2px;
background-color: PRIMARY-COLOR;
}
input {
color: PRIMARY-COLOR;
text-shadow: 0 0 0 BACKGROUND-CONTRAST;
-webkit-text-fill-color: transparent;
}
label {
opacity: 1;
color: PRIMARY-COLOR;
}
}
}
}