12 lines
170 B
SCSS
12 lines
170 B
SCSS
:host {
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: relative;
|
|
}
|
|
|
|
.macro__text-input {
|
|
width: 100%;
|
|
min-height: 10rem;
|
|
margin-bottom: 1rem;
|
|
}
|