Files
doneit-web/src/app/services/events/edit-event/edit-event.page.scss
T

166 lines
3.8 KiB
SCSS
Raw Normal View History

2023-07-07 12:03:03 +01:00
@import '~src/function.scss';
2021-09-24 08:56:43 +01:00
.content{
padding: 30px 20px 0 20px !important;
margin: 0;
float: left;
border-left: 1px solid #d8d8d8 !important;
}
.main-header{
font-family: Roboto;
background-color: #fff;
overflow:hidden;
color:#000;
transform: translate3d(0, 1px, 0);
.title-content{
margin: 0px auto;
overflow: auto;
padding: 0 !important;
background: #fff;
.middle{
padding: 0!important;
float: left;
}
}
.title{
2023-07-07 12:03:03 +01:00
font-size: rem(25);
2021-09-24 08:56:43 +01:00
}
}
.ion-item-container{
2023-07-07 12:03:03 +01:00
margin: rem(15) auto;
2021-09-24 08:56:43 +01:00
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 10px;
}
.ion-item-container-no-border{
width: 100%;
margin: 0px auto;
padding: 0 !important;
overflow: auto;
}
.container-div{
margin-bottom: 15px;
float: left;
overflow: auto;
}
.ion-item-class-2{
margin: 0px auto;
}
.ion-icon-class{
2023-07-07 12:03:03 +01:00
width: rem(45);
height: rem(45);
2021-09-24 08:56:43 +01:00
float: left;
padding: 10px;
2023-07-07 12:03:03 +01:00
font-size: rem(25);
2021-09-24 08:56:43 +01:00
}
ion-select{
padding-left: 5px;
margin-left: 0;
}
.ion-input-class{
width: calc(100% - 45px);
2023-07-07 12:03:03 +01:00
height: rem(45);
2021-09-24 08:56:43 +01:00
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{
2023-07-07 12:03:03 +01:00
width: rem(45);
2021-09-24 08:56:43 +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-09-24 08:56:43 +01:00
}
.list-people-title{
2023-07-07 12:03:03 +01:00
/* font-size: rem(13); */
2021-09-24 08:56:43 +01:00
color: #797979;
}
.attach-document{
2023-07-07 12:03:03 +01:00
font-size: rem(15);
color: var(--title-text-color);
2021-09-24 08:56:43 +01:00
margin: 5px 5px 5px 10px;
padding: 5px;
float: left;
}
.attach-icon{
width: 37px;
2023-07-07 12:03:03 +01:00
font-size: rem(35);
2021-09-24 08:56:43 +01:00
float: left;
}
.attach-title-item{
width: 100%;
2023-07-07 12:03:03 +01:00
font-size: rem(15);
2021-12-07 15:03:19 +01:00
color:var(--title-text-color);
2021-09-24 08:56:43 +01:00
}
/* SPAN */
.span-left{
float: left;
2023-07-07 12:03:03 +01:00
font-size: rem(15);
2021-09-24 08:56:43 +01:00
}
.span-right{
text-align: right;
float: right;
2023-07-07 12:03:03 +01:00
font-size: rem(13);
2021-09-24 08:56:43 +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-09-24 08:56:43 +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-09-24 08:56:43 +01:00
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;
2023-07-07 12:03:03 +01:00
font-size: rem(12);
2021-09-24 08:56:43 +01:00
font-weight: bold;
padding-bottom: 20px;
}
.span-color{
color:red;
}
.buttons{
display: flex;
justify-content: space-between;
padding: 20px;
overflow: auto;
}