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.
18 lines
332 B
18 lines
332 B
6 years ago
|
@import '../../../styles/variables.scss';
|
||
7 years ago
|
|
||
|
.alias {
|
||
|
background: transparent;
|
||
|
outline: none;
|
||
7 years ago
|
border: 1px solid #404040;
|
||
7 years ago
|
border-radius: 4px;
|
||
|
padding: 15px;
|
||
7 years ago
|
color: $gold;
|
||
|
-webkit-text-fill-color: $white;
|
||
|
font-size: 22px;
|
||
|
}
|
||
|
|
||
|
.alias::-webkit-input-placeholder {
|
||
|
text-shadow: none;
|
||
|
-webkit-text-fill-color: initial;
|
||
7 years ago
|
}
|