xy 2 years ago
parent f40b71d1bb
commit 159e0a10a3

@ -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;

Loading…
Cancel
Save