The frontend/UI server, written in JS using the MarkoJS library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
647 B

  1. div.add-nick-row {
  2. vertical-align: middle !important;
  3. margin-top: -1em;
  4. input {
  5. vertical-align: middle !important;
  6. display: inline-block !important;
  7. width: 78% !important;
  8. margin: 0 !important;
  9. }
  10. button {
  11. vertical-align: middle !important;
  12. display: inline-block !important;
  13. width: 20% !important;
  14. padding: 0.5em 0 !important;
  15. }
  16. }
  17. div.existing-nick-row {
  18. padding: 0.25em;
  19. border-bottom: 1px solid rgba(0, 220, 255, 0.125);
  20. div.content {
  21. width: 80%;
  22. display: inline-block;
  23. }
  24. button {
  25. width: 20% !important;
  26. display: inline-block !important;
  27. margin: 0 !important;
  28. }
  29. }