list-vessel.component.scss 327 Bytes
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;
}