mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 21:54:09 +00:00
style: notes
This commit is contained in:
@@ -71,7 +71,7 @@ export default function Info() {
|
||||
return (
|
||||
<>
|
||||
<div className={style.main}>{selected}</div>
|
||||
<InfoLogger logData={logData} />
|
||||
{/* <InfoLogger logData={logData} /> */}
|
||||
<InfoNif />
|
||||
<InfoTitle title={'Now'} data={titlesNow} />
|
||||
<InfoTitle title={'Next'} data={titlesNext} />
|
||||
|
||||
@@ -30,6 +30,10 @@
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.notes {
|
||||
color: #d69e2e;
|
||||
}
|
||||
|
||||
.if {
|
||||
font-size: 0.8em;
|
||||
color: #4bffabcc;
|
||||
|
||||
@@ -32,8 +32,8 @@ export default function InfoTitle(props) {
|
||||
<span className={style.label}>Subtitle: </span>
|
||||
{data.subtitle}
|
||||
</div>
|
||||
<div>
|
||||
<span className={style.label}>Notes: </span>
|
||||
<div className={style.notes}>
|
||||
<span className={style.label}>Note: </span>
|
||||
{data.note}
|
||||
</div>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user