10 lines
107 B
SCSS
10 lines
107 B
SCSS
@import "../styleguide_demo_bp";
|
|
@import "_textfield";
|
|
|
|
|
|
|
|
textarea {
|
|
overflow: auto;
|
|
resize : none;
|
|
}
|