ridehistory.page.scss 488 Bytes
Newer Older
gap95's avatar
gap95 committed
1
2
.ride-list-container{
    position: relative;
gap95's avatar
gap95 committed
3
    overflow-y: scroll;
gap95's avatar
gap95 committed
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
    .bike-list-expander{
      position: absolute;
      font-size: 32px;
      color: gray;
      z-index: 200;
      left: 46%;
      top: -32px;
    }
  }
  .ride-container{
    height: 191px;
    width: 100%;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
      width: 100%;
      clear: both;
  
    div {
      height: inherit;
      float: left;
    }
  }