mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-20 18:24:52 +00:00
Fix Commit history
This commit is contained in:
parent
a29f06dfee
commit
d26d8cb021
70 changed files with 674 additions and 477 deletions
51
TFR/server/static/sass/hint.sass
Normal file
51
TFR/server/static/sass/hint.sass
Normal file
|
@ -0,0 +1,51 @@
|
|||
.search-hint
|
||||
position: absolute
|
||||
|
||||
display: none
|
||||
flex-direction: column
|
||||
|
||||
text-decoration: none
|
||||
white-space: nowrap
|
||||
font-size: 0.9em
|
||||
|
||||
background-color: RGBA($white, 0.1)
|
||||
backdrop-filter: blur(10px)
|
||||
|
||||
border-top: 1px solid RGBA($white, 0.1)
|
||||
border-radius: 0 0 2px 2px
|
||||
|
||||
overflow: hidden
|
||||
z-index: 999
|
||||
|
||||
> p
|
||||
margin: 0
|
||||
padding: 0.5rem 0.75rem
|
||||
|
||||
width: 100%
|
||||
white-space: nowrap
|
||||
text-overflow: ellipsis
|
||||
|
||||
color: RGB($white)
|
||||
|
||||
overflow: hidden
|
||||
|
||||
> button
|
||||
padding: 0.5rem 0.75rem
|
||||
|
||||
width: 100%
|
||||
white-space: nowrap
|
||||
text-overflow: ellipsis
|
||||
|
||||
font-size: 0.9rem
|
||||
text-align: left
|
||||
|
||||
background-color: transparent
|
||||
color: RGB($white)
|
||||
border: 0 solid transparent
|
||||
|
||||
overflow: hidden
|
||||
|
||||
&:hover
|
||||
background-color: RGBA($white, 0.1)
|
||||
color: RGB($primary)
|
||||
border: 0 solid transparent
|
Loading…
Add table
Add a link
Reference in a new issue