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
@@ -10,7 +10,7 @@
.arrow-right-icon {
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -11,5 +11,5 @@
}
.message {
font-size: 12pt;
font-size: rem(16);
}
@@ -10,7 +10,7 @@
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -10,7 +10,7 @@
.arrow-right-icon {
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -1,4 +1,4 @@
.options-container{
.options-container {
--padding-top:20px !important;
--padding-bottom:20px !important;
--padding-start:20px !important;
@@ -11,7 +11,7 @@
.arrow-right-icon {
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -11,7 +11,7 @@
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -9,7 +9,7 @@
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -11,7 +11,7 @@
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -10,7 +10,7 @@
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -10,7 +10,7 @@
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -11,7 +11,7 @@
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -1,3 +1,5 @@
@import '~src/function.scss';
.wrapper{
width: 100% !important;
padding-top:20px !important;
@@ -9,7 +11,7 @@
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -1,3 +1,5 @@
@import '~src/function.scss';
.container{
--padding-top:20px !important;
--padding-bottom:20px !important;
@@ -11,7 +13,7 @@
.arrow-right-icon{
width: 37px;
float: right;
font-size: 35px;
font-size: rem(35);
overflow: hidden;
}
}
@@ -11,5 +11,5 @@
}
.message {
font-size: 12pt;
font-size: rem(16);
}