more css cleanup

This commit is contained in:
David Ralph
2020-12-05 18:43:16 +00:00
parent e2d7a9aebd
commit e25f48cb14
5 changed files with 1 additions and 27 deletions

View File

@@ -4,9 +4,6 @@
position: absolute;
left: 20px;
top: 20px;
display: flex;
flex-direction: row;
display: block;
color: map-get($theme-colours, 'main-text-color');
input[type=text] {
@@ -14,7 +11,6 @@
margin-left: 12px;
border-radius: 24px;
font-size: calc(5px + 1.2vmin);
background: transparent;
border: none;
position: absolute;
background-color: rgba(0, 0, 0, 0.1);
@@ -36,10 +32,6 @@
}
}
.input.searchtext {
border: none;
}
.micIcon {
margin-right: 10px;
}