copy from src/menu/components/form/normal-form/index.scss
copy to src/menu/components/form/simple-form/index.scss
File was copied from src/menu/components/form/normal-form/index.scss |
| | |
| | | .menu-normal-form-edit-box { |
| | | .menu-simple-form-edit-box { |
| | | position: relative; |
| | | box-sizing: border-box; |
| | | background: #ffffff; |
| | |
| | | position: relative; |
| | | background: #ffffff; |
| | | border-radius: 2px; |
| | | margin-bottom: 15px; |
| | | } |
| | | .form-area { |
| | | position: relative; |
| | | padding-top: 15px; |
| | | .page-card { |
| | | background: transparent; |
| | | } |
| | |
| | | padding-top: 10px; |
| | | padding-bottom: 30px; |
| | | } |
| | | .modal-fields-row:not(.mob-form) { |
| | | padding-left: 10px; |
| | | padding-right: 10px; |
| | | } |
| | | .am-list-item { |
| | | background-color: transparent; |
| | | } |