improve responsiveness

This commit is contained in:
Peter Maquiran
2023-07-07 12:03:03 +01:00
parent 2d03162a3b
commit c62f7319a0
176 changed files with 1793 additions and 1682 deletions
+17 -17
View File
@@ -35,7 +35,7 @@
.right {
padding: 0 !important;
float: right;
font-size: 25px;
font-size: rem(25);
color: #0782c9;
margin: 5px 0 0 0;
}
@@ -47,8 +47,8 @@
.header-bottom-icon {
width: 30px;
font-size: 25px;
width: rem(30);
font-size: rem(25);
float: left;
padding: 2px;
@@ -56,7 +56,7 @@
.header-bottom-contacts {
width: 275px;
font-size: 15px;
font-size: rem(15);
color: #797979;
white-space: nowrap;
overflow: hidden;
@@ -68,7 +68,7 @@
}
.title {
font-size: 25px;
font-size: rem(25);
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important;
@@ -76,9 +76,9 @@
}
.div-icon {
width: 40px;
width: rem(40);
float: right;
font-size: 35px;
font-size: rem(35);
overflow: auto;
padding: 1px;
}
@@ -101,7 +101,7 @@ ion-content {
width: 100%;
background: #ebebeb;
text-align: center;
font-size: 13px;
font-size: rem(13);
color: #797979;
padding: 10px;
margin: 0 auto;
@@ -116,7 +116,7 @@ ion-content {
width: em(422px);
background: var(--chat-alert-msg-color);
text-align: center;
font-size: 13px;
font-size: rem(13);
color: #262420;
padding: 10px;
margin: 10px auto;
@@ -125,12 +125,12 @@ ion-content {
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 {
@@ -144,7 +144,7 @@ ion-content {
}
.messages {
font-size: 13px;
font-size: rem(13);
font-family: Roboto;
overflow: auto;
@@ -235,13 +235,13 @@ ion-footer {
.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(45);
margin: 0 auto;
margin-top: 4px;
}
@@ -271,7 +271,7 @@ ion-footer {
}
.text-color-blue {
font-size: 15px;
font-size: rem(15);
color: #0782c9;
font-weight: 500;
letter-spacing: normal;
@@ -353,7 +353,7 @@ ion-footer {
left: 0px;
margin-left: 22px;
display: flex;
font-size: 12px;
font-size: rem(12);
align-items: center;
}
@@ -408,5 +408,5 @@ ion-footer {
.lido, .enviado {
font-size: 11px;
font-size: rem(11);
}