Blame view

src/app/component/list-vessel/list-vessel.component.scss 327 Bytes
c4e931730   lsagona   add vessel list
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  h2.side-title {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
  }
  
  h2.side-title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #ff173c;
    display: block;
    margin-top: 6px;
  }
  
  .list-group {
    margin-right: 80%;
    height: 94.7vh;
  }