27 lines
456 B
SCSS
27 lines
456 B
SCSS
.belong-to-epic-pill-wrapper {
|
|
display: inline-block;
|
|
position: relative;
|
|
&:hover {
|
|
.belong-to-epic-pill-data {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
|
|
.belong-to-epic-pill {
|
|
background-color: $grayer;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
height: .7rem;
|
|
position: relative;
|
|
width: .7rem;
|
|
}
|
|
|
|
.belong-to-epic-text-wrapper {
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
.belong-to-epic-text {
|
|
margin-left: .25rem;
|
|
}
|