index.scss 313 Bytes
Newer Older
zhanghaozhe committed
1 2 3
.catalog {
  display: flex;
  padding-left: 12px;
zhanghaozhe committed
4
  margin-bottom: 24px;
zhanghaozhe committed
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  font-size: 20px;
  color: #FFD667;
  align-items: center;

  .icon {
    padding-right: 10px;
    line-height: 22px;
  }

  img {
    width: 20px;
    height: 22px;
    vertical-align: middle;
  }

  .title {
    padding-left: 19px;
  }
}