Added new tag filter stub.

This commit is contained in:
2020-05-25 04:39:58 +02:00
parent b180572d5f
commit fe69ec4175
10 changed files with 90 additions and 126 deletions

View File

@@ -61,6 +61,7 @@ $female: #f0a;
--alert: #f00;
--warn: #fa0;
--success: #5c2;
}
.light {

View File

@@ -7,7 +7,6 @@
background: #222;
color: white;
border-radius: 16px;
padding: 5px 10px 4px;
}
.tooltip-arrow {
@@ -86,7 +85,6 @@
.popover-inner {
background: $color;
color: black;
padding: .5rem;
border-radius: 5px;
box-shadow: 0 5px 30px rgba(black, .1);
}