add annotation styles to timetables page
This commit is contained in:
parent
89e80937ee
commit
398ddea36f
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue