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

216 lines
4.4 KiB
SCSS
Raw Normal View History

2021-02-24 09:14:58 +01:00
ion-content{
--background:transparent;
--padding-top:0px;
--padding-start: 20px;
--padding-end: 20px;
font-size: 18px;
2021-06-11 13:54:18 +01:00
overflow: auto;
2021-02-24 09:14:58 +01:00
}
2021-06-11 13:54:18 +01:00
2021-02-24 09:14:58 +01:00
.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;
padding: 30px 0px 0px 0px;
color:#000;
transform: translate3d(0, 1px, 0);
2021-06-11 13:54:18 +01:00
overflow: auto;
2021-02-24 09:14:58 +01:00
.title-content{
2021-06-11 13:54:18 +01:00
width: 100% !important;
2021-02-24 09:14:58 +01:00
margin: 0px auto;
padding: 0 !important;
background: #fff;
2021-06-11 13:54:18 +01:00
overflow: auto;
2021-02-24 09:14:58 +01:00
.left{
width: 37px;
float: left;
font-size: 35px;
2021-06-10 14:00:44 +01:00
2021-02-24 09:14:58 +01:00
}
.middle{
2021-06-11 13:54:18 +01:00
width: calc(100% - 138.5px) !important;
padding: 0 !important;
float: left;
margin: 0 !important;
overflow: auto;
p{
margin: 0 !important;
2021-02-24 09:14:58 +01:00
}
2021-06-11 13:54:18 +01:00
}
2021-02-24 09:14:58 +01:00
.header-icon-right{
width: 45px;
font-size: 45px;
float: right;
2021-04-29 15:25:14 +01:00
2021-02-24 09:14:58 +01:00
}
.div-icon{
2021-06-11 13:54:18 +01:00
width: fit-content;
height: fit-content;
2021-05-12 16:15:30 +01:00
display: flex;
align-items: flex-start;
2021-06-11 13:54:18 +01:00
justify-content:flex-start;
2021-02-24 09:14:58 +01:00
float: right;
2021-05-12 16:15:30 +01:00
padding: 1px !important;
top: 0 !important;
2021-06-11 13:54:18 +01:00
margin: 0 0 0 15px !important;
2021-06-10 14:00:44 +01:00
2021-02-24 09:14:58 +01:00
}
.div-icon .edit{
font-size: 35px;
float: left;
}
.div-icon .delete{
padding: 7px;
font-size: 21px;
color:#fff;
background: #d30606;
border-radius: 20px;
margin-left: 10px;
}
}
.title{
font-size: 25px;
}
}
.main-content{
width: 100%; /* 400px */
font-family: Roboto;
margin: 0 auto;
background-color: #fff;
padding: 15px 0px 0 0px;
2021-06-11 13:54:18 +01:00
overflow: auto !important;
2021-02-24 09:14:58 +01:00
.upper-content{
2021-06-11 13:54:18 +01:00
width: calc(100%-50px);
margin-left: 50px;
font-size: 18px;
2021-02-24 09:14:58 +01:00
.content-location{
width: 100%;
2021-05-12 16:15:30 +01:00
margin: 0 auto !important;
padding: 0 !important;
overflow: auto;
2021-04-29 15:25:14 +01:00
2021-03-30 16:25:50 +01:00
.date{
2021-06-11 13:54:18 +01:00
width: calc(100% - 105px);
2021-03-30 16:25:50 +01:00
float: left;
}
.label{
2021-06-11 13:54:18 +01:00
width: fit-content;
2021-03-30 16:25:50 +01:00
border-radius: 20px;
2022-10-18 14:51:24 +01:00
background: var(--label-bg-color);
2021-03-30 16:25:50 +01:00
float: right !important;
padding: 5px 13.5px 5px 13.5px;
color: #fff;
2021-08-25 12:34:02 +01:00
}
2021-02-24 09:14:58 +01:00
}
.location-detail{
font-weight: 700;
font-size: 18px;
float: left;
margin: 5px 5px 5px 0px;
}
2021-03-30 16:25:50 +01:00
2021-02-24 09:14:58 +01:00
.button-calendar-type ion-button{
height: 25px;
}
.button-edit-event {
width: 140px;
height: 44px;
border-radius: 22.5px;
--background: #e0e9ee;
--color:#061b52;
}
.content-details p{
font-size: 16px;
}
}
2021-04-05 14:13:13 +01:00
.line{
2021-06-11 13:54:18 +01:00
width: 100% !important;
2021-04-05 14:13:13 +01:00
margin-top: 15px;
border-top: 1px solid #d8d8d8;
}
2021-06-11 13:54:18 +01:00
.middle-content{
width: 100% !important;
overflow: auto;
2021-02-24 09:14:58 +01:00
.middle-content h3, .middle-content p{
font-size: 16px;
}
}
.bottom-content{
margin: 0 auto;
.bottom-content h3{
font-size: 16px;
margin: 0 0 0 10px;
}
.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:09:59 +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;
}
}
2021-04-28 11:06:55 +01:00
}
.chat-popover .popover-content {
width: 100% !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
top: calc(100% - 160px) !important;
max-height: 160px;
min-height: 160px;
2021-05-12 16:45:27 +01:00
}
.doc-options {
cursor: pointer;
display: flex;
justify-content: center;
width: 35px;
height: 41px;
align-items: center;
2022-10-04 12:08:35 +01:00
}
.text {
text-transform: initial !important
2021-04-28 11:06:55 +01:00
}