This commit is contained in:
Laurent Destailleur 2022-01-21 14:02:26 +01:00
parent 1dcfb88ad4
commit 20cc2c924e
2 changed files with 6 additions and 2 deletions

View File

@ -101,10 +101,11 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
font-size: 25px;
line-height: 92px;
}
.opened-dash-board-wrap .info-box-sm .info-box-icon {
border-radius: 0 0 0 20px;
.opened-dash-board-wrap .info-box .info-box-icon {
font-size: 2em;
}
.opened-dash-board-wrap .info-box-sm .info-box-icon {
border-radius: 0 0 0 20px;
line-height: 80px;
}
.info-box-module .info-box-icon {

View File

@ -198,6 +198,9 @@ a.info-box-text-a i.fa.fa-exclamation-triangle {
font-size: 25px;
line-height: 92px;
}
.opened-dash-board-wrap .info-box .info-box-icon {
font-size: 2em;
}
.opened-dash-board-wrap .info-box-sm .info-box-icon {
line-height: 80px;
}