- Add saldo to member's list

This commit is contained in:
paoloar77
2022-11-06 13:38:38 +01:00
parent 5a3205ebda
commit 3302d9c23e
21 changed files with 270 additions and 66 deletions

View File

@@ -235,6 +235,21 @@ $heightBtn: 100%;
letter-spacing: .00937em;
}
.text-3d {
letter-spacing: .00937em;
font-size: 1rem;
text-shadow: 1rem 1rem 2rem #ff0;
}
.text-currency {
padding: 2px 2px;
font-size: 0.65rem;
font-weight: bold !important;
line-height: 1.55rem;
text-shadow: .0525rem .0525rem .125rem rgb(0, 0, 0);
letter-spacing: .00937em;
}
@media (max-width: 718px) {
// PER VERSIONE MOBILE
@@ -734,7 +749,11 @@ $heightBtn: 100%;
}
.text-h8{
font-size: 0.85rem;
font-size: 0.85rem !important;
}
.text-h9{
font-size: 0.65rem !important;
}
.bordo_stondato, .bordo_stondato_blu{
@@ -771,6 +790,16 @@ $heightBtn: 100%;
border: solid 3px #49b502;
}
.bordo_stondato_small{
margin: 0px;
border-radius: 2rem;
padding-left: 4px;
padding-right: 4px;
padding-top: 0px;
padding-bottom: 0px;
border: solid 2px #49b502;
}
.bordo_stondato_pending{
margin: 4px;
border-radius: 3rem;
@@ -1039,16 +1068,6 @@ $heightBtn: 100%;
}
.bordo_stondato_small{
margin: 4px;
border-radius: 1rem;
padding-left: 2px;
padding-right: 2px;
padding-top: 2px;
padding-bottom: 2px;
border: solid 2px #49b502;
}
.accom_num, .accom_maxosp {
font-size: 1.25rem;
background-color: green;
@@ -1171,3 +1190,11 @@ $heightBtn: 100%;
padding: 2px;
font-weight: bold;
}
.q-pa-xxs {
padding: 2px 2px;
}
.q-pa-sm2 {
padding: 12px 12px;
}