@import '~src/function.scss'; .display-none-true{ display: none; border: 1px solid red; } .header-content{ //margin: 25px auto; .header-icon-left{ width: 36px; font-size: rem(33); color: #42b9fe; float: left; } .header-icon-right{ width: rem(45); font-size: rem(45); float: left; margin-left: 5px; } } .header-title{ font-family: Roboto; font-size: rem(25); margin: 0 5px 0 5px; padding: 0; color:#000; float: left; } .content{ padding: 30px 20px 0 20px !important; overflow: auto; width: 100%; .upper-content{ margin-left: 40px; font-size: rem(18); .content-location{ margin-top: 0px !important; width: 100%; padding: 0; } .location{ float: left; } .event-type-Oficial{ font-family: Roboto; border-radius: 20px; background: var(--label-bg-color); float: right !important; padding: 5px 13.5px 5px 13.5px; color: #fff; } .event-type-Pessoal{ font-family: Roboto; border-radius: 20px; background: #f05d5e; float: right !important; padding: 5px 13.5px 5px 13.5px; color: #fff; } .button-edit-event { width: 140px; height: 44px; border-radius: 22.5px; --background: #e0e9ee; --color:#061b52; } .content-details p{ font-size: rem(16); } } .middle-conten{ .middle-content h3, .middle-content p{ font-size: rem(16); } } .bottom-content{ margin: 0 auto; .bottom-content h3{ font-size: rem(16); margin: 0 0 0 10px; } .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:#0d89d1; } /* SPAN */ .span-left{ float: left; font-size: rem(15); } .span-right{ text-align: right; float: right; font-size: rem(13); } } } .aside-right{ overflow: auto; 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: rem(35); overflow: hidden; } */ } .aside-buttons{ width: 100% !important; display: flex; flex-wrap: wrap; justify-content: space-between; .btn-ok, .btn-cancel, .btn-delete{ height: auto !important; font-size: rem(16) !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; } } .buttons{ display: flex; justify-content: space-between; overflow: auto; padding: 5px; .button-options { height: 44px; --color: #42b9fe; /* opacity: 0; */ } .button-approve { width: 140px; height: 44px; border-radius: 22.5px; --background: #42b9fe; } .button-reject { width: 140px; height: 44px; --color: #d30a0a; border-radius: 22.5px; --background: #ffe0e0; } } /* @media only screen and (max-width: 1140px) { .content{ width: 100%; } .aside-right{ display: none; } } */ /* @media only screen and (min-width: 1140px) { .div-icon{ display: none; } .content{ //width: 75%; border-right: 1px solid #d8d8d8; } .aside-right{ width: 25%; } } */ .delete{ padding: 7px; font-size: rem(21); color:#fff; background: #d30606; border-radius: 20px; } .text { text-transform: initial !important }