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.

11 lines
215 B

  1. /*
  2. * Copyright 2019 LevelPrime
  3. * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl)
  4. */
  5. .remove-line-button {
  6. float: right;
  7. padding: 0 5px 0 10px;
  8. cursor: pointer;
  9. margin-left: 6px;
  10. }