user-edit.scss 485 B

123456789101112131415161718
  1. @import '../../../../themes/t.cell.scss';
  2. @import '../../../../themes/page.scss';
  3. /* module/user/pages/user-edit/user-edit.wxss */
  4. .page-scroll__container {
  5. flex: 0 1 auto;
  6. height: var(--page-container-safeHeight, 100vh);
  7. background-color: #F3F3F3;
  8. padding-top: 10px;
  9. }
  10. .cell-field__inner {
  11. padding-left: unset !important;
  12. width: 100% !important;
  13. height: 100% !important;
  14. text-align: right !important;
  15. box-sizing: border-box !important;
  16. /* margin-left: 29px ; */
  17. }