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