Send Coins

This commit is contained in:
Paolo Arena
2022-09-12 18:36:54 +02:00
parent d28050e71f
commit f59691985a
28 changed files with 507 additions and 95 deletions

View File

@@ -671,6 +671,13 @@ $heightBtn: 100%;
}
}
.text-h7-dense {
font-size: 1rem;
font-weight: 400;
line-height: 1.25rem;
letter-spacing: normal;
}
.clBorderSmall {
border: #dfe3f6 solid 1px;
border-radius: 16px;
@@ -749,6 +756,27 @@ $heightBtn: 100%;
border: solid 3px #49b502;
}
.bordo_stondato_stretto{
margin: 4px;
border-radius: 3rem;
padding-left: 14px;
padding-right: 14px;
padding-top: 0px;
padding-bottom: 0px;
border: solid 3px #49b502;
}
.bordo_quadrato{
margin: 1px;
border-radius: 0.5rem;
padding-left: 2px;
padding-right: 2px;
padding-top: 4px;
padding-bottom: 4px;
border: solid 2px #2d3e88;
}
.bordo_stondato_blu2 {
border: solid 3px #0f01b5;
}
@@ -1065,3 +1093,21 @@ $heightBtn: 100%;
padding: 8px !important;
}
}
.align_elem_right {
margin-left: auto;
}
.text-section{
font-size: 1.15rem;
font-weight: bold;
}
.sezioni{
vertical-align: center;
padding: 4px;
}
.mysmalltabs {
padding-left: 1px !important;
padding-right: 1px !important;
}