account-overview.less 262 B

123456789101112131415161718
  1. #account-overview {
  2. padding-top: 75px;
  3. padding-bottom: 75px;
  4. .account-settings-button {
  5. width: 150px;
  6. }
  7. .remove-button {
  8. color: @brand;
  9. text-decoration: underline;
  10. cursor: pointer;
  11. &:hover {
  12. color: @text-normal;
  13. }
  14. }
  15. }