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

51 lines
705 B
CSS
Raw Normal View History

2021-01-28 11:16:10 +00:00
#header {
2021-06-16 13:37:35 +00:00
height: 100%;
2021-03-08 11:24:15 +00:00
min-width: 100%;
align-items: center;
2021-03-08 11:24:15 +00:00
overflow-x: auto;
2021-03-08 11:42:32 +00:00
overflow-y: hidden;
2021-06-16 13:37:35 +00:00
2021-06-29 10:41:48 +00:00
padding: 0.25em;
2021-01-28 11:16:10 +00:00
}
2021-06-16 13:37:35 +00:00
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;
2021-06-16 13:37:35 +00:00
align-self: center;
margin: 0 47% 0.5% 0;
}
#viewTitle a {
color: var(--lumo-header-text-color);
2021-01-28 11:16:10 +00:00
}
2021-02-06 09:41:28 +00:00
#inputBar {
width: 75%;
2021-02-06 09:41:28 +00:00
flex-grow: 1;
justify-content: end;
2021-01-29 00:25:49 +00:00
}
2021-03-12 09:37:19 +00:00
#helpIcon {
color: white;
2021-06-16 13:37:35 +00:00
align-self: center;
}
#top-line {
width: 100%;
justify-content: space-between;
}
#language-select {
margin-right: auto;
2021-03-12 09:37:19 +00:00
}