mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
239 lines
4.3 KiB
SCSS
239 lines
4.3 KiB
SCSS
@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: rem(18) !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: 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;
|
|
padding-top: 4px;
|
|
padding-left: 5px;
|
|
}
|
|
.div-icon{
|
|
width: rem(40);
|
|
float: right;
|
|
font-size: rem(35);
|
|
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: rem(18);
|
|
|
|
.label{
|
|
border-radius: 20px;
|
|
background: #ffb703;
|
|
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(14);
|
|
color: rgb(102, 102, 102) !important;
|
|
}
|
|
.span-right{
|
|
text-align: right;
|
|
float: right;
|
|
font-size: rem(14);
|
|
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: 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;
|
|
}
|
|
}
|
|
|
|
@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%;
|
|
}
|
|
}
|