mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-22 14:01:52 +00:00
23 lines
405 B
Text
23 lines
405 B
Text
|
|
.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;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|