Files
doneit-web/src/app/modals/add-note/add-note.page.scss
T

158 lines
2.6 KiB
SCSS
Raw Normal View History

2021-05-03 20:02:07 +01:00
.header-content{
2021-05-19 12:03:00 +01:00
padding: 30px 20px 0 20px !important;
margin-bottom: 20px !important;
}
.header-title{
font-family: Roboto;
font-size: 25px;
padding: 0;
color:#000;
float: left;
}
.content{
2021-07-26 20:46:14 +01:00
//padding: 30px 20px 0 20px !important;
2021-05-19 12:03:00 +01:00
margin: 0;
float: left;
.ion-item-container{
margin: 15px auto;
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 10px;
2021-07-26 20:46:14 +01:00
2021-05-19 12:03:00 +01:00
}
.ion-item-container-no-border{
margin: 0px auto;
padding: 0 !important;
overflow: auto;
2021-08-06 09:02:51 +01:00
border: 1px solid red;
2021-05-19 12:03:00 +01:00
}
.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;
}
2021-07-26 20:46:14 +01:00
2021-05-19 12:03:00 +01:00
.list-people{
width: 256px;
2021-05-03 20:02:07 +01:00
float: left;
2021-05-19 12:03:00 +01:00
2021-05-03 20:02:07 +01:00
}
2021-05-19 12:03:00 +01:00
.add-people{
width: 45px;
float: right;
overflow: auto;
2021-05-03 20:02:07 +01:00
font-size: 25px;
2021-05-19 12:03:00 +01:00
padding: 10px;
}
.list-people-title{
/* font-size: 13px; */
color: #797979;
}
.attach-document{
font-size: 15px;
color: #0d89d1;
margin: 5px 5px 5px 10px;
padding: 5px;
2021-05-03 20:02:07 +01:00
float: left;
2021-08-06 09:02:51 +01:00
border: 1px solid red !important;
2021-05-03 20:02:07 +01:00
}
2021-05-19 12:03:00 +01:00
.attach-icon{
width: 37px;
font-size: 35px;
float: left;
2021-08-06 09:02:51 +01:00
border: 1px solid red !important;
2021-05-19 12:03:00 +01:00
}
.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;
}
2021-05-03 20:02:07 +01:00
}
2021-05-19 12:03:00 +01:00
.container-footer{
margin:0 auto;
overflow: auto;
}
.button-cancel {
width: 170px;
2021-05-03 20:02:07 +01:00
height: 44px;
border-radius: 22.5px;
2021-05-19 12:03:00 +01:00
--background: #e0e9ee;
--color: #061b52;
margin:10px;
2021-05-03 20:02:07 +01:00
}
2021-05-19 12:03:00 +01:00
.button-save {
width: 170px;
2021-05-03 20:02:07 +01:00
height: 44px;
border-radius: 22.5px;
--background: #42b9fe;
2021-05-19 12:03:00 +01:00
--color:#ffffff;
margin:10px;
2021-05-03 20:02:07 +01:00
}
2021-05-19 12:03:00 +01:00
.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;
2021-07-26 20:46:14 +01:00
width: 100% !important;
2021-05-19 12:03:00 +01:00
justify-content: space-between;
2021-07-26 20:46:14 +01:00
padding: 15px 0 15px 0;
2021-05-19 12:03:00 +01:00
overflow: auto;
2021-07-26 20:46:14 +01:00
}
.ion-input-class-no-height{
border: 1px solid #ebebeb;
border-radius: 5px;
overflow: auto;
margin: 5px 20px 0 20px !important;
}