Advertisement
pqpxoxa

Grey Divider

Apr 10th, 2025
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. type: custom:mod-card
  2. card_mod:
  3. style: |
  4. :host {
  5. display: flex;
  6. justify-content: center;
  7. }
  8. card:
  9. type: custom:button-card
  10. tap_action:
  11. action: none
  12. styles:
  13. card:
  14. - height: 4px
  15. - width: 445px
  16. - background-color: "#35425c"
  17. - border-radius: 50px
  18. - box-shadow: none
  19. - padding: 0
  20. - pointer-events: none
  21. - margin-bottom: 6px
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement