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.
33 lines
588 B
33 lines
588 B
@import '../../variables.scss';
|
|
|
|
.container {
|
|
color: $white;
|
|
|
|
label {
|
|
display: block;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
padding-bottom: 5px;
|
|
min-height: 14px;
|
|
}
|
|
|
|
input {
|
|
background: transparent;
|
|
outline: none;
|
|
border:1px solid #404040;
|
|
border-radius: 4px;
|
|
padding: 10px;
|
|
color: $gold;
|
|
-webkit-text-fill-color: $white;
|
|
font-size: 18px;
|
|
width: 100%;
|
|
font-weight: 400;
|
|
margin-bottom: 20px;
|
|
width: 600px;
|
|
}
|
|
|
|
input::-webkit-input-placeholder {
|
|
text-shadow: none;
|
|
-webkit-text-fill-color: initial;
|
|
}
|
|
}
|
|
|