Blame view

src/app/component/list-vessel/list-vessel.component.scss 329 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
  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 {
de59ffef8   lsagona   add model + search
20
    //margin-right: 80%;
c4e931730   lsagona   add vessel list
21
22
    height: 94.7vh;
  }