Balance :Show type of accounting

This commit is contained in:
sparkyx 2025-02-02 14:49:56 +01:00
parent c2f125ec85
commit 6b463d9ffa
3 changed files with 27 additions and 8 deletions

View file

@ -3847,6 +3847,7 @@ h2.h-section {
.nav-level3 .nav-link.active::after {
background-color:yellow;
}
/***
* Animate menu
*
@ -3901,18 +3902,23 @@ h2.h-section {
* Info after UpgradeCore
*/
#info_admin {
font-size:140%;
font-size: 140%;
text-align: center;
background-color: red;
display:block;
position:fixed;
top:15rem;
left:15%;
display: block;
position: fixed;
top: 15rem;
left: 15%;
width: 70%;
padding:2.5em;
border-radius:0.5em;
scale:1.1;
padding: 2.5em;
border-radius: 0.5em;
scale: 1.1;
color: ghostwhite;
opacity: 0.9;
}
.text-70 {
font-size:70% !important;
vertical-align: super;
}