add annotation styles to timetables page

This commit is contained in:
Lyn Fugmann 2024-10-04 20:43:09 +02:00
parent 89e80937ee
commit 398ddea36f

View file

@ -33,3 +33,20 @@
right: 0;
border-bottom: 1px dotted rgba(0,0,0,0.5);
}
.annotation {
background-color: rgba(255, 139, 0, 0.06);
border: 1px solid #ff8b00;
border-radius: 3px;
width: fit-content;
padding: .5em 1em;
font-weight: 500;
}
.annotation .icon {
color: #ff8b00;
margin-right: .5em;
height: 1.1em;
vertical-align: text-bottom;
fill: currentColor;
}