mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
clean up css slightly
This commit is contained in:
parent
c8d7b7f400
commit
9297bddb7e
1 changed files with 6 additions and 2 deletions
|
|
@ -23,6 +23,11 @@
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
input {
|
||||
border: 0;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
position: relative;
|
||||
top: 40%;
|
||||
|
|
@ -40,12 +45,11 @@
|
|||
}
|
||||
|
||||
.search__text {
|
||||
-webkit-appearance: none;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
padding: 0.75rem;
|
||||
background: #3F4A56;
|
||||
border: 0;
|
||||
border-radius: 2px;
|
||||
color: #fff;
|
||||
font-size: 1.1rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue