@import '~src/function.scss'; .content{ padding: 30px 20px 0 20px !important; margin: 0; float: left; } .color-red{ font-weight: 500; color:#d30a0a !important; } .btn-size{ font-size: 18px !important; } .main-header{ font-family: Roboto; border-top-left-radius: 25px; border-top-right-radius: 25px; background-color: #fff; overflow:auto; color:#000; transform: translate3d(0, 1px, 0); .header-top{ width: 360px; margin: 0px auto; overflow: auto; padding: 0 !important; background: #fff; .middle{ padding: 0!important; float: left; width: 280px; margin: 2.5px 0 0 5px; display: flex; align-items: center; } .right{ padding: 0!important; float: right; font-size: 25px; color: #0782c9; margin: 5px 0 0 0; } } .header-bottom{ width: 310px; overflow: auto; margin: 0 auto; .header-bottom-icon{ width: 30px; font-size: 25px; float: left; padding: 2px; } .header-bottom-contacts{ width: 275px; font-size: 15px; color: #797979; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; float: left; padding: 5px; margin: 1px; } } .title{ font-size: 25px; overflow: auto; float: left; padding-top: 4px; padding-left: 5px; } .div-icon{ width: 40px; float: right; font-size: 35px; overflow: auto; padding: 1px; } } ion-item-group{ margin: 15px; } ion-button{ display: block; width: 80%; margin: 20px auto; } .upper-content{ font-family: Roboto; margin-left: 41px; overflow: auto; font-size: 18px; .label{ border-radius: 20px; background: #ffb703; float: right; padding: 5px 13.5px 5px 13.5px; color: #fff; } .button-calendar-type ion-button{ height: 25px; } .content-details{ font-size: 17px; .date{ color: #797979; } } } .middle-conten{ .middle-content p{ font-size: 16px; } } .bottom-content{ //width: 360px; margin: 0 auto; .bottom-content h3{ font-size: 16px; margin: 0 0 0 10px; } .attach-document{ font-size: 15px; color: var(--title-text-color); margin: 5px 5px 5px 10px; padding: 5px; float: left; } .attach-icon{ width: 37px; font-size: 35px; float: left; } .attach-title-item{ font-size: 18px; width: 100%; color:#0d89d1; padding-bottom: 5px; } /* SPAN */ .span-left{ float: left; font-size: 14px; color: rgb(102, 102, 102) !important; } .span-right{ text-align: right; float: right; font-size: 14px; color: rgb(102, 102, 102) !important; } } .aside-right{ padding: 30px 20px 0 20px !important; .arrow-right{ display: flex; justify-content: flex-end; margin-bottom: 20px; .arrow-right-icon{ width: 37px; float: right; font-size: 35px; overflow: hidden; } } .buttons{ display: flex; flex-wrap: wrap; justify-content: space-between; .btn-ok, .btn-cancel, .btn-delete{ height: auto !important; font-size: 16px !important; width: 100% !important; margin-bottom: 10px !important; padding: 15px !important; } } .solid { display: block; width: 90%; border-top: 1px solid #ebebeb; margin: 0 auto !important; margin-bottom: 10px !important; } } @media only screen and (max-width: 800px) { .content{ width: 100% !important; } .aside-right{ display: none; } } @media only screen and (min-width: 801px) { .div-icon{ display: none; } .content{ width: 65%; border-right: 1px solid #d8d8d8; } .aside-right{ width: 35%; } } @media only screen and (min-width: 1024px){ .content{ width: 70%; } .aside-right{ width: 30%; } } @media only screen and (min-width: 1140px){ .content{ width: 75%; } .aside-right{ width: 25%; } }