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

29 lines
496 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;
}
2016-07-27 22:17:22 +00:00
input,
textarea {
2016-07-26 22:55:29 +00:00
color: PRIMARY-COLOR;
text-shadow: 0 0 0 BACKGROUND-CONTRAST;
-webkit-text-fill-color: transparent;
}
label {
color: PRIMARY-COLOR;
}
}
}
}