argos/dmp-frontend/src/app/form/tableOfContents/toc.component.css

11 lines
145 B
CSS
Raw Normal View History

2017-11-09 15:18:02 +01:00
.cursor-hand{
cursor: pointer;
2017-11-13 17:19:43 +01:00
}
.toc-toggler {
position: absolute;
left: 0%;
top: 50%;
transform: translate(-50%, -50%);
}