mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
🎨
This commit is contained in:
parent
5a618dfcdd
commit
042aad8185
@ -133,6 +133,18 @@ export default Vue.extend({
|
||||
opacity 0
|
||||
margin 0
|
||||
|
||||
&:focus + .button
|
||||
&:after
|
||||
content ""
|
||||
pointer-events none
|
||||
position absolute
|
||||
top -5px
|
||||
right -5px
|
||||
bottom -5px
|
||||
left -5px
|
||||
border 2px solid rgba($theme-color, 0.3)
|
||||
border-radius 14px
|
||||
|
||||
> .button
|
||||
display inline-block
|
||||
margin 0
|
||||
|
Loading…
Reference in New Issue
Block a user