7 lines
102 B
SCSS
7 lines
102 B
SCSS
.c-text-field {
|
|
@include frame95($w95Scale);
|
|
background: white;
|
|
color: black;
|
|
cursor: text;
|
|
}
|