Typicalc/frontend/styles/view/main/upper-bar.css

35 lines
479 B
CSS
Raw Normal View History

2021-01-28 11:16:10 +00:00
#header {
height: var(--lumo-size-xl);
width: 100%;
align-items: center;
2021-01-28 11:16:10 +00:00
}
#header img {
border-radius: 50%;
height: var(--lumo-size-s);
margin-left: auto;
margin-right: var(--lumo-space-m);
overflow: hidden;
background-color: var(--lumo-contrast);
2021-01-28 11:16:10 +00:00
}
#viewTitle {
font-size: var(--lumo-font-size-l);
cursor: pointer;
}
#viewTitle a {
color: var(--lumo-header-text-color);
2021-01-28 11:16:10 +00:00
}
2021-01-29 16:15:59 +00:00
#helpIcon {
2021-01-29 00:25:49 +00:00
margin-right: 1em;
2021-01-28 11:16:10 +00:00
}
2021-02-06 09:41:28 +00:00
#inputBar {
flex-grow: 1;
justify-content: end;
2021-01-29 00:25:49 +00:00
}