mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
use directive to add tooltip
+ change grid size for search page +
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user