You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
493 B
30 lines
493 B
7 years ago
|
@import '../../variables.scss';
|
||
|
|
||
|
.container {
|
||
|
color: $white;
|
||
|
|
||
|
label {
|
||
|
font-size: 12px;
|
||
|
line-height: 14px;
|
||
|
padding: 10px 0px;
|
||
|
min-height: 14px;
|
||
|
}
|
||
|
|
||
|
input {
|
||
|
background: transparent;
|
||
|
outline: none;
|
||
|
border: 0;
|
||
|
color: $gold;
|
||
|
-webkit-text-fill-color: $white;
|
||
|
font-size: 22px;
|
||
|
width: 100%;
|
||
|
// font-weight: 200;
|
||
|
margin-bottom: 25px;
|
||
|
}
|
||
|
|
||
|
input::-webkit-input-placeholder {
|
||
|
text-shadow: none;
|
||
|
-webkit-text-fill-color: initial;
|
||
|
}
|
||
|
}
|