Add style input-no-border
This commit is contained in:
parent
1100d61b5d
commit
8758cd1cd8
1 changed files with 6 additions and 0 deletions
|
@ -180,3 +180,9 @@ footer .dcl-link-separator::before {
|
|||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.input-no-border {
|
||||
border: none !important;
|
||||
background: transparent !important;
|
||||
resize: none;
|
||||
}
|
Loading…
Reference in a new issue