summaryrefslogtreecommitdiff
path: root/ui/styles/app-bar.css
blob: 401a278532a879d8fc96de0d91f2a5727b1eae95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/* App Bar */
.app-bar {
  height: var(--app-bar-height);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.app-bar > * {
  display: inline-block;
}

.app-bar .lead {
  flex-basis: 60px;
}

.app-bar .trail {
  flex-basis: 60px;
}

.app-bar button,
.app-bar button img {
  height: var(--app-bar-height);
}