mirror of https://github.com/ColorlibHQ/gentelella
parent
c86af573be
commit
9c5cefd70b
|
@ -1647,7 +1647,7 @@ h4.graph_title {
|
|||
.tile-stats .count {
|
||||
font-size: 38px;
|
||||
font-weight: bold;
|
||||
line-height: 1.65857143; }
|
||||
line-height: 1.65857; }
|
||||
|
||||
.tile-stats .count, .tile-stats h3, .tile-stats p {
|
||||
position: relative;
|
||||
|
@ -3352,7 +3352,7 @@ header {
|
|||
border: 1px solid #cccccc;
|
||||
padding: 4px;
|
||||
box-sizing: content-box;
|
||||
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
|
||||
box-shadow: rgba(0, 0, 0, 0.07451) 0px 1px 1px 0px inset;
|
||||
border-top-right-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -289,9 +289,9 @@
|
|||
</span>
|
||||
</div>
|
||||
<div class="col-md-3 col-sm-3 col-xs-6 tile">
|
||||
<span>Total Sessions</span>
|
||||
<h2>231,809</h2>
|
||||
<span class="sparkline_two" style="height: 160px;">
|
||||
<span>Total Revenue</span>
|
||||
<h2>$ 231,809</h2>
|
||||
<span class="sparkline_one" style="height: 160px;">
|
||||
<canvas width="200" height="60" style="display: inline-block; vertical-align: top; width: 94px; height: 30px;"></canvas>
|
||||
</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue