_user.less 295 B

123456789101112131415161718192021
  1. .user {
  2. padding-top: 15px;
  3. padding-bottom: @footer-margin * 2;
  4. &.settings {
  5. .list {
  6. .item.ui.grid {
  7. margin-top: 15px;
  8. }
  9. }
  10. .email.list {
  11. .item:not(:first-child) {
  12. border-top: 1px solid #eaeaea;
  13. height: 50px;
  14. .button {
  15. margin-top: -10px;
  16. }
  17. }
  18. }
  19. }
  20. }