Template_test / styles /verticalLine.css
itramb's picture
Upload 57 files
50e8e86 verified
raw
history blame contribute delete
343 Bytes
.text-withline__container {
display: flex;
align-items: flex-start;
position: relative;
padding-left: 20px;
}
.vertical-line {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 4px;
}
.red-line {
background-color: #e6434e;
}
.blue-line {
background-color: #2daaf0;
}
.green-line {
background-color: #53d98a;
}