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
@@ -30,7 +30,7 @@
.header-title{
//width: 300px;
font-family: Roboto;
font-size: 25px;
font-size: rem(25);
//margin: 0 5px 0 5px;
padding: 0;
color:#000;
@@ -81,7 +81,7 @@ ion-item-sliding{
.approve-event-time p{
width: 33px;
font-family: Roboto;
font-size: 13px;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -97,7 +97,7 @@ ion-item-sliding{
.approve-event-detail p{
//width: 250px;
font-family: Roboto;
font-size: 13px;
font-size: rem(13);
font-weight: normal;
font-stretch: normal;
font-style: normal;
@@ -110,7 +110,7 @@ ion-item-sliding{
.approve-event-detail h3{
//width: 250px;
font-family: Roboto;
font-size: 15px;
font-size: rem(15);
font-weight: bold;
font-stretch: normal;
font-style: normal;
@@ -132,7 +132,7 @@ ion-item-sliding{
background: #f05d5e;
border-radius: 17px;
color: white;
font-size: 10pt;
font-size: rem(13);
}