mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Style function filters differently
This commit is contained in:
parent
c18a67547e
commit
92742cdda1
@ -96,13 +96,19 @@ h2, h3, h4, h5, h5 {
|
||||
#bin-search-filters {
|
||||
text-align: center;
|
||||
|
||||
a:hover:before {
|
||||
a {
|
||||
background: $lighter;
|
||||
font-size: initial;
|
||||
border-radius: 0.25em;
|
||||
|
||||
&:hover:before {
|
||||
content: attr(data-title);
|
||||
font-size: 0.8rem;
|
||||
display: block;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin-top: 1.75em; // XXX below the button
|
||||
margin-top: 1.75rem; // XXX below the button
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
padding: 1em;
|
||||
@ -113,6 +119,7 @@ h2, h3, h4, h5, h5 {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#bin-search {
|
||||
margin-top: 25px;
|
||||
|
Loading…
Reference in New Issue
Block a user