mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
🎨
This commit is contained in:
parent
6dbb5ef688
commit
c274caa2e5
1 changed files with 2 additions and 3 deletions
|
@ -748,10 +748,9 @@ export default Vue.extend({
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
> input {
|
> input {
|
||||||
$margin: 8px;
|
width: 210px;
|
||||||
width: 200px;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-right: $margin;
|
margin-right: 8px;
|
||||||
padding: 0 12px 0 42px;
|
padding: 0 12px 0 42px;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
line-height: 38px;
|
line-height: 38px;
|
||||||
|
|
Loading…
Reference in a new issue