mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
212 lines
3.7 KiB
SCSS
212 lines
3.7 KiB
SCSS
.content{
|
|
margin: 0;
|
|
float: left;
|
|
|
|
.header-content{
|
|
}
|
|
.header-title{
|
|
font-family: Roboto;
|
|
font-size: 25px;
|
|
padding: 0;
|
|
color:#000;
|
|
float: left;
|
|
}
|
|
|
|
.ion-item-container{
|
|
margin: 15px auto;
|
|
border: 1px solid #ebebeb;
|
|
border-radius: 5px;
|
|
padding-left: 10px;
|
|
|
|
}
|
|
.ion-item-container-no-border{
|
|
margin: 0px auto;
|
|
padding: 0 !important;
|
|
overflow: auto;
|
|
}
|
|
.container-div{
|
|
margin-bottom: 15px;
|
|
overflow: hidden;
|
|
}
|
|
.ion-item-class-2{
|
|
margin: 0px 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);
|
|
height: 45px;
|
|
border: 1px solid #ebebeb;
|
|
border-radius: 5px;
|
|
padding-left: 5px;
|
|
padding-right: 10px;
|
|
float: left;
|
|
}
|
|
.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;
|
|
height: 45px;
|
|
display: flex;
|
|
}
|
|
.list-people-title{
|
|
/* font-size: 13px; */
|
|
color: #a3a3a3;
|
|
}
|
|
.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{
|
|
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;
|
|
}
|
|
|
|
.text-input{
|
|
width: 100%;
|
|
border: 1px solid #ebebeb;
|
|
margin: 0px 15px 15px 0px;
|
|
padding: 0 !important;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
/* Error Messages */
|
|
.error{
|
|
color:red;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding-bottom: 20px;
|
|
}
|
|
.span-color{
|
|
color:red;
|
|
}
|
|
.buttons{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 20px;
|
|
overflow: auto;
|
|
}
|
|
|
|
|
|
.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;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.app-name{
|
|
background: var(--title-text-color);
|
|
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;
|
|
}
|
|
|
|
|
|
.close-button {
|
|
display: none;
|
|
height: 20px;
|
|
}
|
|
|
|
|
|
.list:hover {
|
|
|
|
.app-name {
|
|
display: none;
|
|
}
|
|
|
|
.close-button {
|
|
display: block !important;
|
|
height: 20px;
|
|
}
|
|
}
|
|
|