fix small-box bugs

This commit is contained in:
Daniel 2021-05-15 02:28:02 +05:30
parent 3622c56ab3
commit 084ab8029e
2 changed files with 4 additions and 5 deletions

View file

@ -143,7 +143,7 @@
<div class="row">
<div class="col-lg-3 col-6">
<!-- 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">
<h3>150</h3>
@ -158,7 +158,7 @@
<!-- ./col -->
<div class="col-lg-3 col-6">
<!-- 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">
<h3>53<sup class="fs-5">%</sup></h3>
@ -173,7 +173,7 @@
<!-- ./col -->
<div class="col-lg-3 col-6">
<!-- 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">
<h3>44</h3>
@ -188,7 +188,7 @@
<!-- ./col -->
<div class="col-lg-3 col-6">
<!-- 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">
<h3>65</h3>

View file

@ -6,7 +6,6 @@
display: block;
margin-bottom: 1.25rem;
position: relative;
color: $light;
// content wrapper
> .inner {