css
This commit is contained in:
parent
12044fa67a
commit
6c9ed0ab6b
@ -33,9 +33,13 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
/* background: #fff; */
|
/* background: #fff; */
|
||||||
}
|
}
|
||||||
.opened-dash-board-wrap .info-box.info-box-sm {
|
.opened-dash-board-wrap .info-box, .opened-dash-board-wrap .info-box .info-box-icon {
|
||||||
border-radius: 0 0 0 20px;
|
border-radius: 0 0 0 15px;
|
||||||
}
|
}
|
||||||
|
/*.opened-dash-board-wrap .box-flex-item {
|
||||||
|
border-radius: 10px;
|
||||||
|
}*/
|
||||||
|
|
||||||
.info-box-more {
|
.info-box-more {
|
||||||
float: right;
|
float: right;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
@ -80,9 +84,9 @@ if (!defined('ISLOADEDBYSTEELSHEET')) {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
float: left;
|
float: left;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
width: 90px;
|
width: 88px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 45px;
|
font-size: 2.8em;
|
||||||
line-height: 90px;
|
line-height: 90px;
|
||||||
background: rgba(0, 0, 0, 0.08) !important;
|
background: rgba(0, 0, 0, 0.08) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user