brewman/overlord/src/app/incentive/incentive.component.css

33 lines
386 B
CSS
Raw Normal View History

.right {
display: flex;
justify-content: flex-end;
}
.selected {
background: #fff3cd;
}
.unposted {
background: #f8d7da;
}
.center {
display: flex;
justify-content: center;
}
.img-container {
position: relative;
}
.img-container .overlay {
display: none;
}
.img-container:hover > .overlay {
display: inline-block;
position: absolute;
left: 60px;
top: 0;
}