first commit
This commit is contained in:
16
src/styles/edit-element.scss
Normal file
16
src/styles/edit-element.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
.outer-div {
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.outer-div-after {
|
||||
border: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.edit-ele-input {
|
||||
border: none;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
min-height: 200px;
|
||||
resize: none;
|
||||
}
|
||||
Reference in New Issue
Block a user