Newer
Older
position: absolute;
left: 50%;
transform: translateX(-50%) rotate(-20deg);
color: red;
font-weight: bold;
opacity: 0.6;
text-align: center;
border-radius: 5px;
background: white;
padding: 10px;
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
color: $primary;
padding-left: 20px;
padding-right: 20px;
cursor: pointer;
background: $secondary;
margin: 5px;
font-size: 12px;
border-radius: 3px;
opacity: 0.8;
max-width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.hasEvent {
cursor: pointer;
&:hover {
color: $primary;
}
}
.followIcon {
color: $secondary;
}