refreshed search panel design

This commit is contained in:
Eugene Pankov
2021-11-06 13:41:20 +01:00
parent 781a4a76c0
commit f3312852a9
14 changed files with 55 additions and 23 deletions

View File

@@ -16,13 +16,17 @@ body {
display: none;
}
.btn {
display: inline-flex;
align-items: center;
flex-wrap: nowrap;
a, button {
&.btn {
display: inline-flex;
align-items: center;
flex-wrap: nowrap;
& > svg {
pointer-events: none;
& > svg {
pointer-events: none;
width: 16px;
height: 16px;
}
}
}