cs-2022-class-profile/components/Timeline.module.css

21 lines
245 B
CSS

.timebox {
margin: 0;
}
.timebox:hover {
background-color: blueviolet;
}
.timeboxHover {
background-color: blue;
}
.textbox {
background-color: maroon;
padding: 5px;
}
.textboxText {
overflow-y: scroll;
word-break: break-all;
}