WIP CSS cleanup (some things broken atm)

This commit is contained in:
David Ralph
2020-12-05 16:25:49 +00:00
parent 88e54ad26a
commit 11b82fe944
14 changed files with 59 additions and 202 deletions

View File

@@ -20,6 +20,7 @@
background-color: rgba(0, 0, 0, 0.1);
-webkit-transition: width 0.5s ease-in-out;
transition: width 0.5s ease-in-out;
color: white;
&:focus {
width: 400px;
@@ -41,8 +42,4 @@
.micIcon {
margin-right: 10px;
}
#searchEngine {
width: 130px;
}