Files
doneit-web/src/app/pages/gabinete-digital/expediente/expediente-detail/expediente-detail.page.scss
T
2024-02-28 10:23:05 +01:00

354 lines
6.6 KiB
SCSS

@import '~src/function.scss';
.main-content{
background-color: #fff !important;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
}
.content{
padding: 0px 0px 0 0px !important;
margin: 0;
float: left;
width: 100%;
}
.color-red{
font-weight: 500;
color:#d30a0a !important;
}
.btn-size{
font-size: rem(18) !important;
}
.main-header{
overflow: inherit !important;
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: rem(25);
color: #0782c9;
margin: 5px 0 0 0;
}
}
.header-bottom{
width: 310px;
overflow: auto;
margin: 0 auto;
.header-bottom-icon{
width: rem(30);
font-size: rem(25);
float: left;
padding: 2px;
}
.header-bottom-contacts{
width: 275px;
font-size: rem(15);
color: #797979;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
float: left;
padding: 5px;
margin: 1px;
}
}
.title{
font-size: rem(25);
overflow: auto;
float: left;
}
.btn-no-color icon{
font-size: rem(15);
border: 1px solid red;
}
}
ion-item-group{
margin: 15px;
}
ion-button{
display: block;
width: 80%;
margin: 20px auto;
}
.upper-content{
font-family: Roboto;
margin-left: 36px;
font-size: rem(18);
.label{
border-radius: 20px;
//background: var(--label-bg-color);
background: var(--label-bg-color);
float: right;
padding: 5px 13.5px 5px 13.5px;
color: black;
font-size: rem(14);
}
.button-calendar-type ion-button{
height: rem(25);
}
.content-details{
font-size: rem(17);
.date{
color: #797979;
}
}
}
.middle-conten{
.middle-content p{
font-size: rem(16);
}
}
.bottom-content{
//width: 360px;
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{
font-size: rem(18);
width: 100%;
color:#0d89d1;
padding-bottom: 5px;
}
/* SPAN */
.span-left{
float: left;
font-size: rem(15);
}
.span-right{
text-align: right;
float: right;
font-size: rem(13);
}
}
.aside-right-container {
position: fixed;
height: 100%;
background: white;
top: 0px;
box-shadow: 0px 0px 10px black;
z-index: 1111111111111111111111111111111111111111111111;
/* display: none; */
right: 0px;
width: 400px;
padding: 30px 20px 0 20px !important;
}
.aside-right{
position: absolute;
height: 100%;
width: 100%;
background: #0000006b;
right: 0px;
z-index: 111111111111111;
top: 0px;
.arrow-right{
display: flex;
justify-content: flex-end;
margin-bottom: 20px;
.arrow-right-icon{
width: 37px;
float: right;
font-size: rem(35);
overflow: hidden;
}
}
.buttons{
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;
}
}
.content-items{
.item-exp{
overflow: auto;
padding-top: 5px;
padding-bottom: 5px;
}
ion-list{
padding: 0px;
margin: 0px;
.d-flex{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
ion-item{
padding-bottom: 5px;
margin-top: 5px;
border-bottom: 1px solid #ebebeb;
display: flex;
justify-content: space-between;
align-items: center;
.schedule-time{
margin-right: 10px;
.time-start{
color: #797979 !important;
font-family: Roboto;
font-size: rem(13);
}
.time-end{
color: #797979 !important;
font-family: Roboto;
font-size: rem(13);
}
}
.schedule-date{
margin-right: 10px;
width: 22%;
color: #797979 !important;
font-size: rem(13);
}
.schedule-details{
display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
.location{
font-family: Roboto;
font-size: rem(13);
color: black;
width: 100%;
}
.description{
font-family: Roboto;
font-size: rem(15);
font-weight: bold;
color: #0d89d1;
}
}
.color{
width: 5px;
height: rem(40);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
background-color: #f05d5e;
}
}
ion-item:last-child{
border-bottom: unset !important;
padding-bottom: unset !important;
}
}
}
// @media only screen and (max-width: 800px) {
// .content{
// width: 100% !important;
// }
// .aside-right{
// display: none;
// }
// }
// @media only screen and (min-width: 801px) {
// .menu-ptions{
// display: none !important;
// }
// .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%;
// }
// }
.option-desc {
display: flex;
color: var(--profile-text-color) !important;
width: 100%;
justify-content: space-between;
align-items: center;
font-size: rem(15);
.option-desc-line {
height: 1px;
flex-grow: 1;
background-color: #e0e0e0;
padding-left: 4px;
}
}