Ticker Solved

This commit is contained in:
Belen Curcio
2020-10-12 16:18:27 -03:00
parent d94396baac
commit 0f821aeefa
3 changed files with 3 additions and 15 deletions

View File

@@ -8,19 +8,7 @@
& > * {
@apply flex-1 px-16 py-4;
width: 460px;
}
& > *:after {
content: ' ';
display: block;
position: absolute;
height: 100px;
background: #999;
width: 2px;
left: 20px;
top: calc(50% - 53px);
transform: rotate(25deg);
width: 400px;
}
}