aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/menu-bar/index.scss
blob: f699f4090872e82194a7f804fb67791aedeb1e6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.menu-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin-bottom: 16px;
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;

  &__sidebar-button {
    font-size: 1.25rem;
    cursor: pointer;
    padding: 10px;
  }

  &__open-in-browser {
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 10px;
  }
}