use directive to add tooltip

+ change grid size for search page
+
This commit is contained in:
geoffrey45
2022-09-04 12:48:56 +03:00
parent 4861429e4e
commit 24bfa73ab6
16 changed files with 111 additions and 81 deletions
+4 -1
View File
@@ -87,7 +87,10 @@
grid-area: l-sidebar;
display: grid;
grid-template-rows: 1fr max-content;
gap: 1rem;
background-color: $gray;
height: 100vh;
margin-top: -$small;
margin-left: -$small;
}
.b-bar {
+10
View File
@@ -111,3 +111,13 @@ button {
.card-dark {
background-color: #fff;
}
#tooltip {
background-color: $darkestblue;
border-radius: $smaller;
padding: $smaller;
font-size: 0.85rem;
display: none;
position: absolute;
z-index: 300;
}