xy 2 years ago
parent 13e684595e
commit af22a09044

@ -25,7 +25,22 @@
padding: 12px 14px;
line-height: 1;
}
.card1-title > div:nth-child(1) {
position: relative;
}
.card1-title > div:nth-child(1)::before {
content: '';
height: 14px;
width: 140px;
background: radial-gradient(12px 9px at 10px 40%,#7ed3b199 20%,#0000 70%) 0 0/12px 12px no-repeat,
radial-gradient(120px 9px at 10px 40%,#7ed3b199 20%,#0000 70%) 12px 0/130px 12px no-repeat;
position: absolute;
bottom: -3px;
left: -6px;
}
.card1-title__arrow {
padding-right: 20px;
position: relative;
}
.card1-title__arrow::before {
@ -33,12 +48,12 @@
display: inline-block;
font-family: 'Material Design Icons';
text-rendering: auto;
line-height: 1.5rem;
font-size: 1.1rem;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
position: absolute;
top: 0;
bottom: 0;
right: 0;
}
.card1-body {

Loading…
Cancel
Save