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.

_admin.less 318B

12345678910111213141516171819202122
  1. .admin {
  2. padding-top: 15px;
  3. padding-bottom: @footer-margin * 2;
  4. .table.segment {
  5. padding: 0;
  6. font-size: 13px;
  7. th {
  8. padding-top: 5px;
  9. padding-bottom: 5px;
  10. }
  11. th, td {
  12. &:first-child {
  13. padding-left: 15px;
  14. }
  15. }
  16. }
  17. .ui.header,
  18. .ui.segment {
  19. box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  20. }
  21. }