Text box for mobile
This commit is contained in:
parent
fbab10d3f5
commit
f323c5e9b1
1 changed files with 5 additions and 1 deletions
|
|
@ -176,7 +176,6 @@ input[type='text'] {
|
||||||
border: 1px solid var(--grey);
|
border: 1px solid var(--grey);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
margin: 0 6px 0 0;
|
|
||||||
width: 200px;
|
width: 200px;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
@ -188,6 +187,7 @@ input[type='text'] {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
|
margin: 0 0 0 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#saveButton:hover {
|
#saveButton:hover {
|
||||||
|
|
@ -236,4 +236,8 @@ input[type='text'] {
|
||||||
.boxWrap {
|
.boxWrap {
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type='text'] {
|
||||||
|
width: calc(100% - 65px)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue