.customer-form { &-view { margin: 24px 24px 24px 24px; padding: 16px; background-color: #ffffff; border-radius: 2px; &-form { margin-top: 24px; width: 100%; display: flex; justify-content: center; } &-foot-buttton { width: 100%; display: flex; justify-content: center; } &-foot-buttton-three { width: 240px; display: flex; justify-content: space-between; } // &-form::-webkit-scrollbar { // display: none; // } } }