@import '~src/function.scss'; ion-content{ --background:transparent; } .header-toolbar{ --background:transparent; --opacity: 1; } .main-header{ width: 100%; /* 400px */ height: 100%; font-family: Roboto; border-top-left-radius: 25px; border-top-right-radius: 25px; background-color: #fff; overflow:hidden; padding: 30px 20px 0px 20px; color:#000; transform: translate3d(0, 1px, 0); .title-content{ margin: 0px auto; padding: 0 !important; background: #fff; .middle{ padding: 0!important; float: left; margin: 2.5px 0 0 5px; } } .title{ font-size: rem(25); } } .main-content{ width: 100%; /* 400px */ height: 100%; font-family: Roboto; margin: 0 auto; background-color: #fff; padding: 15px 20px 0 20px; .ion-item-container{ margin: rem(15) auto; border: 1px solid #ebebeb; border-radius: 5px; padding-left: 10px; } .ion-item-container-no-border{ width: 100%; margin: 0px auto; padding: 0 !important; } .container-div{ margin-bottom: 15px; } .ion-item-class-2{ margin: 0px auto; } .ion-icon-class{ width: rem(45); height: rem(45); float: left; padding: 10px; font-size: rem(25); } ion-select{ padding-left: 5px; margin-left: 0; } .ion-input-class{ height: rem(45); border: 1px solid #ebebeb; border-radius: 5px; padding-left: 5px; padding-right: 10px; float: left; } .ion-input-class-no-height{ height: auto !important; border: 1px solid #ebebeb; border-radius: 5px; margin-bottom: 15px; overflow: auto; } .list-people{ float: left; } .add-people{ width: rem(45); float: right; font-size: rem(25); height: rem(45); display: flex; } .list-people-title{ /* font-size: rem(13); */ color: #a3a3a3; } .attach-document{ font-size: rem(15); color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; } .attach-icon{ width: 37px; font-size: rem(35); float: left; } .attach-title-item{ width: 100%; font-size: rem(15); color: var(--title-text-color); } /* SPAN */ .span-left{ float: left; font-size: rem(15); } .span-right{ text-align: right; float: right; font-size: rem(13); } .container-footer{ margin:0 auto; } .button-cancel { width: 170px; height: rem(44); border-radius: 22.5px; --background: #e0e9ee; --color: #061b52; margin:10px; } .button-save { width: 170px; height: rem(44); border-radius: 22.5px; --background: #42b9fe; --color:#ffffff; margin:10px; } .text-input{ width: 100%; border: 1px solid #ebebeb; margin: 0px 15px 15px 0px; padding: 0 !important; border-radius: 5px; } /* Error Messages */ .error{ color:red; font-size: rem(12); font-weight: bold; padding-bottom: 20px; } .span-color{ color:red; } } .app-name{ background: var(--title-text-color); border-radius: 18px; text-align: center; display: flex; align-items: center; padding: 0px 5px; color: white; font-size: rem(12); font-weight: 500; height: 19px; -webkit-border-radius: 18px; -moz-border-radius: 18px; -ms-border-radius: 18px; -o-border-radius: 18px; } .close-button { display: none; height: 20px; } .list:hover { .app-name { display: none; } .close-button { display: block !important; height: 20px; } } .materia-top { padding-top: 7px; }