@import '~src/function.scss'; .header-content{ //width: 360px; overflow: auto; margin-top: 25px; } .header-icon-left{ width: 36px; font-size: rem(33); color: #42b9fe; float: left; } .header-title{ width: 264px; font-family: Roboto; font-size: rem(25); margin: 0 5px 10px 20px; padding: 0; color:#000; float: left; } .buttons{ width: 320px; margin: 0 auto; padding: 5px 0 5px 0; } .button-reject { width: 130px; height: 44px; --color: #d30a0a; border-radius: 22.5px; --background: #ffe0e0; margin: 0 12px 0 0px; } .button-approve { width: 130px; height: 44px; border-radius: 22.5px; --background: #42b9fe; margin: 0 0px 0 12px; } .buttons{ display: flex; width: 100% !important; justify-content: space-between; padding: 15px 0 15px 0; overflow: auto; } .ion-input-class-no-height{ border: 1px solid #ebebeb; border-radius: 5px; overflow: auto; margin: 0 20px 0 20px !important; }