diff --git a/resources/views/admin/home.blade.php b/resources/views/admin/home.blade.php index e69e8db..ca0982a 100644 --- a/resources/views/admin/home.blade.php +++ b/resources/views/admin/home.blade.php @@ -16,29 +16,30 @@ border-radius: 4px; font-size: 14px; box-shadow: 0 1px 1px 0 rgba(0,0,0,.1); + overflow: hidden; position: relative; } .card1::before { content: ""; - height: 24px; - width: 24px; + height: 28px; + width: 28px; border-radius: 100%; background: #78d3a9; - opacity: .3; + opacity: .2; position: absolute; - bottom: -12px; - right: 10px; + bottom: -14px; + right: 12px; } .card1::after { content: ""; - height: 32px; - width: 32px; + height: 36px; + width: 36px; border-radius: 100%; background: #78d3a9; - opacity: .3; + opacity: .2; position: absolute; bottom: -4px; - right: -12px; + right: -14px; } .card1-title { display: flex;