mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
192 lines
3.2 KiB
SCSS
192 lines
3.2 KiB
SCSS
.content{
|
|
padding: 30px 20px 0 20px !important;
|
|
margin: 0;
|
|
float: left;
|
|
|
|
.title{
|
|
font-family: Roboto;
|
|
font-size: 25px;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
font-style: normal;
|
|
line-height: normal;
|
|
letter-spacing: normal;
|
|
color: #000000;
|
|
//margin: 8px 0 8px 0px;
|
|
}
|
|
.container-div{
|
|
margin-bottom: 15px;
|
|
}
|
|
.ion-item-container{
|
|
//width: 360px;
|
|
margin: 15px auto;
|
|
border: 1px solid #ebebeb;
|
|
border-radius: 5px;
|
|
padding-left: 5px;
|
|
}
|
|
.ion-item-container-no-border{
|
|
//width: 360px;
|
|
//margin: 15px auto;
|
|
}
|
|
.ion-item-class-2{
|
|
//width: 360px;
|
|
margin: 0px auto;
|
|
overflow: auto;
|
|
}
|
|
.ion-icon-class{
|
|
width: 45px;
|
|
height: 45px;
|
|
float: left;
|
|
padding: 10px;
|
|
font-size: 25px;
|
|
}
|
|
ion-select{
|
|
padding-left: 5px;
|
|
margin-left: 0;
|
|
}
|
|
.ion-input-class{
|
|
width: calc(100% - 45px);
|
|
border: 1px solid #ebebeb;
|
|
border-radius: 5px;
|
|
padding-left: 5px;
|
|
padding-right: 10px;
|
|
float: left;
|
|
flex: 1;
|
|
}
|
|
.ion-input-class-no-height{
|
|
border: 1px solid #ebebeb;
|
|
border-radius: 5px;
|
|
overflow: auto;
|
|
}
|
|
.list-people{
|
|
width: 256px;
|
|
float: left;
|
|
|
|
}
|
|
.add-people{
|
|
width: 45px;
|
|
float: right;
|
|
overflow: auto;
|
|
font-size: 25px;
|
|
padding: 10px;
|
|
}
|
|
.list-people-title{
|
|
/* font-size: 13px; */
|
|
color: #a3a3a3;
|
|
}
|
|
.attach-document{
|
|
font-size: 15px;
|
|
color: #0d89d1;
|
|
}
|
|
|
|
.attach-title-item{
|
|
width: 100%;
|
|
font-size: 15px;
|
|
color:#0d89d1;
|
|
}
|
|
/* SPAN */
|
|
.span-left{
|
|
float: left;
|
|
font-size: 15x;
|
|
}
|
|
.span-right{
|
|
text-align: right;
|
|
float: right;
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
.container-footer{
|
|
margin:0 auto;
|
|
overflow: auto;
|
|
.button-cancel {
|
|
width: 170px;
|
|
height: 44px;
|
|
border-radius: 22.5px;
|
|
--background: #e0e9ee;
|
|
--color: #061b52;
|
|
margin:10px;
|
|
}
|
|
.button-save {
|
|
width: 170px;
|
|
height: 44px;
|
|
border-radius: 22.5px;
|
|
--background: #42b9fe;
|
|
--color:#ffffff;
|
|
margin:10px;
|
|
}
|
|
}
|
|
.buttons{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 20px;
|
|
overflow: auto;
|
|
}
|
|
@media only screen and (min-width: 1024px){
|
|
.aside-content{
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
.close-button {
|
|
display: none;
|
|
}
|
|
|
|
|
|
.list:hover {
|
|
|
|
.app-name {
|
|
display: none;
|
|
}
|
|
|
|
.close-button {
|
|
display: block !important;
|
|
}
|
|
}
|
|
|
|
|
|
.app-name{
|
|
background: #42b9f2;
|
|
border-radius: 18px;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0px 5px;
|
|
color: white;
|
|
font-size: 9pt;
|
|
font-weight: 500;
|
|
height: 19px;
|
|
-webkit-border-radius: 18px;
|
|
-moz-border-radius: 18px;
|
|
-ms-border-radius: 18px;
|
|
-o-border-radius: 18px;
|
|
}
|
|
|
|
|
|
|
|
.attach-icon{
|
|
width: 37px;
|
|
font-size: 35px;
|
|
float: left;
|
|
}
|
|
.attach-title-item{
|
|
width: 100%;
|
|
font-size: 15px;
|
|
color:#0d89d1;
|
|
}
|
|
/* SPAN */
|
|
.span-left{
|
|
float: left;
|
|
font-size: 15x;
|
|
}
|
|
.span-right{
|
|
text-align: right;
|
|
float: right;
|
|
font-size: 13px;
|
|
}
|
|
.icon-time{
|
|
color: #797979b0;
|
|
}
|