This commit is contained in:
Peter Maquiran
2023-07-15 11:39:30 +01:00
1436 changed files with 2958 additions and 3769 deletions
@@ -1,3 +1,5 @@
@import '~src/function.scss';
.header-toolbar{
--background:transparent;
--opacity: 1;
@@ -15,9 +17,9 @@
transform: translate3d(0, 1px, 0);
.div-icon{
width: 40px;
width: rem(40);
float: right;
font-size: 35px;
font-size: rem(35);
overflow: auto;
padding: 1px;
}
@@ -34,7 +36,7 @@
.back-icon{
width: 37px;
float: left;
font-size: 35px;
font-size: rem(35);
overflow: auto;
}
@@ -45,7 +47,7 @@
margin: 2.5px 0 0 5px;
}
.title{
font-size: 25px;
font-size: rem(25);
}
}
}
@@ -86,7 +88,7 @@
.members-label{
margin: 10px 20px 10px 20px !important;
/* font-size: 15px; */
/* font-size: rem(15); */
font-weight: bold;
}
@@ -105,7 +107,7 @@
.item-divider{
background: #ebebeb;
font-size: 15px;
font-size: rem(15);
margin: 10px 0 10px 0;
padding:5px 0 5px 20px;
@@ -136,12 +138,12 @@
margin: 0 !important;
width: 330px;
padding-left: 10px;
font-size: 15px;
font-size: rem(15);
color: var(--title-text-color);
float: left;
}
.item-checkbox ion-icon, .members-checkbox ion-icon{
font-size: 10px;
font-size: rem(10);
float: left;
color:#99e47b;
margin-left: 10px;
@@ -23,7 +23,7 @@
.left{
width: fit-content;
float: left;
//font-size: 35px;
//font-size: rem(35);
overflow: hidden;
}
@@ -42,7 +42,7 @@
width: 100%;
padding: 0!important;
margin: 0 0 0 10px;
font-size: 25px;
font-size: rem(25);
}
}
.middle-container-options{
@@ -53,18 +53,18 @@
.middle-container-options-icons{
color: #0782c9;
font-size: 23px;
font-size: rem(23);
}
}
.right{
padding: 0!important;
float: right;
font-size: 25px;
font-size: rem(25);
color: #0782c9;
}
.header-top-btn{
background: transparent;
font-size: 25px !important;
font-size: rem(25) !important;
font-weight: 100 !important;
/* color: #0782c9; */
color: #42b9fe;
@@ -77,15 +77,15 @@
margin: 0 auto;
.header-bottom-icon{
width: 30px;
font-size: 25px;
width: rem(30);
font-size: rem(25);
float: left;
padding: 2px;
}
.header-bottom-contacts{
width: calc(100% - 40px);
font-size: 15px;
font-size: rem(15);
color: #797979;
white-space: nowrap;
overflow: hidden;
@@ -103,9 +103,9 @@
}
.div-icon{
width: 40px;
width: rem(40);
float: right;
font-size: 35px;
font-size: rem(35);
overflow: auto;
padding: 1px;
}
@@ -121,7 +121,7 @@
width: em(422px);
background: #ebebeb;
text-align: center;
font-size: 13px;
font-size: rem(13);
color: #797979;
padding: 10px;
margin: 0 auto;
@@ -135,7 +135,7 @@
height: auto;
background: var(--chat-alert-msg-color);
text-align: center;
font-size: 13px;
font-size: rem(13);
color: #262420;
padding: 10px;
margin: 10px auto;
@@ -152,16 +152,16 @@
border-radius: 8px;
margin: 10px auto;
color: #797979 !important;
font-size: 13px !important;
font-size: rem(13) !important;
/* margin: 15px 0px 15px 0px; */
.info-text-leave ion-label{
font-size: 13px !important;
font-size: rem(13) !important;
line-height: 1.2rem;
}
}
.messages{
font-size: 13px;
font-size: rem(13);
font-family: Roboto;
overflow: auto;
@@ -237,10 +237,10 @@
.info-meeting{
/* width: 322px; */
width: em(422px);
width: em(422);
background: var(--chat-alert-msg-color);
text-align: center;
font-size: 13px;
font-size: rem(13);
color: #262420;
padding: 10px;
margin: 10px auto;
@@ -249,11 +249,11 @@
border-radius: 8px;
.info-meeting-small{
font-size: 10px;
font-size: rem(10);
font-style: italic;
}
.info-meeting-medium{
font-size: 12px;
font-size: rem(12);
}
.info-meeting-normal{
color: #0782c9;
@@ -282,13 +282,13 @@
.chat-icon-options{
display:block !important;
font-size: 35px;
font-size: rem(35);
float: right !important;
margin-top: 5px;
}
.chat-icon-send{
font-size: 45px;
font-size: rem(40);
margin: 0 auto;
margin-top: 4px;
}
@@ -351,7 +351,7 @@
left: 0px;
margin-left: 22px;
display: flex;
font-size: 12px;
font-size: rem(12);
align-items: center;
}
@@ -385,7 +385,7 @@
}
.float-status-all {
font-size: 10pt !important;
font-size: rem(13) !important;
}
.try {
@@ -394,4 +394,10 @@
padding: 6px;
border-radius: 10px;
cursor: pointer;
}
.font-40-rem {
font-size: 2.5rem !important;
}