Files
doneit-web/src/app/shared/agenda/edit-event/edit-event.page.scss
T

213 lines
4.0 KiB
SCSS
Raw Normal View History

2021-02-24 09:14:58 +01:00
ion-content{
--background:transparent;
}
.header-toolbar{
--background:transparent;
--opacity: 1;
}
.main-header{
width: 100%; /* 400px */
height: 100%;
font-family: Roboto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
background-color: #fff;
overflow:hidden;
padding: 30px 20px 0px 20px;
color:#000;
transform: translate3d(0, 1px, 0);
.title-content{
margin: 0px auto;
padding: 0 !important;
background: #fff;
.middle{
padding: 0!important;
float: left;
margin: 2.5px 0 0 5px;
}
}
.title{
font-size: 25px;
}
}
.main-content{
width: 100%; /* 400px */
height: 100%;
font-family: Roboto;
margin: 0 auto;
background-color: #fff;
padding: 15px 20px 0 20px;
.ion-item-container{
2021-03-25 10:50:58 +01:00
2021-02-24 09:14:58 +01:00
margin: 15px auto;
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 10px;
}
.ion-item-container-no-border{
width: 100%;
margin: 0px auto;
padding: 0 !important;
}
.container-div{
margin-bottom: 15px;
}
.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{
2021-03-25 10:50:58 +01:00
2021-02-24 09:14:58 +01:00
height: 45px;
border: 1px solid #ebebeb;
border-radius: 5px;
padding-left: 5px;
padding-right: 10px;
float: left;
}
.ion-input-class-no-height{
2021-04-05 14:13:13 +01:00
height: auto !important;
2021-02-24 09:14:58 +01:00
border: 1px solid #ebebeb;
border-radius: 5px;
2021-04-05 14:13:13 +01:00
margin-bottom: 15px;
overflow: auto;
2021-02-24 09:14:58 +01:00
}
.list-people{
2021-03-25 10:50:58 +01:00
2021-02-24 09:14:58 +01:00
float: left;
}
.add-people{
width: 45px;
float: right;
font-size: 25px;
2021-10-29 14:23:25 +01:00
height: 45px;
display: flex;
2021-02-24 09:14:58 +01:00
}
.list-people-title{
/* font-size: 13px; */
2021-06-25 12:06:18 +01:00
color: #a3a3a3;
2021-02-24 09:14:58 +01:00
}
.attach-document{
font-size: 15px;
color: var(--title-text-color);
2021-02-24 09:14:58 +01:00
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;
2021-12-06 15:20:06 +01:00
color: var(--title-text-color);
2021-02-24 09:14:58 +01:00
}
/* SPAN */
.span-left{
float: left;
font-size: 15x;
}
.span-right{
text-align: right;
float: right;
font-size: 13px;
}
.container-footer{
margin:0 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;
}
2021-04-19 18:03:41 +01:00
}
.app-name{
2021-12-07 15:03:19 +01:00
background: var(--title-text-color);
2021-04-19 18:03:41 +01:00
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;
2021-04-20 15:05:40 +01:00
}
.close-button {
display: none;
2021-12-07 16:07:01 +01:00
height: 20px;
2021-04-20 15:05:40 +01:00
}
.list:hover {
.app-name {
display: none;
}
.close-button {
display: block !important;
2021-12-07 16:07:01 +01:00
height: 20px;
2021-04-20 15:05:40 +01:00
}
2021-07-01 12:21:37 +01:00
}
.materia-top {
padding-top: 7px;
2021-04-19 18:03:41 +01:00
}