mirror of https://github.com/ColorlibHQ/AdminLTE
fix small-box bugs
parent
3622c56ab3
commit
084ab8029e
|
@ -143,7 +143,7 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-3 col-6">
|
<div class="col-lg-3 col-6">
|
||||||
<!-- small box -->
|
<!-- small box -->
|
||||||
<div class="small-box bg-info rounded-3 shadow-sm">
|
<div class="small-box bg-primary rounded-3 shadow-sm text-light">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h3>150</h3>
|
<h3>150</h3>
|
||||||
|
|
||||||
|
@ -158,7 +158,7 @@
|
||||||
<!-- ./col -->
|
<!-- ./col -->
|
||||||
<div class="col-lg-3 col-6">
|
<div class="col-lg-3 col-6">
|
||||||
<!-- small box -->
|
<!-- small box -->
|
||||||
<div class="small-box bg-success rounded-3 shadow-sm">
|
<div class="small-box bg-success rounded-3 shadow-sm text-light">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h3>53<sup class="fs-5">%</sup></h3>
|
<h3>53<sup class="fs-5">%</sup></h3>
|
||||||
|
|
||||||
|
@ -173,7 +173,7 @@
|
||||||
<!-- ./col -->
|
<!-- ./col -->
|
||||||
<div class="col-lg-3 col-6">
|
<div class="col-lg-3 col-6">
|
||||||
<!-- small box -->
|
<!-- small box -->
|
||||||
<div class="small-box bg-warning rounded-3 shadow-sm">
|
<div class="small-box bg-warning rounded-3 shadow-sm text-light">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h3>44</h3>
|
<h3>44</h3>
|
||||||
|
|
||||||
|
@ -188,7 +188,7 @@
|
||||||
<!-- ./col -->
|
<!-- ./col -->
|
||||||
<div class="col-lg-3 col-6">
|
<div class="col-lg-3 col-6">
|
||||||
<!-- small box -->
|
<!-- small box -->
|
||||||
<div class="small-box bg-danger rounded-3 shadow-sm">
|
<div class="small-box bg-danger rounded-3 shadow-sm text-light">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h3>65</h3>
|
<h3>65</h3>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 1.25rem;
|
margin-bottom: 1.25rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
color: $light;
|
|
||||||
|
|
||||||
// content wrapper
|
// content wrapper
|
||||||
> .inner {
|
> .inner {
|
||||||
|
|
Loading…
Reference in New Issue