Skip to content

Instantly share code, notes, and snippets.

@jaiPankhaniya
Last active September 13, 2022 13:44
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*,
::after,
::before {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
}
.vertical-timeline-element-icon {
font-size: 18pt;
border: 1px solid #333;
width: 26pt;
height: 26pt;
display: flex;
border-radius: 50%;
align-items: center;
justify-content: center;
background: #fff;
z-index: 10;
line-height: 1;
}
.vertical-timeline::before {
content: '';
position: absolute;
top: 0;
left: 17px;
height: 100%;
width: 1px;
background: #333;
}
.vertical-timeline {
max-width: 100%;
margin: 0 auto;
position: relative;
}
.vertical-timeline-element {
display: flex;
width: 100%;
}
h3.timelineHeader {
font-size: 18pt;
font-weight: 600;
margin: 0;
}
.vertical-timeline-element-content.bounce-in {
display: inline-block;
width: 100%;
padding-left: 8pt;
padding-bottom: 24pt;
}
h6.subTitle {
display: inline-block;
margin: 0;
}
h3.timelineHeader {
font-size: 18pt;
font-weight: 600;
margin: 0;
display: flex;
justify-content: space-between;
}
.timelineMemberUser h4 {
margin: 0;
margin-left: 4pt;
}
.timelineMember p {
margin: 0;
}
.timelineMemberUser {
display: flex;
align-items: center;
}
.timelineMemberDetails {
display: inline-block;
width: 100%;
padding-left: 25px;
}
.timelineMemberDetails p {
margin-bottom: 10pt;
}
.timelineMemberDetails span p {
margin: 0;
}
.timelineMemberDetails span {
display: flex;
align-items: center;
}
.timelineMemberDetails span p {
margin: 0;
padding-left: 5px;
}
.memberNotNotifyHeader {
display: flex;
align-items: center;
margin-bottom: 10pt;
}
.memberNotNotifyHeader h4 {
margin: 0;
margin-left: 5px;
}
.approvedTimeline .vertical-timeline-element-icon svg { color: green; }
.approvedTimeline .vertical-timeline-element-icon { border-color: green; }
.approvedTimeline .vertical-timeline-element-content {
color: green;
padding-bottom: 0;
}
.memberNotNotify>span {
display: flex;
align-items: center;
}
.memberNotNotify>span p {
margin: 0;
margin-left: 5px;
}
.timelineInnerMain {
display: flex;
width: 100%;
}
.timelineIcon {
font-size: 18pt;
border: 1px solid #333;
width: 26pt;
height: 26pt;
display: flex;
border-radius: 50%;
align-items: center;
justify-content: center;
background: #fff;
z-index: 10;
line-height: 1;
}
.timelineContent {
display: inline-block;
width: 100%;
padding-left: 8pt;
padding-bottom: 24pt;
}
.tabTitle {
display: inline-block;
width: 100%;
margin-bottom: 12px;
}
.tabTimelineMain { position: relative; }
.tabTimelineMain:before {
content: '';
position: absolute;
top: 0;
left: 17px;
height: 100%;
width: 1px;
background: #333;
}
.hide { display: none !important; opacity: 0 !important; }
.timeline-info {
display: block;
opacity: 1;
transition: opacity 0.6s linear;
}
.timeline-completed { color: green; }
.memberNotNotify { margin-top: 10px; }
.timeline-completed .timelineHeader span { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment