Files

197 lines
3.4 KiB
SCSS
Raw Permalink Normal View History

2023-07-07 12:03:03 +01:00
@import '~src/function.scss';
2021-04-29 13:58:52 +01:00
.content{
padding: 30px 20px 0 20px !important;
margin: 0;
float: left;
2021-10-15 16:01:51 +01:00
2021-04-29 13:58:52 +01:00
.title{
font-family: Roboto;
2023-07-07 12:03:03 +01:00
font-size: rem(25);
2021-04-29 13:58:52 +01:00
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #000000;
//margin: 8px 0 8px 0px;
}
.container-div{
2023-07-07 12:03:03 +01:00
margin-bottom: rem(15);
2021-04-29 13:58:52 +01:00
}
.ion-item-container{
//width: 360px;
2023-07-07 12:03:03 +01:00
margin: rem(15) auto;
2021-04-29 13:58:52 +01:00
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;
}
.ion-icon-class{
2023-07-07 12:03:03 +01:00
width: rem(45);
height: rem(45);
2021-04-29 13:58:52 +01:00
float: left;
padding: 10px;
2023-07-07 12:03:03 +01:00
font-size: rem(25);
2021-04-29 13:58:52 +01:00
}
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;
2021-06-07 12:35:08 +01:00
flex: 1;
2021-04-29 13:58:52 +01:00
}
.ion-input-class-no-height{
border: 1px solid #ebebeb;
border-radius: 5px;
overflow: auto;
}
.list-people{
width: 256px;
float: left;
2021-10-15 16:01:51 +01:00
2021-04-29 13:58:52 +01:00
}
.add-people{
2023-07-07 12:03:03 +01:00
width: rem(45);
2021-04-29 13:58:52 +01:00
float: right;
overflow: auto;
2023-07-07 12:03:03 +01:00
font-size: rem(25);
height: rem(45);
2021-10-29 14:23:25 +01:00
display: flex;
2021-04-29 13:58:52 +01:00
}
.list-people-title{
2023-07-07 12:03:03 +01:00
/* font-size: rem(13); */
2021-06-25 14:28:53 +01:00
color: #a3a3a3;
2021-04-29 13:58:52 +01:00
}
.attach-document{
2023-07-07 12:03:03 +01:00
font-size: rem(15);
color: var(--title-text-color);
2021-04-29 13:58:52 +01:00
}
2021-10-15 16:01:51 +01:00
2021-04-29 13:58:52 +01:00
.attach-title-item{
width: 100%;
2023-07-07 12:03:03 +01:00
font-size: rem(15);
2021-04-29 13:58:52 +01:00
color:#0d89d1;
}
/* SPAN */
.span-left{
float: left;
2023-07-07 12:03:03 +01:00
font-size: rem(15);
2021-04-29 13:58:52 +01:00
}
.span-right{
text-align: right;
float: right;
2023-07-07 12:03:03 +01:00
font-size: rem(13);
2021-04-29 13:58:52 +01:00
}
}
.container-footer{
margin:0 auto;
overflow: auto;
.button-cancel {
2023-07-07 12:03:03 +01:00
width: rem(170);
height: rem(44);
2021-04-29 13:58:52 +01:00
border-radius: 22.5px;
--background: #e0e9ee;
--color: #061b52;
margin:10px;
}
.button-save {
2023-07-07 12:03:03 +01:00
width: rem(170);
height: rem(44);
2021-04-29 13:58:52 +01:00
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;
}
2021-05-07 14:22:54 +01:00
}
2021-10-15 16:01:51 +01:00
2021-05-07 14:22:54 +01:00
.close-button {
display: none;
2021-12-07 16:07:01 +01:00
height: 20px;
2021-05-07 14:22:54 +01:00
}
.list:hover {
.app-name {
display: none;
}
2021-10-15 16:01:51 +01:00
2021-05-07 14:22:54 +01:00
.close-button {
display: block !important;
2021-12-07 16:07:01 +01:00
height: 20px;
2021-05-07 14:22:54 +01:00
}
}
2021-10-15 16:01:51 +01:00
2021-05-07 14:22:54 +01:00
.app-name{
2021-12-07 17:25:04 +01:00
background: var(--title-text-color);
2021-05-07 14:22:54 +01:00
border-radius: 18px;
text-align: center;
display: flex;
align-items: center;
padding: 0px 5px;
color: white;
2023-07-07 12:03:03 +01:00
font-size: rem(12);
2021-05-07 14:22:54 +01:00
font-weight: 500;
height: 19px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
-ms-border-radius: 18px;
-o-border-radius: 18px;
}
.attach-icon{
2023-07-07 12:03:03 +01:00
2021-05-07 14:22:54 +01:00
width: 37px;
2023-07-07 12:03:03 +01:00
font-size: rem(35);
2021-05-07 14:22:54 +01:00
float: left;
}
.attach-title-item{
width: 100%;
2023-07-07 12:03:03 +01:00
font-size: rem(15);
2021-05-07 14:22:54 +01:00
color:#0d89d1;
}
/* SPAN */
.span-left{
float: left;
2023-07-07 12:03:03 +01:00
font-size: rem(15);
2021-05-07 14:22:54 +01:00
}
.span-right{
text-align: right;
float: right;
2023-07-07 12:03:03 +01:00
font-size: rem(13);
2021-05-07 14:22:54 +01:00
}
2021-06-21 12:46:19 +01:00
.icon-time{
color: #797979b0;
}