Improved mobile layout for header search. Improved release tile layout behavior.

This commit is contained in:
2020-02-26 04:07:35 +01:00
parent ec70c4f0c7
commit 82d1f0fd38
4 changed files with 161 additions and 78 deletions

View File

@@ -81,12 +81,12 @@
}
&.popover {
$color: #f9f9f9;
$color: #fff;
.popover-inner {
background: $color;
color: black;
padding: 24px;
padding: .5rem;
border-radius: 5px;
box-shadow: 0 5px 30px rgba(black, .1);
}