|
@@ -3,10 +3,15 @@
|
|
|
.cbk-input.mdc-text-field {
|
|
.cbk-input.mdc-text-field {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
background-color: white;
|
|
background-color: white;
|
|
|
|
|
+
|
|
|
label,
|
|
label,
|
|
|
::placeholder {
|
|
::placeholder {
|
|
|
text-transform: capitalize;
|
|
text-transform: capitalize;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ &.mdc-text-field--textarea {
|
|
|
|
|
+ border-color: rgba(0, 0, 0, 0.42)
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.cbk-input--prefilled label.mdc-floating-label {
|
|
.cbk-input--prefilled label.mdc-floating-label {
|