Skip to content

Instantly share code, notes, and snippets.

@ronaiza-cardoso
Created September 28, 2017 17:59
Show Gist options
  • Save ronaiza-cardoso/e7140624b43effa718f782e56fddcb78 to your computer and use it in GitHub Desktop.
Save ronaiza-cardoso/e7140624b43effa718f782e56fddcb78 to your computer and use it in GitHub Desktop.
.dot-status {
width: 7px;
height: 7px;
border-radius: 100%;
position: relative;
left: -10px;
top: 30px;
}
.eql-date {
position: relative;
z-index: 3;
&::before {
content: '';
position: absolute;
width: 1px;
background: #C8C8C8;
top: 8px;
right: auto;
left: 47%;
height: 15vw;
z-index: -1;
}
&::after {
content: '';
background: url(../assets/img/alert-header.svg) no-repeat;
background-size: cover;
height: 25px;
width: 25px;
position: absolute;
left: 50%;
transform: translate(-50%);
top: 25px;
z-index: 333333;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment