aboutsummaryrefslogtreecommitdiff
path: root/src/client/style/_page-user.scss
blob: 1938578ba48b54e97f1d18e4650a38ee78487286 (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
.page-user {
  .search-wrapper {
    position: fixed;
    z-index: 1; // Position the search bar abore the schedule
    width: 100%;

    .search-container {
      max-width: 600px;
      margin: 0 auto;
      padding: 8px;
    }
  }

  .menu {
    background-color: #F44336;
    padding-top: 54px;

    &-container {
      max-width: 600px;
      margin: 0 auto;
      padding: 8px;
    }
  }
}